{"info":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","description":"<html><head></head><body><h1 id=\"overview\">Overview:</h1>\n<p>Xeni API offers a fully OpenAPI-compliant definition that facilitates seamless integration into existing applications while providing comprehensive travel services.</p>\n<h1 id=\"xeni-api-offerings\">Xeni API Offerings:</h1>\n<p><strong>Xeni API</strong> suite: Fully customizable APIs for hotels, flights, resorts, car rentals and activities. End to end solution for search, payments, book and cancel.</p>\n<img src=\"https://content.pstmn.io/8f36b5d1-9afe-46c1-a018-175b9324d3c3/WGVuaV9BUEkuanBn\">\n\n<p><strong>Xeni</strong> <strong>Quick Builder:</strong> low code solution. Embed a travel booking widget on your site or app with our ready-to-go UI.</p>\n<img src=\"https://content.pstmn.io/aaf62ff0-6ee0-4419-8747-2e8f9dae1790/WGVuaV9RdWlja19idWlsZGVyLmpwZw==\">\n\n<p><strong>Xeni Deals API:</strong> Proprietary API that calls best value properties (biggest discount to published rate) based on search location.</p>\n<img src=\"https://content.pstmn.io/fb7608e6-4194-4b85-ba07-5bcbd15a2b3f/WGVuaV9EZWFsc19BUEkuanBn\">\n\n<hr>\n<h2 id=\"key-features-of-xeni-travel-api-built-with-openapi-standards\">Key Features of Xeni Travel API built with OpenAPI standards:</h2>\n<ul>\n<li><p><strong>Comprehensive Travel Inventory:</strong> Includes hotel, flight, car rental, activity and resorts APIs.</p>\n</li>\n<li><p><strong>OpenAPI Specification:</strong> Uses OpenAPI v3.x standard for detailed, machine-readable API definitions enabling easy integration, validation, and code generation.</p>\n</li>\n<li><p><strong>Real-time Booking and Availability:</strong> Provides endpoints for searching accommodations, checking availability, and making bookings.</p>\n</li>\n<li><p><strong>Standard RESTful Design:</strong> Clear HTTP methods and URL structures, consistent request/response formats, error handling per RFC standards.</p>\n</li>\n<li><p><strong>Extensible and Customizable:</strong> Supports custom branding, markup management, and marketing tools to tailor the booking experience.</p>\n</li>\n<li><p><strong>Integration-Ready:</strong> Suitable for embedding in web or mobile apps, and scalable for travel marketplaces.</p>\n</li>\n<li><p><strong>Supports Advanced Payment Integrations:</strong> Including cryptocurrency payments in some use cases.</p>\n</li>\n<li><p><strong>Detailed Documentation:</strong> Includes schema examples, authentication mechanisms, and transactional workflows.</p>\n</li>\n</ul>\n<p><strong>Document Version</strong>: 2.0<br><strong>Last Updated</strong>: October 2025<br><strong>Classification</strong>: Customer Documentation</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview:","slug":"overview"},{"content":"Xeni API Offerings:","slug":"xeni-api-offerings"}],"owner":"42332852","collectionId":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","publishedId":"2sBXcGCydh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-24T03:22:40.000Z"},"item":[{"name":"v2","item":[{"name":"Auth v2","item":[{"name":"Signature Generator","event":[{"listen":"test","script":{"exec":["let responseData = pm.response.json();","pm.collectionVariables.set(\"authorization\", responseData.signature);"],"type":"text/javascript","packages":{},"requests":{},"id":"cabbe83e-c6d5-4d87-8d81-cd267e368cb3"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"requests":{},"id":"658c5c7b-9d9a-4263-887e-debe597dafd3"}}],"id":"56867a79-205b-4e64-a614-fb604b88826d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"{{auth_api_key}}\",\n    \"secret\": \"{{auth_secret_key}}\",\n    \"timestamp\": 1776204767\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/identity/v2/auth/generate","description":"<h3 id=\"api-request-generate-signature\">API Request: Generate Signature</h3>\n<p>This API endpoint is used to securely generate a signature required for accessing the Hotel API. All API users must utilize this endpoint to obtain a valid signature, which should then be included in the <code>Authorization:</code> HTTP header for subsequent requests.</p>\n<h4 id=\"purpose\">Purpose</h4>\n<p>The primary purpose of this request is to authenticate API users by generating a unique signature based on the provided API key and secret. This signature is essential for ensuring secure communication with the Hotel API.</p>\n<p><strong>PLEASE DO THIS</strong></p>\n<p>We highly recommend you to clone our environment variable and replace the placeholder value with your own values for a seamless experience before trying the APIs.</p>\n<h4 id=\"request-format\">Request Format</h4>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{api_host}}/identity/{{auth_api_version}}/auth/generate</code></p>\n</li>\n<li><p>{\"api_key\": \"{{auth_api_key}}\",\"secret\": \"{{auth_secret_key}}\",\"timestamp\": {}}</p>\n<ul>\n<li><p><code>api_key</code> (string): The API key assigned to the user.</p>\n</li>\n<li><p><code>secret</code> (string): The secret key associated with the user's account. Contact customer support to obtain this key.</p>\n</li>\n<li><p><code>timestamp</code> (object): A timestamp indicating the current time, typically used for request validation.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"expected-response\">Expected Response</h4>\n<ul>\n<li><p><strong>Status Code</strong>: 200</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n<li><p>{\"status\": \"\",\"message\": \"\",\"signature\": \"\",\"expiry\": 0,\"timestamp\": 0}</p>\n<ul>\n<li><p><code>status</code> (string): The status of the request (e.g., success or error).</p>\n</li>\n<li><p><code>message</code> (string): A message providing additional information about the request outcome.</p>\n</li>\n<li><p><code>signature</code> (string): The generated signature that must be included in the <code>Authorization:</code> header.</p>\n</li>\n<li><p><code>expiry</code> (integer): The expiration time of the generated signature.</p>\n</li>\n<li><p><code>timestamp</code> (integer): The timestamp associated with the request.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-of-authorization-header\">Example of Authorization Header</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">Authorization: XN api_key=b86df23f-2ee7-4e32-8826-a71964503fac,signature=325aff9a3a063dd4d4d4f07ed4f57d38eb4521b990e0249e23c40e98a4372bf4,timestamp=1757460015\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["identity","v2","auth","generate"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"5f759834-7f9c-4acf-b7f4-ddd625cb3f89","name":"Signature Generator","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"{{auth_api_key}}\",\n    \"secret\": \"{{auth_secret_key}}\",\n    \"timestamp\": \n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/identity/{{auth_api_version}}/auth/generate"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 10 Sep 2025 10:18:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6a70f56b-b917-4181-86d8-fe5a96637cd6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"x-amz-apigw-id","value":"QrmCpHuUIAMEryQ="},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"X-Amzn-Trace-Id","value":"[Root=1-68c15076-300e591a27d212190a5f3453]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"valid\",\n    \"signature\": \"XN api_key=935758f0-0aa0-4661-8cb3-5813527c133a,signature=6c1f55c0aea67b64ced4613657aaf47a1a10937ad1042fc634854ab63b036b56,timestamp=1757499511\",\n    \"expiry\": 1757500411,\n    \"timestamp\": 1757499511\n}"}],"_postman_id":"56867a79-205b-4e64-a614-fb604b88826d"}],"id":"c1d134ba-c4fb-4f9f-b281-e60124d1b2b1","description":"<h2 id=\"overview\">Overview</h2>\n<p>API authorization defines \"who can do what\" after identity is proven, and is managed by roles, policies, scopes, or attributes to secure API resources from misuse or unauthorized access</p>\n<p>Xeni Auth enables the API consumers must generate their signature with their access key and secret provided by Xeni, use the generated signature in every API call.</p>\n<p><strong>Note</strong>: Auth V2 is need only for the <strong>Xeni API</strong> product offering not for <strong>Quick Builder</strong> solution.</p>\n","_postman_id":"c1d134ba-c4fb-4f9f-b281-e60124d1b2b1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Hotels API V2","item":[{"name":"Autocomplete","item":[{"name":"Auto Complete","event":[{"listen":"test","script":{"exec":["// pm.globals.set(\"x-correlation-id\", headerValue);","// let responseData = pm.response.json();","// pm.collectionVariables.set(\"place_id\", responseData.data[0].id);","// pm.collectionVariables.set(\"lat\", responseData.data[0].location.lat);","// pm.collectionVariables.set(\"long\", responseData.data[0].location.long);"],"type":"text/javascript","packages":{},"requests":{},"id":"e9b6041a-fd75-41b0-afeb-89181d19f31e"}},{"listen":"prerequest","script":{"exec":["","",""],"type":"text/javascript","packages":{},"requests":{},"id":"034d6b20-629e-423a-aa4c-5a2a2a86e17f"}}],"id":"054fdb2e-bd78-4966-b063-8a6e868bbbee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}","description":"<h3 id=\"look-up-details-about-cities-points-of-interest-or-hotel-names\">Look up details about cities, Points of Interest, or Hotel Names</h3>\n<p>Use this API to search for locations or hotel names, facilitating the auto-completion of customer requests by providing relevant suggestions based on the input search string.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}</code></p>\n</li>\n<li><p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>key</code> (string): A search string used to find relevant hotel names or locations. For example, using <code>key=haw</code> will return suggestions related to \"haw\".</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><strong>Status Code:</strong> 200</p>\n</li>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n<li><p>{\"status\": \"\",\"message\": \"\",\"data\": [ { \"id\": \"\", \"country\": \"\", \"full_name\": \"\", \"location\": { \"lat\": 0, \"long\": 0 }, \"name\": \"\", \"state\": \"\", \"type\": \"\" }]}</p>\n<ul>\n<li><p><strong>status</strong>: Indicates the status of the request.</p>\n</li>\n<li><p><strong>message</strong>: Provides additional information about the request.</p>\n</li>\n<li><p><strong>data</strong>: An array of hotel suggestions, each containing:</p>\n<ul>\n<li><p><code>id</code>: Unique identifier for the hotel.</p>\n</li>\n<li><p><code>country</code>: The country where the hotel is located.</p>\n</li>\n<li><p><code>full_name</code>: The full name of the hotel.</p>\n</li>\n<li><p><code>location</code>: An object containing:</p>\n<ul>\n<li><p><code>lat</code>: Latitude of the hotel location.</p>\n</li>\n<li><p><code>long</code>: Longitude of the hotel location.</p>\n</li>\n</ul>\n</li>\n<li><p><code>name</code>: The name of the hotel.</p>\n</li>\n<li><p><code>state</code>: The state where the hotel is located.</p>\n</li>\n<li><p><code>type</code>: The type of hotel.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>IMPORTANT</strong></p>\n<p>This auto-complete will respond back with a response header \"X-correlation-id\" and this ID must be passed in the subsequent API calls as \"x-correlation-id\" request header for tracing your requests in XENI backend systems for troubleshooting, while retrying the same GET request for async calls, etc. Typically, the same <code>x-correlation_id</code> will be passed from auto-complete to search and then book.</p>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>key</code> parameter is relevant to get accurate suggestions.</p>\n</li>\n<li><p>The response will contain an array of hotel suggestions, which can be used to enhance user experience by providing relevant options based on the input.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","autocomplete"],"host":["{{api_host}}"],"query":[{"disabled":true,"key":"key","value":"الدوحة"},{"key":"key","value":"{{hotels_autocomplete_search_string}}"}],"variable":[]}},"response":[{"id":"13c99e3a-add7-4bbe-91c1-156bf9a75f7e","name":"200 - Ok","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"{{hotels_autocomplete_search_string}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Auto suggest data fetched successfully\",\n    \"data\": [\n        {\n            \"id\": \"153760\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami Beach, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.790653,\n                \"long\": -80.130043\n            },\n            \"name\": \"Miami Beach\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"4247\",\n            \"country\": \"United States\",\n            \"full_name\": \"Florida, United States\",\n            \"location\": {\n                \"lat\": 27.780772,\n                \"long\": -81.5625\n            },\n            \"name\": \"Florida\",\n            \"state\": \"\",\n            \"type\": \"state\"\n        },\n        {\n            \"id\": \"2280\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami (and vicinity), United States\",\n            \"location\": {\n                \"lat\": 25.77178,\n                \"long\": -80.19009\n            },\n            \"name\": \"Miami (and vicinity)\",\n            \"state\": \"\",\n            \"type\": \"multicity\"\n        },\n        {\n            \"id\": \"2286\",\n            \"country\": \"United States\",\n            \"full_name\": \"Orlando (and vicinity), United States\",\n            \"location\": {\n                \"lat\": 28.54129,\n                \"long\": -81.37904\n            },\n            \"name\": \"Orlando (and vicinity)\",\n            \"state\": \"\",\n            \"type\": \"multicity\"\n        },\n        {\n            \"id\": \"4286\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami, United States\",\n            \"location\": {\n                \"lat\": 25.77178,\n                \"long\": -80.19009\n            },\n            \"name\": \"Miami\",\n            \"state\": \"\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"4389\",\n            \"country\": \"United States\",\n            \"full_name\": \"St. Petersburg, United States\",\n            \"location\": {\n                \"lat\": 27.767601,\n                \"long\": -82.640291\n            },\n            \"name\": \"St. Petersburg\",\n            \"state\": \"\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"33497\",\n            \"country\": \"United States\",\n            \"full_name\": \"Zoo Miami, United States\",\n            \"location\": {\n                \"lat\": 25.610528,\n                \"long\": -80.397965\n            },\n            \"name\": \"Zoo Miami\",\n            \"state\": \"\",\n            \"type\": \"pointofinterest\"\n        },\n        {\n            \"id\": \"13400\",\n            \"country\": \"United States\",\n            \"full_name\": \"Zoo Miami, United States\",\n            \"location\": {\n                \"lat\": 25.62684,\n                \"long\": -80.39372\n            },\n            \"name\": \"Zoo Miami\",\n            \"state\": \"\",\n            \"type\": \"pointofinterest\"\n        },\n        {\n            \"id\": \"114716\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami South Station, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.705052,\n                \"long\": -80.289321\n            },\n            \"name\": \"Miami South Station\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"trainstation\"\n        },\n        {\n            \"id\": \"112414\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami Station, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.849002,\n                \"long\": -80.257685\n            },\n            \"name\": \"Miami Station\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"trainstation\"\n        }\n    ]\n}"},{"id":"20ae96cb-c300-4b37-a5f0-8dc75659f5f9","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key=","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"key.invalid\",\n            \"message\": \"key is not valid\",\n            \"fields\": [\n                {\n                    \"name\": \"key\",\n                    \"type\": \"query\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"00fd482b-4d0a-4013-8335-70c52a15e1a8","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key=3erjfov%23%23$34","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"3erjfov%23%23$34"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"not_found\",\n            \"message\": \"No data found for the given request\"\n        }\n    ],\n    \"error\": \"No data found for the given request\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"054fdb2e-bd78-4966-b063-8a6e868bbbee"}],"id":"d844aa60-b34d-4c63-a349-a01679275c69","description":"<p>An <strong>autocomplete API</strong> helps users quickly find and select hotel names, places, point of interest, airport and address by providing instant, relevant suggestions based on partial input, improving efficiency and user experience in travel.</p>\n","_postman_id":"d844aa60-b34d-4c63-a349-a01679275c69","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}}},{"name":"Search","item":[{"name":"Hotel Details","id":"faa587f0-292c-4cf9-be80-695bfac0df0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/hotels/api/{{api_version}}/property/","description":"<h3 id=\"request-hotel-details\">Request Hotel Details</h3>\n<p>This API retrieves comprehensive details about a specific hotel or property identified by the <code>property_id</code>. It provides essential information such as the property's name, contact details, location, ratings, accessibilities, amenities, policies, highlights, and images.</p>\n<h4 id=\"request-format\">Request Format</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{api_host}}/hotels/api/{{api_version}}/property/</code></p>\n</li>\n<li><p><strong>Headers</strong>:</p>\n<ul>\n<li><p><code>Content-Type</code>: application/json</p>\n</li>\n<li><p>Additional headers may be required based on authentication or other requirements.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response-structure\">Response Structure</h4>\n<p>The response is returned in JSON format and includes the following fields:</p>\n<ul>\n<li><p><strong>status</strong>: A string indicating the status of the request.</p>\n</li>\n<li><p><strong>message</strong>: A string providing additional information about the request.</p>\n</li>\n<li><p><strong>data</strong>: An object containing detailed information about the property:</p>\n<ul>\n<li><p><strong>property_id</strong>: The unique identifier for the property.</p>\n</li>\n<li><p><strong>name</strong>: The name of the property.</p>\n</li>\n<li><p><strong>contact</strong>: An object with contact information:</p>\n<ul>\n<li><p><strong>phone</strong>: The phone number for the property.</p>\n</li>\n<li><p><strong>address</strong>: An object containing the address details:</p>\n<ul>\n<li><p><strong>line_1</strong>: The first line of the address.</p>\n</li>\n<li><p><strong>country</strong>: The country of the property.</p>\n</li>\n<li><p><strong>state</strong>: The state of the property.</p>\n</li>\n<li><p><strong>city</strong>: The city of the property.</p>\n</li>\n<li><p><strong>postal_code</strong>: The postal code of the property.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>location</strong>: An object specifying the geographical coordinates:</p>\n<ul>\n<li><p><strong>lat</strong>: Latitude of the property.</p>\n</li>\n<li><p><strong>long</strong>: Longitude of the property.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>ratings</strong>: An object containing rating information:</p>\n<ul>\n<li><p><strong>star_rating</strong>: The star rating of the property.</p>\n</li>\n<li><p><strong>user_rating</strong>: The user rating of the property.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>accessibilities</strong>: An array of strings describing accessibility features.</p>\n</li>\n<li><p><strong>amenities</strong>: An array of strings listing available amenities.</p>\n</li>\n<li><p><strong>policies</strong>: An array of objects detailing property policies:</p>\n<ul>\n<li><p><strong>type</strong>: The type of policy.</p>\n</li>\n<li><p><strong>description</strong>: A description of the policy.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>highlights</strong>: An array of objects showcasing property highlights:</p>\n<ul>\n<li><p><strong>type</strong>: The type of highlight.</p>\n</li>\n<li><p><strong>description</strong>: A description of the highlight.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>images</strong>: An object containing various image sizes:</p>\n<ul>\n<li><p><strong>thumbnail</strong>: An array of thumbnail image URLs.</p>\n</li>\n<li><p><strong>small</strong>: An array of small image URLs.</p>\n</li>\n<li><p><strong>large</strong>: An array of large image URLs.</p>\n</li>\n<li><p><strong>extra_large</strong>: An array of extra-large image URLs.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>This API is useful for obtaining detailed information about a specific hotel or property for display on booking platforms or travel websites.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","property",""],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"15236375-73e1-401c-8eb2-3357f30f124f","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/hotels/{{api_version}}/property/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"property details fetched successfully\",\n    \"data\": {\n        \"property_id\": \"XNBHQORVKGyn\",\n        \"name\": \"101 Park House\",\n        \"contact\": {\n            \"phone\": \"57-16-000101\",\n            \"address\": {\n                \"line_1\": \"Carrera 21, 101-10\",\n                \"country\": \"Colombia\",\n                \"state\": \"Distrito Capital\",\n                \"city\": \"Bogotá\",\n                \"postal_code\": \"110111\"\n            }\n        },\n        \"location\": {\n            \"lat\": 4.6875,\n            \"long\": -74.05423\n        },\n        \"ratings\": {\n            \"star_rating\": 4,\n            \"user_rating\": 4.6\n        },\n        \"accessibilities\": [\n            \"Maximum number of pets per room 2\",\n            \"Only dogs and cats are allowed\",\n            \"Pets allowed\",\n            \"Professional property host/manager\",\n            \"Essential workers only - NO\"\n        ],\n        \"amenities\": [\n            \"Dry cleaning/laundry service\",\n            \"Banquet hall\",\n            \"Free grocery shopping service\",\n            \"Airport transportation\",\n            \"Meeting rooms\",\n            \"Free wired internet\",\n            \"Limo or town car service available\",\n            \"Television in common areas\",\n            \"Free WiFi\",\n            \"Number of bars/lounges - 1\",\n            \"Designated smoking areas\",\n            \"Spa treatment room(s)\",\n            \"Tours/ticket assistance\",\n            \"Wedding services\",\n            \"Full-service spa\",\n            \"Comprehensive food waste policy\",\n            \"Airport transportation (surcharge)\",\n            \"Energy-saving switches\",\n            \"Accessible airport shuttle\",\n            \"Water-efficient toilets only\",\n            \"Recycling\",\n            \"Vegan menu options available\",\n            \"Wheelchair accessible – no\",\n            \"Luggage storage\",\n            \"Express check-out\",\n            \"Porter/bellhop\",\n            \"Business center\",\n            \"Multilingual staff\",\n            \"24-hour front desk\",\n            \"Breakfast available (surcharge)\",\n            \"Number of restaurants - 1\",\n            \"Turkish bath/Hammam\",\n            \"Spa services on site\",\n            \"Safe-deposit box at front desk\",\n            \"Number of coffee shops/cafes - 1\",\n            \"Snack bar/deli\",\n            \"Designated smoking areas (fines apply)\",\n            \"Coffee/tea in common areas\",\n            \"Sauna\",\n            \"Laundry facilities\",\n            \"Free self parking\",\n            \"Elevator\",\n            \"Conference space\",\n            \"Free valet parking\",\n            \"Terrace\",\n            \"Concierge services\"\n        ],\n        \"policies\": [\n            {\n                \"type\": \"check_in_instructions\",\n                \"description\": \"<ul>  <li>Extra-person charges may apply and vary depending on property policy</li><li>Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges</li><li>Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed</li><li>This property accepts credit cards, debit cards, and cash</li><li>Safety features at this property include a fire extinguisher</li><li>Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property</li>  </ul>\"\n            },\n            {\n                \"type\": \"check_in_special_instructions\",\n                \"description\": \"This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property.\"\n            },\n            {\n                \"type\": \"check_in_begin_time\",\n                \"description\": \"3:00 PM\"\n            },\n            {\n                \"type\": \"check_in_end_time\",\n                \"description\": \"midnight\"\n            },\n            {\n                \"type\": \"check_in_min_age\",\n                \"description\": \"18 years\"\n            },\n            {\n                \"type\": \"know_before_you_go\",\n                \"description\": \"<ul>  <li>If you are traveling with a child your property may require you to present the following documents: Parents traveling into Colombia with a child under 18 may be required to present the child's birth certificate and photo ID (passport for non-Columbian visitors) upon check-in. If a relative or legal guardian is traveling into Colombia with the child, that relative or legal guardian may be required to present a notarized consent of travel signed by both parents and a copy of both parents' ID. If only one parent is traveling into Colombia with the child, that parent may be required to present a notarized consent of travel signed by the other parent. Visitors who plan to travel with children should consult with a Colombian consulate office prior to travel for further guidance. </li><li>Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. </li><li>Up to 2 children 5 years old and younger stay free when occupying the parent or guardian's room, using existing bedding. </li><li>Only registered guests are allowed in the guestrooms. </li>  </ul>\"\n            },\n            {\n                \"type\": \"check_out_time\",\n                \"description\": \"12:00 PM\"\n            },\n            {\n                \"type\": \"optional_fee\",\n                \"description\": \"<ul> <li>Fee for buffet breakfast: approximately COP 43000 for adults and COP 43000 for children</li><li>Airport shuttle fee: COP 73000 per vehicle (one-way, maximum occupancy 4)</li><li>Pet fee: COP 60000.00 per pet, per night</li></ul> <p>The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. </p>\"\n            },\n            {\n                \"type\": \"mandatory_fee\",\n                \"description\": \"<p>You'll be asked to pay the following charges at the property. Fees may include applicable taxes:</p> <ul><li>You may be required to pay VAT (19%) at the property. Nonresident travelers who pay using a foreign card or bank transfer and present a valid passport and tourist visa may be exempt from value-added tax (19%) on tourist package bookings (accommodation plus other travel service).</li></ul> <p>We have included all charges provided to us by the property. </p>\"\n            }\n        ],\n        \"highlights\": [\n            {\n                \"type\": \"headline\",\n                \"description\": \"In Bogotá (Usaquén)\"\n            },\n            {\n                \"type\": \"location\",\n                \"description\": \"With a stay at 101 Park House in Bogotá (Usaquén), you'll be within a 5-minute drive of 93 Park and Unicentro Bogotá.  This spa hotel is 6.7 mi (10.9 km) from U.S. Embassy Bogotá and 2.3 mi (3.8 km) from Andino Shopping Center.\"\n            },\n            {\n                \"type\": \"dining\",\n                \"description\": \"Enjoy international cuisine at Cassis Restarurante Cava, a restaurant where you can take in the garden view and dine alfresco. Or stay in and take advantage of the 24-hour room service. Quench your thirst with your favorite drink at the bar/lounge. Buffet breakfasts are available daily from 6:00 AM to 10:00 AM for a fee.\"\n            },\n            {\n                \"type\": \"business_amenities\",\n                \"description\": \"Featured amenities include complimentary wired internet access, a business center, and limo/town car service. Event facilities at this hotel consist of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and free valet parking is available onsite.\"\n            },\n            {\n                \"type\": \"attractions\",\n                \"description\": \"Distances are displayed to the nearest 0.1 mile and kilometer. <br /> <p>Barraquer Clinic - 0.6 km / 0.4 mi <br /> La Castellana National Theater - 1.2 km / 0.7 mi <br /> Iserra 100 Shopping Mall - 1.2 km / 0.8 mi <br /> Virrey Park - 1.8 km / 1.1 mi <br /> Consulate General of Spain - 1.8 km / 1.1 mi <br /> World Trade Center - 2.1 km / 1.3 mi <br /> 93 Park - 2.1 km / 1.3 mi <br /> Embassy of Costa Rica - 2.3 km / 1.4 mi <br /> Embassy of the Dominican Republic - 2.3 km / 1.4 mi <br /> Del Chico Park - 2.4 km / 1.5 mi <br /> Unicentro Bogotá - 2.4 km / 1.5 mi <br /> Embassy of Spain - 2.4 km / 1.5 mi <br /> Clínica Reina Sofia - 2.5 km / 1.6 mi <br /> Embassy of France - 2.5 km / 1.6 mi <br /> Embassy of Mexico - 2.6 km / 1.6 mi <br /> </p><p>The preferred airport for 101 Park House is El Dorado Intl. Airport (BOG) - 16.4 km / 10.2 mi </p>\"\n            },\n            {\n                \"type\": \"rooms\",\n                \"description\": \"Treat yourself to a stay in one of the 68 individually decorated guestrooms, featuring fireplaces and LCD televisions. Kitchens are outfitted with full-sized refrigerators/freezers, stovetops, and microwaves. Complimentary wired internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include safes and separate sitting areas, as well as phones with free local calls.\"\n            },\n            {\n                \"type\": \"amenities\",\n                \"description\": \"Relax at the full-service spa, where you can enjoy massages and body treatments. This hotel also features complimentary wireless internet access, concierge services, and wedding services.\"\n            }\n        ],\n        \"images\": {\n            \"thumbnail\": [\n                \"https://i.travelapi.com/lodging/1000000/70000/63600/63506/9ad09f96_t.jpg\"\n            ],\n            \"small\": [],\n            \"large\": [\n                \"https://i.travelapi.com/lodging/1000000/70000/63600/63506/9ad09f96_b.jpg\"\n            ],\n            \"extra_large\": [\n                \"https://i.travelapi.com/lodging/1000000/70000/63600/63506/9ad09f96_z.jpg\"\n            ]\n        }\n    }\n}"},{"id":"86e45287-38b8-4a0e-b5e4-dc2b5a13e7c5","name":"400","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/hotels/{{api_version}}/property/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"property.not_found\",\n            \"message\": \"Property not found for the given ID.\",\n            \"fields\": [\n                {\n                    \"name\": \"id\",\n                    \"type\": \"path\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"Property not found for the given ID.\",\n    \"status\": \"failed\"\n}"},{"id":"c8ab797c-03a6-433d-ac23-2ff1c8656562","name":"404","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/hotels/{{api_version}}/property/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"property.not_found\",\n            \"message\": \"Property not found for the given ID.\",\n            \"fields\": [\n                {\n                    \"name\": \"id\",\n                    \"type\": \"path\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"Property not found for the given ID.\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"faa587f0-292c-4cf9-be80-695bfac0df0f"},{"name":"Availability","id":"63e740c8-b675-447d-a1d7-2cefe97c81bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\":\"\",\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 0,\n            \"childages\": []\n        }\n    ],\n    \"country_of_residence\": \"US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/api/{{api_version}}/properties/availability?currency=USD","description":"<h2 id=\"look-for-room-availability-in-a-specific-hotel\">Look for room availability in a specific hotel</h2>\n<p>This API endpoint allows you to check the availability and rates for hotel properties based on specific criteria such as check-in and check-out dates, occupancy details, and the country of residence. This is essential for users looking to make informed booking decisions.</p>\n<h3 id=\"request-body-format\">Request Body Format</h3>\n<p>The request must be sent as a JSON object with the following parameters:</p>\n<ul>\n<li><p><strong>property_id</strong> (string): The unique identifier for the hotel property.</p>\n</li>\n<li><p><strong>checkin_date</strong> (string): The date of check-in in the format YYYY-MM-DD.</p>\n</li>\n<li><p><strong>checkout_date</strong> (string): The date of check-out in the format YYYY-MM-DD.</p>\n</li>\n<li><p><strong>occupancy</strong> (array of objects): An array that specifies the number of adults and children, along with the ages of the children. Each object contains:</p>\n<ul>\n<li><p><strong>adults</strong> (integer): The number of adults.</p>\n</li>\n<li><p><strong>childs</strong> (integer): The number of children.</p>\n</li>\n<li><p><strong>childages</strong> (array of integers): An array of ages for each child.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>country_of_residence</strong> (string): The country of residence of the guest (e.g., \"US\").</p>\n</li>\n</ul>\n<h3 id=\"important-headers\">Important Headers</h3>\n<p>Ensure to include the following headers in your request:</p>\n<ul>\n<li><strong>Content-Type</strong>: <code>application/json</code> - Indicates that the request body format is JSON.</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>The response will be returned in JSON format with the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request.</p>\n</li>\n<li><p><strong>data</strong> (array of objects): An array containing details about each property, with each object including:</p>\n<ul>\n<li><p><strong>id</strong> (string): The unique identifier for the property.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the property.</p>\n</li>\n<li><p><strong>descriptions</strong> (string): Descriptions of the property.</p>\n</li>\n<li><p><strong>images</strong> (object): An object containing arrays for different image sizes:</p>\n<ul>\n<li><p><strong>thumbnail</strong> (array of strings): URLs for thumbnail images.</p>\n</li>\n<li><p><strong>small</strong> (array of strings): URLs for small images.</p>\n</li>\n<li><p><strong>large</strong> (array of strings): URLs for large images.</p>\n</li>\n<li><p><strong>extra_large</strong> (array of strings): URLs for extra-large images.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>availability</strong> (integer): The availability status of the property (0 for unavailable, 1 for available).</p>\n</li>\n<li><p><strong>amenities</strong> (array of strings): A list of amenities offered by the property.</p>\n</li>\n<li><p><strong>rates</strong> (array of objects): An array containing rate details for the property, with each object including:</p>\n<ul>\n<li><p><strong>refundable</strong> (boolean): Indicates if the rate is refundable.</p>\n</li>\n<li><p><strong>base_rate</strong> (number): The base rate for the room.</p>\n</li>\n<li><p><strong>tax_and_fees</strong> (number): The total tax and fees applicable.</p>\n</li>\n<li><p><strong>total_rate</strong> (number): The total rate including base rate and taxes.</p>\n</li>\n<li><p><strong>currency</strong> (string): The currency in which the rates are quoted.</p>\n</li>\n<li><p><strong>board_basis</strong> (array of strings): The meal plan options available.</p>\n</li>\n<li><p><strong>beds</strong> (array of objects): An array detailing the bed types available, with each object including:</p>\n<ul>\n<li><p><strong>id</strong> (string): The unique identifier for the bed type.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the bed type.</p>\n</li>\n<li><p><strong>pricing_token</strong> (string): A token related to the pricing of the bed type.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>cancellation_policy</strong> (array of objects): An array detailing the cancellation policies, with each object including:</p>\n<ul>\n<li><p><strong>currency</strong> (string): The currency for the cancellation policy.</p>\n</li>\n<li><p><strong>end</strong> (string): The end date of the cancellation policy.</p>\n</li>\n<li><p><strong>estimate_amount</strong> (number): The estimated amount for cancellation.</p>\n</li>\n<li><p><strong>start</strong> (string): The start date of the cancellation policy.</p>\n</li>\n<li><p><strong>type</strong> (string): The type of cancellation policy.</p>\n</li>\n<li><p><strong>value</strong> (number): The value related to the cancellation policy.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>amenities</strong> (array of strings): A list of amenities included with the rate.</p>\n</li>\n<li><p><strong>extras</strong> (array of strings): Additional extras available with the rate.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint is essential for obtaining real-time information about hotel availability and pricing, allowing users to make informed booking decisions.</p>\n<p><strong>IMPORTANT</strong></p>\n<p>You could use the following properties for testing availability, booking, and cancellation. <code>checkInDate</code> and <code>checkOutDate</code> MUST be at least 90 days from the current date.</p>\n<ul>\n<li><p><strong>checkInDate</strong>: \"YYYY-MM-DD\" (90 days from current date)</p>\n</li>\n<li><p><strong>checkOutDate</strong>: \"YYYY-MM-DD\" (90 days from current date)</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","properties","availability"],"host":["{{api_host}}"],"query":[{"key":"currency","value":"USD"}],"variable":[]}},"response":[{"id":"759459db-9d9b-4b75-836b-509ed5479ba9","name":"200","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\":\"\",\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [1]\n        }, {\n            \"adults\": 2,\n            \"childs\": 0\n        }\n    ],\n    \"country_of_residence\": \"US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/v2/{{api_version}}/properties/availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"availability fetched successfully\",\n    \"data\": [\n        {\n            \"id\": \"201819296\",\n            \"name\": \"Junior Suite (Manhattan | City & Park View)\",\n            \"descriptions\": \"<p><strong>1 King Bed</strong></p><p>495-sq-foot individually decorated room with park and city views </p><br/><p><b>Layout</b> - Separate sitting area</p><p><b>Relax</b> - In-room massage available</p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 65-inch LED TV with premium channels and pay movies</p><p><b>Food & Drink</b> - 24-hour room service and minibar (fees may apply)</p><p><b>Sleep</b> - Premium bedding, a down duvet, a pillow menu, blackout drapes/curtains, and turndown service </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower (deep soaking bathtub available in some rooms)</p><p><b>Practical</b> - Safe, free newspaper, and laptop workspace; free rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Daily housekeeping and climate-controlled heating and air conditioning</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking, renovated in January 2017</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\",\n            \"images\": {\n                \"thumbnail\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/abe5ea17_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eca5ecd7_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/464aaa29_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_t.jpg\"\n                ],\n                \"small\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/abe5ea17_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eca5ecd7_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/464aaa29_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_s.jpg\"\n                ],\n                \"large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/abe5ea17_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eca5ecd7_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/464aaa29_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_b.jpg\"\n                ],\n                \"extra_large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/abe5ea17_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eca5ecd7_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/464aaa29_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_z.jpg\"\n                ]\n            },\n            \"availability\": 27,\n            \"amenities\": [\n                \"Non-Smoking\",\n                \"Television\",\n                \"In-room climate control (heating)\",\n                \"Digital TV service\",\n                \"Turndown service\",\n                \"Premium bedding\",\n                \"Pillow menu\",\n                \"Change of bed sheets (on request)\",\n                \"Laptop-friendly workspace\",\n                \"In-room childcare (surcharge)\",\n                \"In-room climate control (air conditioning)\",\n                \"Blackout drapes/curtains\",\n                \"Minibar\",\n                \"Bathtub or shower\",\n                \"Daily housekeeping\",\n                \"Individually decorated\",\n                \"Free WiFi\",\n                \"Change of towels (on request)\",\n                \"Individually furnished\",\n                \"HDTV\",\n                \"Hypo-allergenic bedding available\",\n                \"Phone\",\n                \"Desk\",\n                \"Designer toiletries\",\n                \"Towels provided\",\n                \"Premium TV channels\",\n                \"Bedsheets provided\",\n                \"Soap\",\n                \"Connecting/adjoining rooms available\",\n                \"LED TV\",\n                \"Toilet paper\",\n                \"Shampoo\",\n                \"TV size measurement: inch\",\n                \"Slippers\",\n                \"In-room massage available\",\n                \"Private bathroom\",\n                \"Bathrobes\",\n                \"Down comforter\",\n                \"Hair dryer\",\n                \"Rollaway/extra beds (free)\",\n                \"TV size: 55\",\n                \"Housekeeping on request\",\n                \"Pay movies\",\n                \"In-room safe\",\n                \"Deep soaking bathtub\",\n                \"Separate sitting area\",\n                \"Room service (24 hours)\",\n                \"Free newspaper\",\n                \"Free cribs/infant beds\"\n            ],\n            \"rates\": [\n                {\n                    \"refundable\": true,\n                    \"base_rate\": 6356.68,\n                    \"tax_and_fees\": 0,\n                    \"total_rate\": 6356.68,\n                    \"currency\": \"USD\",\n                    \"retail_price\": 0,\n                    \"board_basis\": [\n                        \"Room only\"\n                    ],\n                    \"beds\": [\n                        {\n                            \"id\": \"37321\",\n                            \"name\": \"1 King Bed\",\n                            \"pricing_token\": \"eyJ0b2tlbiI6IkpWbEhSMjBnUnZkWHlFbHNsbUYvckxkNmpVMlhRYjZ3eU1sOTM3Tkg1aW1YRkZpVEQrRk1BWlVzOWhTL2FZSGZlUmZnS0M1ZUVWZWdQYmViTTlCeEczTUt6OHJtTUhmSEdiRnJjb2NhTlRpSmlJb3lUVTFPS0VOR2RPK2ZNclI3QWppTkUrODBTM2U4RWZJV0I5emdJak5UYlNOaGVKUTZ0TDVJTEYrZlU1cEdmaEtPb3pGS0ZuU1AxWjhwRmN5WkZ6UHJuUGI5QytJemFsTnlOUktDcjRCTUpZVDJKL3FPZkxkUnJDNjNrY1hScFNmcjc0YzV2NmtpVFlTSlJudEhuRFBnSmhmU2NhUmVFYnhmUzBhU1NQekJxVUJGeW8zV0ZyM0k3YXZXTWcyQWg4d2FhZzV4Yyt2cmhlWHlTZ3FZeXhkcnJ4T3h4aXFZdjRiM3l0WDI1WnNTd3BYaUJlamlBWGhIOWpheGltc1M1WGtZYzhiNmF0WnliTEcwaHlQa2NOeUthZjJuOWJTK0E5OXVNNTdCaW9pR0UzNmhQQVpxcy9vYlYwWEtnNTF5R0J0KzZob1cyQ1crTlIyalorZ3U2WVdUOUZqTkZ4WHY4cmNQM21mNzJZWXl1NTJYNUNkY3R2elJIRGoyQ2FOYXVySVY0N3IzMnZOZnErRC81c0FIVHJjM1gwallENkNDSUFmbllZVUZnR2NoSG54ZVBNK1FBNHp0NUtPM0hYSHlsQnRqQXJ3L3A0TjZ3amt2bDYzZ2poZm1wUW1GSmpRS2luRkVtTThYUmlLRGZLamZwa2kyWG5BNDJKTDJ3Qmp6YWZFelIvakFXeXNrNVZYVmszV0RkSUxRWUNDcFZ6S1d5MnZiRFRxVENJeXZCdHdpK2hMWDlxelc5d2c3OXJ6elhDTTBwdkNOSGFWQTJyNG90MFZmeWFFV3ZmVEtIOVV1T0NhSDNpVEZ3dDdhWkI1K1NNbTJQcTNiaVFBQ0tqTGUyQkVPTVFzMnhPVnMxOXJUOW1aMGdzQWdWRm9iWHc2OTFka05FUElrMUU4MFA2T0FISXBYcnNLUHlRNkdDUnc2cnpPOU52TkIxenNENiszWHNIL0NxM0lCY1llRUdqdmk5OUxNMzFCNjY5YWRCY0FLd1pqMnhjY1E4QWQrczQ2TEVOSTNUd2tud1RBL1M0SkhJQXh6Q1o5V040Vkl5YkV3WFZvSjE1OTc5b2h5TndGQXB0SkJvZk1KVElQRGtQVmxCS3V0REJmdWF6ZkVNeERVMmlzMm01TldRTm5MWW9oS3J2OUs5VjNPUXNUNnlpRVRLN091a2Y1TVJDbkNzZm5WVnN5V05yeDFUZGxhWHRxL2FHVTJQYmcwRkpIYjhjN0FRcGFjT1lyWEdhSW1yM3pHaTkwbXRYQTlaZlRyMXhJcmVac0pRQjF1ZDYwS0hDWTZTMUIyd2JvS3Z5dGxmTzN6RkJxM1pnUk5UMWpIcWRRc2hHZ1F1WE5YdmpVMS9vZlhPNTFJdnFKVndGWDRkbHZHb0RHS2NUR3pqS2VuS1pTYTNnL2pCQmEyOVNPalR1aUxPaXk3UmVVMlpiTGo5bHRCTHRtY3F0NXJySUYrSElpN2cyR3FVVlBmZUxGMEcxQUhaRkgxU0Vza2Y0YVo1Skc5eDMxMDdWbkNPb3BaMGc9PSIsInNvdXJjZSI6IkVYUEVESUEiLCJvY2N1cGFuY3kiOlt7ImFkdWx0cyI6MSwiY2hpbGRzIjoxLCJjaGlsZGFnZXMiOlsxXX0seyJhZHVsdHMiOjIsImNoaWxkcyI6MCwiY2hpbGRhZ2VzIjpudWxsfV19\"\n                        }\n                    ],\n                    \"cancellation_policy\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-17T21:59:59Z\",\n                            \"estimate_amount\": 0,\n                            \"start\": \"2025-07-21T04:40:24Z\",\n                            \"type\": \"percentage\",\n                            \"value\": 0\n                        },\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-19T22:00:00Z\",\n                            \"estimate_amount\": 6356.68,\n                            \"start\": \"2025-10-17T22:00:00Z\",\n                            \"type\": \"nights\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"amenities\": [\n                        \"Free WiFi\"\n                    ],\n                    \"extras\": [\n                        \"Room only\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"214534628\",\n            \"name\": \"Junior Suite (Central Park)\",\n            \"descriptions\": \"<p><strong>1 King Bed</strong></p><p>500-sq-foot room with park views </p><br/><p><b>Layout</b> - Separate sitting area</p><p><b>Relax</b> - In-room massage available</p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 55-inch LED TV with premium channels and pay movies</p><p><b>Food & Drink</b> - 24-hour room service and minibar (fees may apply)</p><p><b>Sleep</b> - Premium bedding, a down duvet, a pillow menu, blackout drapes/curtains, and turndown service </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower (deep soaking bathtub available in some rooms)</p><p><b>Practical</b> - Safe, free newspaper, and laptop workspace; free rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Daily housekeeping and climate-controlled heating and air conditioning</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\",\n            \"images\": {\n                \"thumbnail\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/0f448484_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/f988d436_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/6b7a7cb6_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/06354cd1_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_t.jpg\"\n                ],\n                \"small\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/0f448484_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/f988d436_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/6b7a7cb6_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/06354cd1_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_s.jpg\"\n                ],\n                \"large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/0f448484_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/f988d436_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/6b7a7cb6_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/06354cd1_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_b.jpg\"\n                ],\n                \"extra_large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/0f448484_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/f988d436_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/6b7a7cb6_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/06354cd1_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_z.jpg\"\n                ]\n            },\n            \"availability\": 17,\n            \"amenities\": [\n                \"Non-Smoking\",\n                \"Television\",\n                \"In-room climate control (heating)\",\n                \"Digital TV service\",\n                \"Turndown service\",\n                \"Premium bedding\",\n                \"Pillow menu\",\n                \"Change of bed sheets (on request)\",\n                \"Laptop-friendly workspace\",\n                \"In-room childcare (surcharge)\",\n                \"In-room climate control (air conditioning)\",\n                \"Blackout drapes/curtains\",\n                \"Minibar\",\n                \"Bathtub or shower\",\n                \"Daily housekeeping\",\n                \"Individually decorated\",\n                \"Free WiFi\",\n                \"Change of towels (on request)\",\n                \"Individually furnished\",\n                \"HDTV\",\n                \"Hypo-allergenic bedding available\",\n                \"Phone\",\n                \"Desk\",\n                \"Designer toiletries\",\n                \"Towels provided\",\n                \"Premium TV channels\",\n                \"Bedsheets provided\",\n                \"Soap\",\n                \"Connecting/adjoining rooms available\",\n                \"LED TV\",\n                \"Toilet paper\",\n                \"Shampoo\",\n                \"TV size measurement: inch\",\n                \"Slippers\",\n                \"In-room massage available\",\n                \"Private bathroom\",\n                \"Bathrobes\",\n                \"Down comforter\",\n                \"Hair dryer\",\n                \"Rollaway/extra beds (free)\",\n                \"TV size: 55\",\n                \"Housekeeping on request\",\n                \"Pay movies\",\n                \"In-room safe\",\n                \"Deep soaking bathtub\",\n                \"Separate sitting area\",\n                \"Room service (24 hours)\",\n                \"Free newspaper\",\n                \"Free cribs/infant beds\"\n            ],\n            \"rates\": [\n                {\n                    \"refundable\": true,\n                    \"base_rate\": 7045.18,\n                    \"tax_and_fees\": 0,\n                    \"total_rate\": 7045.18,\n                    \"currency\": \"USD\",\n                    \"retail_price\": 0,\n                    \"board_basis\": [\n                        \"Room only\"\n                    ],\n                    \"beds\": [\n                        {\n                            \"id\": \"37321\",\n                            \"name\": \"1 King Bed\",\n                            \"pricing_token\": \"eyJ0b2tlbiI6Ii9QbDh5NEdUMG9sYWFaRGNJRDlMU0dnYXhDMmluZDhxaXJ1aFc2N2t3UjYzTGZONXlBWTd4dGEvSjcxZmRnakE1QnFQaFRrVGUvTktlWnFMKzhnVmxwTnc1cU9NazdMQzRSUHU3bHZSZlo0dFM2MlZXcDlwalhmT2hCbnNaYXc4ZFVaMG52a01VNEVvdDVZTkJMeWZRWm53OU1vc3FyK1FGUkdZR1IrckpwTU1xRUsxZzFGb3V0RDNaWDNCaGpYdy9GM3NnYUVTMW05eWFaRjd0OXlJT2pITUxyNTduU0ZtUDJFSTNiOG5NK2hld2VXNFhmMkJHekdscGp2aUltTE1ablJLWS9Ec0IrNzVEeFdiRlhFWGw1azdEREpDY1lHZEhvMkJjbE83K0tDN05pOG53V0MyR1hjOFUwKzhQM3Z2WTVvTFVKd0tybzhvSFJaQlgrK00raFNySU53bmJadnVvWHNlcDRNSmUwMnB3M3doNTZya1krUGg4bHdOeXlWckF1S2pBTGtGU3MralRMMGo1c3lIRXV4bTZ1TjdCWURiakFGalU1enQ2d3haYVRkUVp0NWdOSXhxdTZKOGxVZ1REay9EY2c3TnNLWm9aTkdKNG1RVHM4MHdaK1JIcEpZTW5OT2ZIMU1zSzN6WWJ1aWlQY2dneTNuVnhFVWhJRlY5RkpEQVFBajE0SVpBcWxKU3hnQjNDWVh3QzZLNDMvaGg3bXBKWmQ1Z2ZuQlNpV1FEcjVrOEpCY1NxRmd3eUQ0c1hZSzFhazlOVnQrOVQvS1hNTHJXQ3A3YURFcG1DUi9QTE9jTmlHVktrcFV1b1NhZWNFM0hSQzFCNHA0YXk5Z05DMTRmKzhZVDQ2Z2pMUkdidXhFN2pzVHEwZHNPNHN2MDJnT1pWSUI4aVQ2OXdhWEcrMXdZTVZhWlNwakgyNGVyLzhVUXhlK1pvWm0zaHNtRHZkcXUvektQdHdJUmVTVHY5eWRCWFNsN3UvK1BXOG1nUU8wVVJKa2RCUU9pcThaLzUxcVBVWjF0UStNRWE1UllWalpqSEkyVnJ4NWtzTlNNYTJrdWF1NDdNV2VKK2xqMmpSVy93cS9MUnUrbEg2SjY1aFc5WWtHNk42L1NXaWlGcWNIRFc4R3JsM29HdkF2NExNSSt3SnhjNS9LaktETklrbFFEVERqVkhKRXZEQURzeHZ4ZWtCdEhIaTBTMTFoakZwZnNwZFozVlUzOU9DWGRsTHJreXJ1VlQwaG5xTnY4UFBsTkZtT2pBcWNMS1hpQ29xbVhZMk1QK1ZiWkFPUkFiWWV5Z2cxZ1FPbDk3Z1R6OFFIYzJLUnY5TDE0VWMzbUVEanpUVXhNK25YSklScytzR2JTa0lZWUYwVVFhOTVOQkl6ZElLallhbXlQMWhWUEhLOGUveHQwL3FzWlVndy9mdGxmV1ZOREpFUlA2NzZjZmpOSzJkTXg2Q1R3OXVMVzAvc0lrRmpENThXWGw0NnlxUWEzMFh3RFVXRW5aNkNkZjBCQkRYZmwxaE12L2R2eTFtbVJyVjcwdzFsZDJHT1ZNUzlQaGVNQ05oeWoyK2RjS3dGUjdxMDlmbTZCR0VDNjZNd053MGRVZ0EvUWUyTWNlWWllNDhtcW5mZWNHZGpONzRPUEs4bk5XbElGZnhDSnd2Uk12aUJseHc9PSIsInNvdXJjZSI6IkVYUEVESUEiLCJvY2N1cGFuY3kiOlt7ImFkdWx0cyI6MSwiY2hpbGRzIjoxLCJjaGlsZGFnZXMiOlsxXX0seyJhZHVsdHMiOjIsImNoaWxkcyI6MCwiY2hpbGRhZ2VzIjpudWxsfV19\"\n                        }\n                    ],\n                    \"cancellation_policy\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-17T21:59:59Z\",\n                            \"estimate_amount\": 0,\n                            \"start\": \"2025-07-21T04:40:24Z\",\n                            \"type\": \"percentage\",\n                            \"value\": 0\n                        },\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-19T22:00:00Z\",\n                            \"estimate_amount\": 7045.18,\n                            \"start\": \"2025-10-17T22:00:00Z\",\n                            \"type\": \"nights\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"amenities\": [\n                        \"Free WiFi\"\n                    ],\n                    \"extras\": [\n                        \"Room only\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"214534631\",\n            \"name\": \"Suite, Accessible (Central Park)\",\n            \"descriptions\": \"<p><strong>1 King Bed</strong></p><p>700-sq-foot room with city views </p><br/><p><b>Layout</b> - Separate sitting area</p><p><b>Relax</b> - In-room massage available</p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 55-inch LED TV with premium channels and pay movies</p><p><b>Food & Drink</b> - 24-hour room service and minibar (fees may apply)</p><p><b>Sleep</b> - Premium bedding, a down duvet, a pillow menu, blackout drapes/curtains, and turndown service </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower (deep soaking bathtub available in some rooms)</p><p><b>Practical</b> - Safe, free newspaper, and laptop workspace; free rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Daily housekeeping and climate-controlled heating and air conditioning</p><p><b>Accessibility</b> - Wheelchair accessible</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\",\n            \"images\": {\n                \"thumbnail\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/255a8de9_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_t.jpg\"\n                ],\n                \"small\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/255a8de9_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_s.jpg\"\n                ],\n                \"large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/255a8de9_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_b.jpg\"\n                ],\n                \"extra_large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/89a0a58f_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/255a8de9_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_z.jpg\"\n                ]\n            },\n            \"availability\": 2,\n            \"amenities\": [\n                \"Wheelchair-width doorways\",\n                \"Bathroom grab bars\",\n                \"In-room climate control (heating)\",\n                \"Digital TV service\",\n                \"Premium bedding\",\n                \"In-room childcare (surcharge)\",\n                \"In-room climate control (air conditioning)\",\n                \"Blackout drapes/curtains\",\n                \"Desk\",\n                \"Designer toiletries\",\n                \"Premium TV channels\",\n                \"Roll-in shower\",\n                \"Soap\",\n                \"Connecting/adjoining rooms available\",\n                \"Toilet paper\",\n                \"Shampoo\",\n                \"Slippers\",\n                \"In-room massage available\",\n                \"Down comforter\",\n                \"Wheelchair accessible\",\n                \"Rollaway/extra beds (free)\",\n                \"Pay movies\",\n                \"Separate sitting area\",\n                \"Free newspaper\",\n                \"Non-Smoking\",\n                \"Television\",\n                \"Turndown service\",\n                \"Pillow menu\",\n                \"Change of bed sheets (on request)\",\n                \"Laptop-friendly workspace\",\n                \"Minibar\",\n                \"Bathtub or shower\",\n                \"Daily housekeeping\",\n                \"Individually decorated\",\n                \"Free WiFi\",\n                \"Change of towels (on request)\",\n                \"Individually furnished\",\n                \"HDTV\",\n                \"Hypo-allergenic bedding available\",\n                \"Phone\",\n                \"Towels provided\",\n                \"Bedsheets provided\",\n                \"LED TV\",\n                \"TV size measurement: inch\",\n                \"Private bathroom\",\n                \"Bathrobes\",\n                \"Hair dryer\",\n                \"TV size: 55\",\n                \"Housekeeping on request\",\n                \"In-room safe\",\n                \"Deep soaking bathtub\",\n                \"Room service (24 hours)\",\n                \"Free cribs/infant beds\"\n            ],\n            \"rates\": [\n                {\n                    \"refundable\": true,\n                    \"base_rate\": 12828.58,\n                    \"tax_and_fees\": 0,\n                    \"total_rate\": 12828.58,\n                    \"currency\": \"USD\",\n                    \"retail_price\": 0,\n                    \"board_basis\": [\n                        \"Room only\"\n                    ],\n                    \"beds\": [\n                        {\n                            \"id\": \"37321\",\n                            \"name\": \"1 King Bed\",\n                            \"pricing_token\": \"eyJ0b2tlbiI6ImtLKzZENngxelk4L01wTjAxR0o4VnFwT3RtQXRJQW5PK3lFdXNKblNmbFNiTnpaM3dNSThCRTBBeitYaWtnZnpyOWlFZm1uZXhkVVppSHVzb05IS2JBRXhxVFVIUmNNQ29FaGwyRmtRMzlZV1lEZC9wd1lrOEJSSEVFZXBDUmNxMXNGQm9EWE9NTWJKclZXRy9vL1FaZzJFbXljZit2bENEVnY5a3paUXVpQVdiMVh6NmRXdVVBY0hiMlNkN1dCcStMTkVIVjZndDNzSW5OVEp1cjhGZHVRSFJuUEE5eXlpNmFPZ1kwcUlmNENSdEhFR251VE01WXRzWGRlN24vU0NSNGV2ZzJNK0l5OE90aU9iSDhjRjVEUGtNd1V1ejE4OGlVWXF0YVhMUGFIUk54VmttYTd4bU82UWhMdHBkeVkxd0lYTFc4YzVxdjQ1a3BlRDN5VkF0QUU4MXBtU3ZVVWI4MFVRMjJoSUJ3ZlNKT2pGc1FsTEtzNlo2T0xseXpMZnlOUnp5RjR0VzE4cTkzOVF1a0ducVFZeFV4QldMblNjbEVPZENNdTBwZ2d3REdzTTBqYmxxaWJxUTF5VkMxTEcrclNOUG1lOS9SV3QvRU1WUFljbnU4Z0p1VTJ5dGs4Ulg2ZUdkbEVSWUdFaWN6b25DUFdHeVVXMWg5T1RGcFQvcVZaWnorQmFrZEpoMVVJT3JWeVB1MHRsWm1HODVmN0xpb0pyeFI1TWpQMjdXaXZPc0djaDNGNDhjR3ZQNHVsbExLV0RyRzU2cENlZjBSWDlnU2tBUWtiUzZDdERMRlNvRm9kMkQ1cHRJd0R1UWxXeFdCOFhBQ0ZJZllxVEdQVDVCY09PMkdjbWFOQWwyUGJ6MUJMQm1XNy82bzV0VHdldDMxNkE4NzN4SDhoSkdXYUxQUVM1aUw0elhNR05tVWlPNllYaGZ4ZVUzV3djdDhNL25ScUttRmNxc0tXWDhNQVlJYmVVWlc4ZG9KcnVzcW5oeEkraEtEcWVieHJiQU5jdE44SkYxVGIwY0FKS1lZZUtCZEo3YXBWUW9JbVVJNTZRWG9NUVZmTEJMditUMS9DSkpqVStyTW1CeXZnSkFxRXJuN1NmeTdJYkswUUJ2K3VQVFo2TDVlcnVreGNVa3lCK0N6ZnRlRDM3YVkvZkN1M3JTaFFmTE9SeTBvdkNmbTVRSElxQ1djdFRzQlBudllCR2dEcklQQnkvYnVMK3RVQ0NQSjM4b3c0N05hRWdSZml6NWUwY0RBK2tQOEh2dURyOUUxMmZHSUNXcTgvOGczYVRRYnFoUVhzYnBMN2hnYkdheUVOSlVqQWwzQU1zU1FWSnNlYTR5bUwyRkVuelpndWtVbHJTWDBCUGZxWDRnU3RkNFQrWkxsR2N2VHp3M3hvVEhtdm1JK3RTbHdKdEVlSE5xQndSUEMxVkVHa2J4eFBwY2Z2Z20vcHpVZm1temVPemt4TjgreFh0VE5LeGgrYTB4RXpiL0dIVDgrS3d2cDRPOFRzRW9CeVZZdDFrc3RkZFM3cGRuTHhHM29nVEZ5MHdONEsvTnNUbTZqRlNTSW1HNkVnSlVXcTRId09ubE9ndDY5OWJiMU9xWVRXaHpKbjZQdHdtazFUajg3cGdTM1NVS2EyUjdqQ2Z0VjEySGZyWDVwL2c1OVNkbXVQZDlDUT0iLCJzb3VyY2UiOiJFWFBFRElBIiwib2NjdXBhbmN5IjpbeyJhZHVsdHMiOjEsImNoaWxkcyI6MSwiY2hpbGRhZ2VzIjpbMV19LHsiYWR1bHRzIjoyLCJjaGlsZHMiOjAsImNoaWxkYWdlcyI6bnVsbH1dfQ==\"\n                        }\n                    ],\n                    \"cancellation_policy\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-17T21:59:59Z\",\n                            \"estimate_amount\": 0,\n                            \"start\": \"2025-07-21T04:40:24Z\",\n                            \"type\": \"percentage\",\n                            \"value\": 0\n                        },\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-19T22:00:00Z\",\n                            \"estimate_amount\": 12828.58,\n                            \"start\": \"2025-10-17T22:00:00Z\",\n                            \"type\": \"nights\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"amenities\": [\n                        \"Free WiFi\"\n                    ],\n                    \"extras\": [\n                        \"Room only\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"214534629\",\n            \"name\": \"Suite (Central Park)\",\n            \"descriptions\": \"<p><strong>1 King Bed</strong></p><p>700-sq-foot individually decorated room, furnished balcony with park views </p><br/><p><b>Layout</b> - Separate sitting area</p><p><b>Relax</b> - In-room massage available</p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 55-inch LED TV with premium channels and pay movies</p><p><b>Food & Drink</b> - 24-hour room service and minibar (fees may apply)</p><p><b>Sleep</b> - Premium bedding, a down duvet, a pillow menu, blackout drapes/curtains, and turndown service </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower (deep soaking bathtub available in some rooms)</p><p><b>Practical</b> - Safe, free newspaper, and laptop workspace; free rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Daily housekeeping and climate-controlled heating and air conditioning</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\",\n            \"images\": {\n                \"thumbnail\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/417b891a_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/c9b26874_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/1a3c05df_t.jpg\"\n                ],\n                \"small\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/417b891a_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/c9b26874_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/1a3c05df_s.jpg\"\n                ],\n                \"large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/417b891a_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/c9b26874_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/1a3c05df_b.jpg\"\n                ],\n                \"extra_large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/417b891a_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/c9b26874_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9088a051_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a228f2ef_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/1a3c05df_z.jpg\"\n                ]\n            },\n            \"availability\": 32,\n            \"amenities\": [\n                \"In-room climate control (heating)\",\n                \"Digital TV service\",\n                \"Premium bedding\",\n                \"In-room childcare (surcharge)\",\n                \"In-room climate control (air conditioning)\",\n                \"Blackout drapes/curtains\",\n                \"Desk\",\n                \"Designer toiletries\",\n                \"Premium TV channels\",\n                \"Soap\",\n                \"Connecting/adjoining rooms available\",\n                \"Toilet paper\",\n                \"Shampoo\",\n                \"Slippers\",\n                \"In-room massage available\",\n                \"Down comforter\",\n                \"Rollaway/extra beds (free)\",\n                \"Pay movies\",\n                \"Separate sitting area\",\n                \"Free newspaper\",\n                \"Non-Smoking\",\n                \"Television\",\n                \"Turndown service\",\n                \"Pillow menu\",\n                \"Change of bed sheets (on request)\",\n                \"Laptop-friendly workspace\",\n                \"Minibar\",\n                \"Bathtub or shower\",\n                \"Daily housekeeping\",\n                \"Individually decorated\",\n                \"Free WiFi\",\n                \"Change of towels (on request)\",\n                \"Individually furnished\",\n                \"HDTV\",\n                \"Hypo-allergenic bedding available\",\n                \"Phone\",\n                \"Furnished balcony\",\n                \"Towels provided\",\n                \"Bedsheets provided\",\n                \"LED TV\",\n                \"TV size measurement: inch\",\n                \"Private bathroom\",\n                \"Bathrobes\",\n                \"Hair dryer\",\n                \"TV size: 55\",\n                \"Housekeeping on request\",\n                \"In-room safe\",\n                \"Deep soaking bathtub\",\n                \"Room service (24 hours)\",\n                \"Free cribs/infant beds\"\n            ],\n            \"rates\": [\n                {\n                    \"refundable\": true,\n                    \"base_rate\": 12828.58,\n                    \"tax_and_fees\": 0,\n                    \"total_rate\": 12828.58,\n                    \"currency\": \"USD\",\n                    \"retail_price\": 0,\n                    \"board_basis\": [\n                        \"Room only\"\n                    ],\n                    \"beds\": [\n                        {\n                            \"id\": \"37321\",\n                            \"name\": \"1 King Bed\",\n                            \"pricing_token\": \"eyJ0b2tlbiI6IndoeUtVV0c5ZnYrSjZBY1JjWnYwME9yZitsRUNsVU5NVGxUOGl1TGg3RUdwWWVHOFBYVDZhN2NDQWhWQjFDbE02Ykk0ZVFMZnNDZE8yOHlpSEtxaGVKQ3c1enNZM0t6M21pZVBBMFFJa3lmNjJOWVFDZ2tVQWN0VTNlcXM1RThNVkk0blJLN1pxTnBsclYvZWIyMWh0WXJ2VzVkOVNKMkhjOFZ2cjkwY2kzQXJrRmY3RW1EeDltOWY4Mmx4SklpcVBYcWxnRWNkTGdzTkVWK2gxcnRLVnltNUdoSkYwOVlNMnQzOExHWGIwejNKd0plcS9BYmVjR2lFaERCOVFTWm5tWlpDdlJJY3lMaGJTc2dTNlpNUmZ6RStuNGhXeFNKVC90NE1CZVBmUzMvZkZZZ3QyTW9pVllKb0JRWGRPZ2JxK2Z3K0d0QjgyUVJzVm1iNnpLeFJHRkdjTlE4MVhVVXpsZXc0U1ZESGhQbGdidlA0cGtuQzlZcDZDa0JFQlk5TFViWDZ4NmpZTTh3WHFUZURTUUh5RVhrSHpDTkM1YWhQa0p2VkhQQlovVWcwQk5PbGdRUTJuQzRscmQva1l1YUhXQ0E1Zk95bW5Jdk5ycHJTVkcva1h2L0ZvMStiRmsyM2dNd2pYSW5nYUtHNFhxUnU3azZZSHF2V1Z3U05SWTJvS0x6UHZYdEIrODZEQy95a2hibjhma3pFTXIwcktWTGhCaHUvdldKb3RBZzE2M1oxMzZ0bVJLSVA4N1djbXlQNVBheGRsbnl0dzBsa25nLzEwcGFjRHNhSndIOTA3Nkp0SHJFVThmdmxxcDhLbVlJTWYyQjZYZFNJN2xyRzYxbmpWcjJKeXIyM3c3dlZiUCtHK29KVkoyTnNQbm5CNE1IUk9vR2xkdlNsZWZ1YVRDWGVDMkVkdGtvaXhVZ0R6WXBqU2NCRnZBOUdRNXNMUmJuNVBnSTR0Qkh1V3RyNTF2eXVXdU5WdmNQa01wTWNaYzRvWmdOb094UkwvaDNjN3lmb2lrdFR0cjhzNWdPSEkzVGxSdjZudnhIUElPQXpWY2oxSWZiZk1XNllVYXJOUUNpRUVTRy9CakhqMTBGcW50MGRlaHRDbnlid2pzK21oM3V1N2JYZjZuRWMrT2tPK2djcWFzL3lDU3pkN0FoMkVjWlRvZW5hZWljWktsa2FlZlRLWEtnUjh3NnBXSjhpc1NOU1k0YS95NlBqcHdQeWpMZzg2YjA3S0YxSHRmRVBHb2hDUHZpQ211UjU5SHNGWTFEcGQ4amlsMHlqMDlCSmFqWG5WbU9ZRmU0OEhOTk03TjZ0NFkybytCZkJObDZVdWloM1NGTlBpQzYxZXQvWDNqRk1nNm5uSHNnMG9JL3ZEa0xDRWNqYnNiOEFrL1V1RVY2NlR5NkZCRGlSVnZPbEVYYkVuS3FacFZ0UWhCRVpVOVk0c3liMWpKeUtNNEpGQUVqYUhwTFd2eVdZYlFtN09jc3NzTjRsQVFiRU1la2VWTjZIMi9mNEpzTGtWaFA5Z25VWHc1Z0VxWFN6Nlk0L2d1cVZ3TXdiZFlTTVk0RVhuTXQrTVhBbDBBV1orN2RQS3VlemlhYXNRWVdxZ2lKVEVjOU5WVGdBeVJTb1V6N0NORGs3TmhpRzVpSnpNTFZaUk1vMFlmY29OYzR1Q0JIMUs0dz0iLCJzb3VyY2UiOiJFWFBFRElBIiwib2NjdXBhbmN5IjpbeyJhZHVsdHMiOjEsImNoaWxkcyI6MSwiY2hpbGRhZ2VzIjpbMV19LHsiYWR1bHRzIjoyLCJjaGlsZHMiOjAsImNoaWxkYWdlcyI6bnVsbH1dfQ==\"\n                        }\n                    ],\n                    \"cancellation_policy\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-17T21:59:59Z\",\n                            \"estimate_amount\": 0,\n                            \"start\": \"2025-07-21T04:40:24Z\",\n                            \"type\": \"percentage\",\n                            \"value\": 0\n                        },\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-19T22:00:00Z\",\n                            \"estimate_amount\": 12828.58,\n                            \"start\": \"2025-10-17T22:00:00Z\",\n                            \"type\": \"nights\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"amenities\": [\n                        \"Free WiFi\"\n                    ],\n                    \"extras\": [\n                        \"Room only\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"214534630\",\n            \"name\": \"Suite (Manhattan)\",\n            \"descriptions\": \"<p><strong>1 King Bed</strong></p><p>500-sq-foot room with city views </p><br/><p><b>Layout</b> - Dining area and sitting area</p><p><b>Relax</b> - In-room massage available</p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 55-inch LED TV with premium channels and pay movies</p><p><b>Food & Drink</b> - 24-hour room service and minibar (fees may apply)</p><p><b>Sleep</b> - Premium bedding, a down duvet, a pillow menu, blackout drapes/curtains, and turndown service </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower (deep soaking bathtub available in some rooms)</p><p><b>Practical</b> - Safe, free newspaper, and laptop workspace; free rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Daily housekeeping and climate-controlled heating and air conditioning</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\",\n            \"images\": {\n                \"thumbnail\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/713b7810_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a1886f82_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e08a240d_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/503c855f_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/70bde82d_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_t.jpg\"\n                ],\n                \"small\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/713b7810_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a1886f82_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e08a240d_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/503c855f_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/70bde82d_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_s.jpg\"\n                ],\n                \"large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/713b7810_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a1886f82_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e08a240d_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/503c855f_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/70bde82d_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_b.jpg\"\n                ],\n                \"extra_large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/713b7810_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a1886f82_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e08a240d_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/503c855f_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d8c9e068_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/70bde82d_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_z.jpg\"\n                ]\n            },\n            \"availability\": 11,\n            \"amenities\": [\n                \"In-room climate control (heating)\",\n                \"Digital TV service\",\n                \"Premium bedding\",\n                \"In-room childcare (surcharge)\",\n                \"In-room climate control (air conditioning)\",\n                \"Blackout drapes/curtains\",\n                \"Desk\",\n                \"Designer toiletries\",\n                \"Premium TV channels\",\n                \"Soap\",\n                \"Connecting/adjoining rooms available\",\n                \"Toilet paper\",\n                \"Shampoo\",\n                \"Slippers\",\n                \"In-room massage available\",\n                \"Down comforter\",\n                \"Rollaway/extra beds (free)\",\n                \"Pay movies\",\n                \"Separate sitting area\",\n                \"Free newspaper\",\n                \"Non-Smoking\",\n                \"Television\",\n                \"Turndown service\",\n                \"Pillow menu\",\n                \"Change of bed sheets (on request)\",\n                \"Laptop-friendly workspace\",\n                \"Separate dining area\",\n                \"Minibar\",\n                \"Bathtub or shower\",\n                \"Daily housekeeping\",\n                \"Individually decorated\",\n                \"Free WiFi\",\n                \"Change of towels (on request)\",\n                \"Individually furnished\",\n                \"HDTV\",\n                \"Hypo-allergenic bedding available\",\n                \"Phone\",\n                \"Towels provided\",\n                \"Bedsheets provided\",\n                \"LED TV\",\n                \"TV size measurement: inch\",\n                \"Private bathroom\",\n                \"Bathrobes\",\n                \"Hair dryer\",\n                \"TV size: 55\",\n                \"Housekeeping on request\",\n                \"In-room safe\",\n                \"Deep soaking bathtub\",\n                \"Room service (24 hours)\",\n                \"Free cribs/infant beds\"\n            ],\n            \"rates\": [\n                {\n                    \"refundable\": true,\n                    \"base_rate\": 19621.78,\n                    \"tax_and_fees\": 0,\n                    \"total_rate\": 19621.78,\n                    \"currency\": \"USD\",\n                    \"retail_price\": 0,\n                    \"board_basis\": [\n                        \"Room only\"\n                    ],\n                    \"beds\": [\n                        {\n                            \"id\": \"37321\",\n                            \"name\": \"1 King Bed\",\n                            \"pricing_token\": \"eyJ0b2tlbiI6Im9UWFNpajV6UTBTU29uczdZd3VDZDcxckVsNldJNEhZa1RrTjJPeUNWdWwyUDVWRlA4aXkxTUNCMHo3K01yQ1I2VjNCK1BDLzZJeWJuUS96QWpRZ3VOVk01cWg2dlRmY2svNlV6SFFzcTNFcVZoQytkckpRb1YrUXNzcEdoNXZLRkFMbWlhbngzdGFoZ2xjUE9DYzNZNnpxZGV5RXJsL3RVSlVpcDlqa3M1YzVVZ0JEMHVVV3lvZHBxR1lHWkFBNE9tT0RodDQyR0lwTHlDWnBGeUNUZDFGS2I1bjdBZEFHRUE2NGlabWhTRkhlR01id0R4ZmhzazYvQWIyRlZzSHJOcnhiS053c1NOQUlKZWk4ZkMrRnk0cGQ3amNqTVJRRmVTOFNrd1JuYUNNK2lVTjh5eFNYb2NJaGwyYUYrRWNQMWgremFJKzRScmJ0RFRvQy82Y0RMckY4cWQrTzRhbTM2TUxJYy9DMENIOXIvVWptMEExOE9IeXpBN1NFWHloejNzZTRBZHhpbDlXclIvYkh4eHZWd3VkbDV4UmxnZW9xeW85ZmJYZnRjL1FRSWhBc3pKRll6QnJ5aU91bWtuempVQkpjaDE3NEZsYnZOaDJLMkRMajRzOFhnQ3Azb1BpRXdEZzZCeU9aaVpNSmswYmlmTDRIbGV0YStpZk01MkFUNlluUkhaNTIwQUJPNytYNTNnbjdwbVdqdmlPSnRmamdNQzZEQ0NXQnlhYm05eGhGc1ZOaXMxMFUvbmEzYmM3ZFUweWhuRjJVZmpZejQydXRFZzgybFpjdC9jSUhjSkxTd3dIWEU2U1pLeHBqeXpjeHV2VXdZOXR1dldoRURHWVlRUlBvekUwL1B1L1AvT2QzWUVZQmYvOUhwT0hoNXdPQk02SUt1WXB0ZXVsNzZ0bnRtRlZKUFYxZWttM0Y2WHIxVllSbGVXWDd2TUNEczlQWXlHQ0pSejdmSTlxem55REUveU5QeHNKWDkrV3lyRWhHRXgvK0JzZURMQWVqcUcxNVRFeU1uenZTeDlPell1Z0ZPVzNjM2pKa20xWU9kQXZCY3lmczRRY2J1eHBEaE4wcnZuOTlNL0ZMVU02SFZtVHVNWkdONFRpYS95cC9ET0s1TFVuNjZIZW1ITHBsZm9KaGpTRFFlK01Zb0xYbFNLNm5ScnZMbWxNNXUvbUZIUjU0Z3pPc2x4dkkrOEhjYmQxaUF0eTZmdGZsbEYrY3E1MGhoR0YrWkdZalF2TG5RZ3AyWEtpOXpsYzd3azk1UVZpcWtPN0dCcmVBRW5NWW9zdmNJTnZWOFFsTDl2MXVPOHl2MFo4Q3YyVnQyQlFCSVdkNlRnUXRFZ0pxU1M4WXZ1R2hGcjF1RW9zZzNmTnFwVnppclJmQ2Y3VDVxSm5sTXVRa2d1SVZrZWUvajNWd09RQllSMVZ5NTlTSkVFTzg0ai9wQU9RWFZTVlowbzNkb0hXUG9XckMxeW1tYW1UUXBPbDJ6ejgwWVRzUkcwYUx3bVB0YWVDZGVnbEhLMnJvVkpSUTAzN0E4ZkN3Qkhrd2xZWkd6ZnFQSExtdW1xRW13cTRFU0YvaWNuTDNISE9UMTRaQlVWU29IckRpcXdUM3lKSE4vSXZzNDc5eTNBTEgvWCtLbzJGeUZrLzhBTU1mY0xqNENGaVI3V281RGFXdUc4OD0iLCJzb3VyY2UiOiJFWFBFRElBIiwib2NjdXBhbmN5IjpbeyJhZHVsdHMiOjEsImNoaWxkcyI6MSwiY2hpbGRhZ2VzIjpbMV19LHsiYWR1bHRzIjoyLCJjaGlsZHMiOjAsImNoaWxkYWdlcyI6bnVsbH1dfQ==\"\n                        }\n                    ],\n                    \"cancellation_policy\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-17T21:59:59Z\",\n                            \"estimate_amount\": 0,\n                            \"start\": \"2025-07-21T04:40:24Z\",\n                            \"type\": \"percentage\",\n                            \"value\": 0\n                        },\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-19T22:00:00Z\",\n                            \"estimate_amount\": 19621.78,\n                            \"start\": \"2025-10-17T22:00:00Z\",\n                            \"type\": \"nights\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"amenities\": [\n                        \"Free WiFi\"\n                    ],\n                    \"extras\": [\n                        \"Room only\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"201819291\",\n            \"name\": \"Junior Suite (Cosmopolitan)\",\n            \"descriptions\": \"<p><strong>1 King Bed</strong></p><p>495-sq-foot room with city views </p><br/><p><b>Layout</b> - Separate sitting area</p><p><b>Relax</b> - In-room massage available</p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 65-inch LED TV with premium channels and pay movies</p><p><b>Food & Drink</b> - 24-hour room service and minibar (fees may apply)</p><p><b>Sleep</b> - Premium bedding, a down duvet, a pillow menu, blackout drapes/curtains, and turndown service </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower (deep soaking bathtub available in some rooms)</p><p><b>Practical</b> - Safe, free newspaper, and laptop workspace; free rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Daily housekeeping and climate-controlled heating and air conditioning</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking, renovated in January 2017</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\",\n            \"images\": {\n                \"thumbnail\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w2993h1985x0y0-ec6558b6_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/95b3945a_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9eeecdd3_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_t.jpg\"\n                ],\n                \"small\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w2993h1985x0y0-ec6558b6_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/95b3945a_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9eeecdd3_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_s.jpg\"\n                ],\n                \"large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w2993h1985x0y0-ec6558b6_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/95b3945a_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9eeecdd3_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_b.jpg\"\n                ],\n                \"extra_large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w2993h1985x0y0-ec6558b6_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/95b3945a_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/9eeecdd3_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/df728826_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/ae37b2ac_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_z.jpg\"\n                ]\n            },\n            \"availability\": 50,\n            \"amenities\": [\n                \"Non-Smoking\",\n                \"Television\",\n                \"In-room climate control (heating)\",\n                \"Digital TV service\",\n                \"Turndown service\",\n                \"Premium bedding\",\n                \"Pillow menu\",\n                \"Change of bed sheets (on request)\",\n                \"Laptop-friendly workspace\",\n                \"In-room childcare (surcharge)\",\n                \"In-room climate control (air conditioning)\",\n                \"Blackout drapes/curtains\",\n                \"Minibar\",\n                \"Bathtub or shower\",\n                \"Daily housekeeping\",\n                \"Individually decorated\",\n                \"Free WiFi\",\n                \"Change of towels (on request)\",\n                \"Individually furnished\",\n                \"HDTV\",\n                \"Hypo-allergenic bedding available\",\n                \"Phone\",\n                \"Desk\",\n                \"Designer toiletries\",\n                \"Towels provided\",\n                \"Premium TV channels\",\n                \"Bedsheets provided\",\n                \"Soap\",\n                \"Connecting/adjoining rooms available\",\n                \"LED TV\",\n                \"Toilet paper\",\n                \"Shampoo\",\n                \"TV size measurement: inch\",\n                \"Slippers\",\n                \"In-room massage available\",\n                \"Private bathroom\",\n                \"Bathrobes\",\n                \"Down comforter\",\n                \"Hair dryer\",\n                \"Rollaway/extra beds (free)\",\n                \"TV size: 55\",\n                \"Housekeeping on request\",\n                \"Pay movies\",\n                \"In-room safe\",\n                \"Deep soaking bathtub\",\n                \"Separate sitting area\",\n                \"Room service (24 hours)\",\n                \"Free newspaper\",\n                \"Free cribs/infant beds\"\n            ],\n            \"rates\": [\n                {\n                    \"refundable\": true,\n                    \"base_rate\": 5507.54,\n                    \"tax_and_fees\": 0,\n                    \"total_rate\": 5507.54,\n                    \"currency\": \"USD\",\n                    \"retail_price\": 0,\n                    \"board_basis\": [\n                        \"Room only\"\n                    ],\n                    \"beds\": [\n                        {\n                            \"id\": \"37321\",\n                            \"name\": \"1 King Bed\",\n                            \"pricing_token\": \"eyJ0b2tlbiI6Imhob0U1UW41VlNsc0F4QnY3MjU2MGlPYnJxVWxFZ0FQeFpyazQrdE9POUZvNWlXMXdrUy92N0lCbTB1WWo3T2ovY2dnOFhRaVZDbzg5UkFWUU0yTGZFNm96dUhWU0g4Q1ZJQ2RLWFRJUHlKKzZ5SzNpK2RkWjNrQWMxR2NCRkk1amhvUmdtWEVHVlJpYUFtTkRsaWFuNDc0Yi9KWFdVMUlpSG92V3lyOTRuY1F4TWp6bVJ6VVhQSUxwdjNBK0hmb0RyRUl6dDVNNXFiYmZCZmxPUVNzS1psMXN1bGtXTHhyZm1ZaCtEUzNTZmlLMUZQdVlQa1dPQkZZQ3hnR2VmeUgyT1IzcDBpK2g1b1ViTWdLNmFxU3NvMzIzTXlrTUU5YXMwM28xczRYbGVaZVZyMW1LMkN0K1ZwUXFVSjE1Q3RhYVRsNmRYK2ZMZkZ1U0hmVS9hRFJoWTRrbDYrTTJDa1A5bFlmdzBPUGhNcUpWOS9TRTdxWE9OaWw4dG9DZ2wzODRsVnlMWGc1ajg3YnB2aVpjVVI5bXEwTjBGelFQc2ZCMHcwdkN2NkRVWTRkWlo2WjRkalZuMzFJZVZPZkxKdWtiTG8xOEpQR1hSNDdDT1dHWWV6NEd6dXVqTS84RG1OeUxtTFpxWUU4aUV2RFFQSHc2SmlFNXhrb3dGUGVaMWhMUWZEL2ZQK0t1S2cyNmRnclkxWmU1eXJSdlJVMFBaNlB5dW9hL1haSWJnL0Nma2VjbUNSRW9BMmNGNW1udFZkaVVGblBjbVRXc2pRZmlpN1ArMEFKem9WY0h3MHQrMWVSOVBjam1zbkloZUhyMEVxYVp3N2RPalZObzkrbWtlWHVWQXZnUlkxTENYaEdXN2xtUCt0Z3lkeWpFVDlWNEVPR3dzZ3JEVzZsY3IxajVNQ0YzODZzVW5vY2JGRU1QV2d1TXUrMlZYUW9UK2l1RFNrbUo3QjhxM1gyaHJITjd5MDY2aXhRVy9aa0I1MnZVcnY1SitSMjQxS3hTM3BMblpkZkRHTWpKakQ4RUpCM2c2UWFlZStiMGhGRXhxSzNDZFlsZ2tMTHU4bUxJc0RWRUlhdThlT2hjZU0yNGhrZzZ4NGlMcGZldU1yK0ZCUVZqbWhpem5jVjBQQnFwRFVmVGsyc3ZUWEthVllZUkp2UEpZSk5vKzMxM0R4SDJ2Vk1pWDhtMmczdUhzYzhoUVNRdSt1WVBFOXQ5amlBRk1YQmJVODBNT0F6dTc0NUNkelkvdFhyaFVnVWdtVk5nZC9DVXowMGNpaWc5aTB2b3U4SVRGMGhoSmo5QnB3MnVwRjY5dGk3WHh5MFBJNWVtY2l1YWNIQ3NrbFpGOVkxRm14eU1Odlh2Q21zM2g5bi9YYkdNQ2J2aGF0Qm41S3YwbUNxVjRCWWVCSDlXYUtnc1MyMDFwRTJ0VTRxTnRaZHlaRmhPbDZ3NVF3YmV4TXJqc0hrNlkyM0lscXpUd2F6MmFEcUNLZWxFUFhCWTBCbEdtRXkvR0VneWJMN0hJTHdEajRwQnV6a1JtS3MzdS9uakszV3o0alVQY2xkVmtrdW9SSjBQYXRYbERYQUR0N1dLaSswZVJkZm43ZStWWmU2L2k1R1IyV09Zb01zeDdVeTU2R0ZidC91aGJiRXkyTWdtcG1TelU4TkZja1h3Zjdld0E9PSIsInNvdXJjZSI6IkVYUEVESUEiLCJvY2N1cGFuY3kiOlt7ImFkdWx0cyI6MSwiY2hpbGRzIjoxLCJjaGlsZGFnZXMiOlsxXX0seyJhZHVsdHMiOjIsImNoaWxkcyI6MCwiY2hpbGRhZ2VzIjpudWxsfV19\"\n                        }\n                    ],\n                    \"cancellation_policy\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-17T21:59:59Z\",\n                            \"estimate_amount\": 0,\n                            \"start\": \"2025-07-21T04:40:24Z\",\n                            \"type\": \"percentage\",\n                            \"value\": 0\n                        },\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-19T22:00:00Z\",\n                            \"estimate_amount\": 5507.54,\n                            \"start\": \"2025-10-17T22:00:00Z\",\n                            \"type\": \"nights\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"amenities\": [\n                        \"Free WiFi\"\n                    ],\n                    \"extras\": [\n                        \"Room only\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"id\": \"214534627\",\n            \"name\": \"Junior Suite (Park Avenue)\",\n            \"descriptions\": \"<p><strong>1 King Bed</strong></p><p>500-sq-foot room with city views </p><br/><p><b>Layout</b> - Separate sitting area</p><p><b>Relax</b> - In-room massage available</p><p><b>Internet</b> - Free WiFi </p><p><b>Entertainment</b> - 55-inch LED TV with premium channels and pay movies</p><p><b>Food & Drink</b> - 24-hour room service and minibar (fees may apply)</p><p><b>Sleep</b> - Premium bedding, a down duvet, a pillow menu, blackout drapes/curtains, and turndown service </p><p><b>Bathroom</b> - Private bathroom, bathtub or shower (deep soaking bathtub available in some rooms)</p><p><b>Practical</b> - Safe, free newspaper, and laptop workspace; free rollaway/extra beds and free cribs/infant beds available on request</p><p><b>Comfort</b> - Daily housekeeping and climate-controlled heating and air conditioning</p><p><b>Need to Know</b> - Housekeeping on request</p><p>Non-Smoking</p><p>Connecting/adjoining rooms can be requested, subject to availability </p>\",\n            \"images\": {\n                \"thumbnail\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eed281fe_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/79267318_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w1484h1174x0y13-9b0822ed_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/20161b59_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/66605cdf_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_t.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_t.jpg\"\n                ],\n                \"small\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eed281fe_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/79267318_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w1484h1174x0y13-9b0822ed_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/20161b59_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/66605cdf_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_s.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_s.jpg\"\n                ],\n                \"large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eed281fe_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/79267318_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w1484h1174x0y13-9b0822ed_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/20161b59_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/66605cdf_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_b.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_b.jpg\"\n                ],\n                \"extra_large\": [\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/cf2e08a2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/e77699c4_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/eed281fe_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/79267318_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/w1484h1174x0y13-9b0822ed_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/20161b59_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/94128883_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/66605cdf_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/a3e8deb2_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/d3819e86_z.jpg\",\n                    \"https://hotel-cdn.travelapi.ai/lodging/1000000/20000/14800/14747/76de0526_z.jpg\"\n                ]\n            },\n            \"availability\": 18,\n            \"amenities\": [\n                \"Non-Smoking\",\n                \"Television\",\n                \"In-room climate control (heating)\",\n                \"Digital TV service\",\n                \"Turndown service\",\n                \"Premium bedding\",\n                \"Pillow menu\",\n                \"Change of bed sheets (on request)\",\n                \"Laptop-friendly workspace\",\n                \"In-room childcare (surcharge)\",\n                \"In-room climate control (air conditioning)\",\n                \"Blackout drapes/curtains\",\n                \"Minibar\",\n                \"Bathtub or shower\",\n                \"Daily housekeeping\",\n                \"Individually decorated\",\n                \"Free WiFi\",\n                \"Change of towels (on request)\",\n                \"Individually furnished\",\n                \"HDTV\",\n                \"Hypo-allergenic bedding available\",\n                \"Phone\",\n                \"Desk\",\n                \"Designer toiletries\",\n                \"Towels provided\",\n                \"Premium TV channels\",\n                \"Bedsheets provided\",\n                \"Soap\",\n                \"Connecting/adjoining rooms available\",\n                \"LED TV\",\n                \"Toilet paper\",\n                \"Shampoo\",\n                \"TV size measurement: inch\",\n                \"Slippers\",\n                \"In-room massage available\",\n                \"Private bathroom\",\n                \"Bathrobes\",\n                \"Down comforter\",\n                \"Hair dryer\",\n                \"Rollaway/extra beds (free)\",\n                \"TV size: 55\",\n                \"Housekeeping on request\",\n                \"Pay movies\",\n                \"In-room safe\",\n                \"Deep soaking bathtub\",\n                \"Separate sitting area\",\n                \"Room service (24 hours)\",\n                \"Free newspaper\",\n                \"Free cribs/infant beds\"\n            ],\n            \"rates\": [\n                {\n                    \"refundable\": true,\n                    \"base_rate\": 5737.04,\n                    \"tax_and_fees\": 0,\n                    \"total_rate\": 5737.04,\n                    \"currency\": \"USD\",\n                    \"retail_price\": 0,\n                    \"board_basis\": [\n                        \"Room only\"\n                    ],\n                    \"beds\": [\n                        {\n                            \"id\": \"37321\",\n                            \"name\": \"1 King Bed\",\n                            \"pricing_token\": \"eyJ0b2tlbiI6ImROaGhVN2h4ODQ5SUFyYkFpSFd5VWdkRGRYbll1UVFrK3dSWGRsYWU3cklQdXlEM1JJWHh4eW1Jd1VzSk1SNmREQUpOOC8rVVNnM29SWTdsTE0wNk9BV3V4UkNlTTBnMWZkQ1J0by90QTArTmMzSXl1a1dEMDMyYVg0QjNWV05XTDZJakVXVjlzbXgwdm9VdldxejYyRnkwN1gvMjVONU9FZDFZYVVTQ1YzeThJV1I1U1NFWEFGeitNY1IzQkdoMzhIcXI3ZDRZV0xLWmtlUElsOG1mQ3A3RXdFT0hoUlFnQkhvYlg3NmxRSWZuMTNSOEZYQ3pxSTNFekY4TTc5emNjVHNqUHdkZjAwRzVGZnN2VmVqemZSaG1HbnF6ejFjdjU2QkZEZU1sNmpFdnA5T0NqNG1QVnc4ZDBVWUwrNUNLcHg4dURYQ3ZVV3Y0UUNSUzVpTnRJVGc2aWQ0azdMNTBYZTFPMzh3L2pwOHBHeW44MjNVOUFMWkdaaGtZaTZ6blZMem5ha2l6UUI3VHZmSzhFWkJKRW1GamZHYk9WcVlGdnJBN3pCMnc4djY0M0dzYmdCeHBLTXlyTHBkVDQ3cXdQR1BWNDZTRU5memZadFVoQTZ3SkN6dExzaFZyWUJDZG5rY2loUHVldGJ5dnYzQk4rRG5Wc3Y0aE1OSHBrWFdGL3RlaVFwOVYzcXRmSU5DT0Ztb0RDNVFGUnhQUGcrUnphcW1EUEc5d1FRN2RpbVY3UjVob0U3SFNlcDcrcUp4RE1iTjdUNlgvNDBpU2JYOFFFTDYxSWVVYnE2dWNQSDh3NTB2SkR3YlgrYzZ5YzVlMEtFOXA0N3MvL1hnNmdHMStxNXhmT1ptbzQzZWJmR21YT3owWWZZd0Y4bTE4Y0haZ1Izc3M2STQ0Zi93SzE1NHMyS3Q5MVgrUG1MQ0JSMnZVY3piKy9kaDAwVm5TOWowRnYrNGtOVlRHSkhOdmRWSVJsd2JLdmtYNmk3WW00aWhqVUs4ZjF5SGp3SnA1ZTNPZ3B5dzZCanZDMnZhS1FMQTZ0Y1hkUGdYdWFhdjNaa3NvRWpiaHlaeE5PQXRHUWt3dlNCaDhxVXE0VzFML1d2OHRWN09qSDZYUVNMN0NFUmlCdGlTNnhvQStXeWVPVlFEWC91c01seTM0MXc5bzFwckthMWUxMFBXZDB5NzJhTkp5MlZTa2tUeUpFbVg1bkxFdFZVQnFHT1k2cVZPYkMrL0N5M1lZMllUMUxMbVlUc3BRU01kVFRGMGFxVjJXZWNsTEY2d2JFNytXYWpGd3ZqSXM1QmpIYzdPaUxMNzcvcmIwczhCQ1BwbmJza0F2QTlwdlRLaG1sN1JJZkF4aEd3UU0yYnF0Z2w2cTJDRHl2WGVhaHVEVXE5d0hSb3NJUHUvVmRoVVlUN0kyUVp6Um5QaTVWWkdhRWEzdFF2L1B1N2YxbFNhdnJOeEJVRzZqcEpramh5aEJndEZUeWwxRGFnZlJhM2Z2VHhESmJTZDJZcHdtNnpZVUV2c285dGFCWmMwbS82dHRJcEI0WmdNTjBNMm9kMDE3WnM1UGwzaDFnQU5ONlBPK3U1bHllb291YjFOYUZBK2xjSm5hd3RONThwMmg1RTJPcHJ1N1NzclBwRjZjdlVEUVNyMTU1eG0vV3BFQUNLdjJtVXl3MFE9PSIsInNvdXJjZSI6IkVYUEVESUEiLCJvY2N1cGFuY3kiOlt7ImFkdWx0cyI6MSwiY2hpbGRzIjoxLCJjaGlsZGFnZXMiOlsxXX0seyJhZHVsdHMiOjIsImNoaWxkcyI6MCwiY2hpbGRhZ2VzIjpudWxsfV19\"\n                        }\n                    ],\n                    \"cancellation_policy\": [\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-17T21:59:59Z\",\n                            \"estimate_amount\": 0,\n                            \"start\": \"2025-07-21T04:40:24Z\",\n                            \"type\": \"percentage\",\n                            \"value\": 0\n                        },\n                        {\n                            \"currency\": \"USD\",\n                            \"end\": \"2025-10-19T22:00:00Z\",\n                            \"estimate_amount\": 5737.04,\n                            \"start\": \"2025-10-17T22:00:00Z\",\n                            \"type\": \"nights\",\n                            \"value\": 1\n                        }\n                    ],\n                    \"amenities\": [\n                        \"Free WiFi\"\n                    ],\n                    \"extras\": [\n                        \"Room only\"\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"d0f88c74-74de-47e2-a495-d8f31f026a9a","name":"400","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\":\"\",\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [1]\n        }, {\n            \"adults\": 2,\n            \"childs\": 0\n        }\n    ],\n    \"country_of_residence\": \"US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/{{api_version}}/properties/availability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"adults.required\",\n            \"message\": \"occupancy[0].adults is required\",\n            \"fields\": [\n                {\n                    \"name\": \"occupancy[0].adults\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"869b4950-5e78-405a-b52e-0741593c3b64","name":"404 - 1","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"x-correlation-id","value":"","type":"text"},{"key":"x-access-token","value":"{{vault:json-web-token}}","type":"text","disabled":true},{"key":"Referer","value":"http://himanshu.xeniapp.com:8444","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"property_id\":\"\",\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [10]\n        }, {\n            \"adults\": 2,\n            \"childs\": 0\n        }\n    ],\n    \"country_of_residence\": \"US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/{{api_version}}/properties/availability"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"property.not_found\",\n            \"message\": \"Property not found for the given ID.\",\n            \"fields\": [\n                {\n                    \"name\": \"property_id\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"an invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"5303b89f-5649-4998-aef8-d7a2584da7f6","name":"404 - 2","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\":\"\",\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [10]\n        }, {\n            \"adults\": 2,\n            \"childs\": 0\n        }\n    ],\n    \"country_of_residence\": \"US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/{{api_version}}/properties/availability"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"availability.not_found\",\n            \"message\": \"No availability found for the requested property\"\n        }\n    ],\n    \"error\": \"No data found for the given request\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"63e740c8-b675-447d-a1d7-2cefe97c81bb"},{"name":"Search","id":"bf01a539-bdbd-435b-b4b0-5442cb830bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 2,\n            \"childs\": 0,\n            \"childages\": [\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"US\",\n    \"place_id\": \"\",\n     \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"asc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0,\n        //\"distnace\": 1,\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=50&amenities=true","description":"<h2 id=\"hotel-search-api\">Hotel Search API</h2>\n<p>This API allows you to search for hotels based on specified criteria, enabling you to find accommodations that suit your needs. You can filter results based on various parameters including check-in and check-out dates, occupancy details, and geographical location.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>URL:</strong> <code>{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&amp;page=1&amp;limit=50&amp;amenities=true</code><br /><strong>Method:</strong> POST</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>checkin_date</strong> (string): The date when the guest will check in.</p>\n</li>\n<li><p><strong>checkout_date</strong> (string): The date when the guest will check out.</p>\n</li>\n<li><p><strong>occupancy</strong> (array): An array of occupancy details, where each object contains:</p>\n<ul>\n<li><p><strong>adults</strong> (integer): The number of adults.</p>\n</li>\n<li><p><strong>childs</strong> (integer): The number of children.</p>\n</li>\n<li><p><strong>childages</strong> (array of integers): An array representing the ages of the children.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>lat</strong> (object): An object that should contain latitude information for location-based filtering.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be returned in JSON format and will include the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request (e.g., success or error).</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request status.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the following properties:</p>\n<ul>\n<li><p><strong>total</strong> (integer): The total number of hotels found based on the search criteria.</p>\n</li>\n<li><p><strong>hotels</strong> (array): An array of hotel objects, where each hotel object contains:</p>\n<ul>\n<li><p><strong>property_id</strong> (string): Unique identifier for the hotel property.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the hotel.</p>\n</li>\n<li><p><strong>location</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>lat</strong> (float): Latitude of the hotel.</p>\n</li>\n<li><p><strong>long</strong> (float): Longitude of the hotel.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contact</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>phone</strong> (string): Contact phone number of the hotel.</p>\n</li>\n<li><p><strong>address</strong> (object): An object containing address details:</p>\n<ul>\n<li><p><strong>line_1</strong> (string): First line of the address.</p>\n</li>\n<li><p><strong>country</strong> (string): Country where the hotel is located.</p>\n</li>\n<li><p><strong>state</strong> (string): State where the hotel is located.</p>\n</li>\n<li><p><strong>city</strong> (string): City where the hotel is located.</p>\n</li>\n<li><p><strong>postal_code</strong> (string): Postal code of the hotel location.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>ratings</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>star_rating</strong> (integer): Star rating of the hotel.</p>\n</li>\n<li><p><strong>user_rating</strong> (float): User rating of the hotel.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rate</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>base_rate</strong> (float): Base rate for the hotel.</p>\n</li>\n<li><p><strong>total_rate</strong> (float): Total rate including taxes and fees.</p>\n</li>\n<li><p><strong>tax_and_fees</strong> (float): Total taxes and fees applicable.</p>\n</li>\n<li><p><strong>currency</strong> (string): Currency of the rates.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>amenities</strong> (array of strings): List of amenities offered by the hotel.</p>\n</li>\n<li><p><strong>image</strong> (object): An object containing image URLs:</p>\n<ul>\n<li><p><strong>thumbnail</strong> (string): URL for the thumbnail image.</p>\n</li>\n<li><p><strong>large</strong> (string): URL for the large image.</p>\n</li>\n<li><p><strong>extra_large</strong> (string): URL for the extra-large image.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>chain</strong> (string): The hotel chain name, if applicable.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<p>Make sure to include the appropriate headers in your request, such as <code>Content-Type: application/json</code> to specify the format of the request body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","properties"],"host":["{{api_host}}"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"amenities","value":"true"}],"variable":[]}},"response":[{"id":"27844996-62eb-4d20-b4e1-930d64e0e7f0","name":"200 - async","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"US\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=50","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"properties fetched successfully\",\n    \"data\": {\n        \"total\": 915,\n        \"hotels\": [\n            {\n                \"property_id\": \"XN4gSdzropaU\",\n                \"name\": \"Vogue 7 mins Sky Dubai 3 mins Cirle Mall\",\n                \"location\": {\n                    \"lat\": 25.064923,\n                    \"long\": 55.201848\n                },\n                \"contact\": {\n                    \"phone\": \"971-528220626\",\n                    \"address\": {\n                        \"line_1\": \"Jumeirah Village Circle\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 5260383.65,\n                    \"base_rate\": 4735159.61,\n                    \"total_rate\": 4735159.61,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNHmiWuIOXV7\",\n                \"name\": \"Grand Hyatt Dubai\",\n                \"location\": {\n                    \"lat\": 25.227608,\n                    \"long\": 55.328003\n                },\n                \"contact\": {\n                    \"phone\": \"971-4-3171234\",\n                    \"address\": {\n                        \"line_1\": \"Riyadh Street, Sheikh Rashid Road\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 5,\n                    \"user_rating\": 4.6\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 575928.73,\n                    \"total_rate\": 575928.73,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNpVQptundGS\",\n                \"name\": \"Maison Privee - Ultra Chic High-Floor Apt w/ Direct Burj Khalifa & Fountains Views\",\n                \"location\": {\n                    \"lat\": 25.197076,\n                    \"long\": 55.274263\n                },\n                \"contact\": {\n                    \"phone\": \"971-45741954\",\n                    \"address\": {\n                        \"line_1\": \"Dubai Mall, Sheikh Mohammed bin Rashid\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 574117.48,\n                    \"base_rate\": 521723.83,\n                    \"total_rate\": 521723.83,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNn5HMFKPUm3\",\n                \"name\": \"Maison Privee Private Pool and Beach Access Villa w/ Cinematic Vws\",\n                \"location\": {\n                    \"lat\": 25.113977,\n                    \"long\": 55.131497\n                },\n                \"contact\": {\n                    \"phone\": \"971-4-45741954\",\n                    \"address\": {\n                        \"line_1\": \"Al Bateen, Dubai Marina\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 553235.12,\n                    \"base_rate\": 504208.18,\n                    \"total_rate\": 504208.18,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XN3hk4Qw2K91\",\n                \"name\": \"Lovely Studio with Cozy Balcony and Outdoor Pool\",\n                \"location\": {\n                    \"lat\": 25.208695,\n                    \"long\": 55.315403\n                },\n                \"contact\": {\n                    \"phone\": \"971-524879302\",\n                    \"address\": {\n                        \"line_1\": \"Farhad Azizi Residence, Al Jaddaf\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 276987.05,\n                    \"total_rate\": 276987.05,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNn32GBi8Bbp\",\n                \"name\": \"The Biltmore Hotel Villas, Dubai\",\n                \"location\": {\n                    \"lat\": 25.11438,\n                    \"long\": 55.198638\n                },\n                \"contact\": {\n                    \"phone\": \"971-430-85555\",\n                    \"address\": {\n                        \"line_1\": \"24th Street al Barsha, Dubai\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"393320\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 5,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 271447.36,\n                    \"total_rate\": 271447.36,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNNt3c2FrLTR\",\n                \"name\": \"LUX The JW Marina Studio 3\",\n                \"location\": {\n                    \"lat\": 25.077223,\n                    \"long\": 55.140423\n                },\n                \"contact\": {\n                    \"phone\": \"971-45755982\",\n                    \"address\": {\n                        \"line_1\": \"66 Al Marsa St\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 268109.07,\n                    \"total_rate\": 268109.07,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNBNFmfd6zLt\",\n                \"name\": \"Modern and Cozy Studio at Seven Palm\",\n                \"location\": {\n                    \"lat\": 25.111965,\n                    \"long\": 55.138526\n                },\n                \"contact\": {\n                    \"phone\": \"971-585953099\",\n                    \"address\": {\n                        \"line_1\": \"Seven Palm\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"000000\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 262598.67,\n                    \"total_rate\": 262598.67,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNArXbuSugtC\",\n                \"name\": \"Cozy studio apartment in JVC\",\n                \"location\": {\n                    \"lat\": 25.064113,\n                    \"long\": 55.207492\n                },\n                \"contact\": {\n                    \"phone\": \"971-585953099\",\n                    \"address\": {\n                        \"line_1\": \"Jumeirah Village Circle\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"UAE\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 2,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 262598.67,\n                    \"total_rate\": 262598.67,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNFQxhrWGrQn\",\n                \"name\": \"Maison Privee - Upscale Apt w/ Open Sea and Bluewaters Vws in JBR\",\n                \"location\": {\n                    \"lat\": 25.080464,\n                    \"long\": 55.134646\n                },\n                \"contact\": {\n                    \"phone\": \"971-45741954\",\n                    \"address\": {\n                        \"line_1\": \"La Vie\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 244145.09,\n                    \"base_rate\": 221670.25,\n                    \"total_rate\": 221670.25,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_z.jpg\"\n                }\n            }\n        ]\n    }\n}"},{"id":"d172901b-f04c-40f5-986c-48653db5574f","name":"200 - sync","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"in_progress\",\n    \"message\": \"properties fetched successfully\",\n    \"data\": {\n        \"total\": 0,\n        \"hotels\": null\n    }\n}"},{"id":"29092c27-42e4-4949-92b1-8618fc6b1026","name":"400 - 1","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"correlation_id.missing\",\n            \"message\": \"Missing correlation ID in request.\",\n            \"fields\": [\n                {\n                    \"name\": \"x-correlation-id\",\n                    \"type\": \"header\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"6a5a0e3e-ce53-4b78-8607-c8cbcdb33838","name":"400 - 2","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": []\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"occupancy.childages.count_mismatch\",\n            \"message\": \"occupancy[0].childages must contain exactly 1 entry (received 0)\",\n            \"fields\": [\n                {\n                    \"name\": \"occupancy[0].childages\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"2269139f-5a79-46d5-ae84-ce8af1f81e1c","name":"400 - 3","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n            0\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=100&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"100"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"currency_not_found\",\n            \"message\": \"exchange rates not found for the given currency\"\n        }\n    ],\n    \"error\": \"exchange rates not found for the given currency\",\n    \"status\": \"failed\"\n}"},{"id":"55e56752-b19e-4768-812e-91bc5a1cfed3","name":"404","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                0\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=100&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"100"},{"key":"limit","value":"10"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [],\n    \"error\": \"No data found for the given request\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"bf01a539-bdbd-435b-b4b0-5442cb830bd3"},{"name":"Static Feeds","id":"9984e4a7-9f22-4198-bc4e-2c2de8f1011e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"lat\": 40.7128,\n  \"long\": -74.0060,\n  \"radius\": 20,\n  \"filters\": {},\n  \"sort\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/hotels/{{version}}/hotel/content","description":"<h2 id=\"hotel-feeds-static-content-api\">Hotel Feeds (Static Content) API</h2>\n<p>Method: POSTPath: /v2/hotel/content</p>\n<hr />\n<h3 id=\"request\">Request</h3>\n<p>Headers</p>\n<ul>\n<li>Content-Type: application/json</li>\n</ul>\n<p>Body (JSON)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description / validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>lat</td>\n<td>number</td>\n<td>Yes</td>\n<td>Latitude. Between -90 and 90.</td>\n</tr>\n<tr>\n<td>long</td>\n<td>number</td>\n<td>Yes</td>\n<td>Longitude. Between -180 and 180.</td>\n</tr>\n<tr>\n<td>radius</td>\n<td>integer</td>\n<td>No</td>\n<td>Search radius (e.g. km). Must be &gt; 0. Default from config (e.g. 20).</td>\n</tr>\n<tr>\n<td>filters</td>\n<td>object</td>\n<td>No</td>\n<td>Filter criteria (see below).</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>array</td>\n<td>No</td>\n<td>Sort options (see below).</td>\n</tr>\n</tbody>\n</table>\n</div><p>filters object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ratings</td>\n<td>array of number</td>\n<td>Star ratings 1–5.</td>\n</tr>\n<tr>\n<td>distance</td>\n<td>number</td>\n<td>Optional.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Optional.</td>\n</tr>\n</tbody>\n</table>\n</div><p>sort array (each item)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>string</td>\n<td>Sort field.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>string</td>\n<td>Sort direction (e.g. asc/desc).</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example body (minimal):{ \"lat\": 40.7128, \"long\": -74.0060, \"radius\": 20, \"filters\": {}, \"sort\": []}</p>\n<hr />\n<h3 id=\"response\">Response</h3>\n<p>Success (200)Headers</p>\n<ul>\n<li><p>Content-Type: application/octet-stream</p>\n</li>\n<li><p>Content-Disposition: attachment; filename=\"hotels.json.gz\"</p>\n</li>\n</ul>\n<p>Body: Gzip-compressed JSON. After decompressing, the JSON has:Top-level fields</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total</td>\n<td>integer</td>\n<td>Total number of hotels.</td>\n</tr>\n<tr>\n<td>hotels</td>\n<td>array</td>\n<td>List of hotel objects (see below).</td>\n</tr>\n</tbody>\n</table>\n</div><p>Each item in hotels</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>property_id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>hot_deal</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>distance</td>\n<td>number</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>string</td>\n</tr>\n<tr>\n<td>location</td>\n<td>object: lat, long (numbers)</td>\n</tr>\n<tr>\n<td>contact</td>\n<td>object: phone (string), address (object)</td>\n</tr>\n<tr>\n<td>contact.address</td>\n<td>object: line_1, country, state, city, postal_code</td>\n</tr>\n<tr>\n<td>ratings</td>\n<td>object: star_rating, user_rating (numbers), plus optional rating fields</td>\n</tr>\n<tr>\n<td>amenities</td>\n<td>array of string</td>\n</tr>\n<tr>\n<td>image</td>\n<td>object: thumbnail, small, large, extra_large (URL strings)</td>\n</tr>\n<tr>\n<td>property_images</td>\n<td>object: thumbnail, small, large, extra_large (arrays of URL strings)</td>\n</tr>\n<tr>\n<td>chain</td>\n<td>string</td>\n</tr>\n<tr>\n<td>themes</td>\n<td>array (optional)</td>\n</tr>\n<tr>\n<td>stay_period</td>\n<td>object or null: start_date, end_date (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response-structure\">Response Structure:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"total\": 1,\n    \"hotels\": [\n        {\n            \"property_id\": \"\",\n            \"name\": \"\",\n            \"location\": {\n                \"lat\": 0,\n                \"long\": 0\n            },\n            \"contact\": {\n                \"phone\": \"\",\n                \"address\": {\n                    \"line_1\": \"\",\n                    \"country\": \"\",\n                    \"state\": \"\",\n                    \"city\": \"\",\n                    \"postal_code\": \"\"\n                }\n            },\n            \"ratings\": {\n                \"star_rating\": 3.5,\n                \"user_rating\": 4.6\n            },\n            \"image\": {\n                \"thumbnail\": \"\",\n                \"large\": \"\",\n                \"extra_large\": \"\"\n            },\n            \"property_images\": {\n                \"thumbnail\": [\n                    \"\",\n                    \"\",\n                    \"\"\n                ],\n                \"small\": [],\n                \"large\": [\n                    \"\",\n                    \"\",\n                    \"\"\n                ],\n                \"extra_large\": [\n                    \"\",\n                    \"\",\n                    \"\"\n                ]\n            },\n            \"chain\": \"\"\n        }\n    ]\n}\n\n</code></pre><h3 id=\"error-responses\">Error responses</h3>\n<ul>\n<li><p>400 — Invalid request (e.g. invalid lat/long/radius, ratings not 1–5). Body has error details (e.g. type, message, fields).</p>\n</li>\n<li><p>404 — No hotels found for the request.</p>\n</li>\n<li><p>500 — Server/processing error. Body has error type and message</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","{{version}}","hotel","content"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9984e4a7-9f22-4198-bc4e-2c2de8f1011e"},{"name":"Static Feeds - HotelIds Copy","id":"6692efc8-e8a4-435e-8c64-aa36ef3e7163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"property_ids\": [\n    \"XNw44Q86Zy7K\",\n    \"XNPcIuKSJj0N\",\n    \"XNwV3hb9v3KI\",\n   \"XNDhThwyFugA\"\n  ],\n  \"filters\": {\n    \"ratings\": [],\n    \"name\": \"\"\n  },\n  \"sort\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{api_url}}/hotels/{{version}}/hotel/content-ids","description":"<h2 id=\"hotel-feeds-static-content-api\">Hotel Feeds (Static Content) API</h2>\n<p>Method: POSTPath: /v2/hotel/content-ids</p>\n<hr />\n<h3 id=\"request\">Request</h3>\n<p>Headers</p>\n<ul>\n<li>Content-Type: application/json</li>\n</ul>\n<p>Body (JSON)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description / validation</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>property_ids</td>\n<td>string[]</td>\n<td>Yes</td>\n<td>List of hotel/property IDs. Min 1, max 100.</td>\n</tr>\n<tr>\n<td>filters</td>\n<td>object</td>\n<td>No</td>\n<td>Optional filters (see below).</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>object[]</td>\n<td>No</td>\n<td>Optional sort rules (see below).</td>\n</tr>\n</tbody>\n</table>\n</div><p>filters object</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ratings</td>\n<td>array of number</td>\n<td>Star ratings 1–5.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Optional.</td>\n</tr>\n</tbody>\n</table>\n</div><p>sort array (each item)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>key</td>\n<td>string</td>\n<td>Sort field.</td>\n</tr>\n<tr>\n<td>order</td>\n<td>string</td>\n<td>Sort direction (e.g. asc/desc).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response\">Response</h3>\n<p>Success (200)Headers</p>\n<ul>\n<li><p>Content-Type: application/octet-stream</p>\n</li>\n<li><p>Content-Disposition: attachment; filename=\"hotels.json.gz\"</p>\n</li>\n</ul>\n<p>Body: Gzip-compressed JSON. After decompressing, the JSON has:Top-level fields</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total</td>\n<td>integer</td>\n<td>Total number of hotels.</td>\n</tr>\n<tr>\n<td>hotels</td>\n<td>array</td>\n<td>List of hotel objects (see below).</td>\n</tr>\n</tbody>\n</table>\n</div><p>Each item in hotels</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>property_id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>hot_deal</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>distance</td>\n<td>number</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>string</td>\n</tr>\n<tr>\n<td>location</td>\n<td>object: lat, long (numbers)</td>\n</tr>\n<tr>\n<td>contact</td>\n<td>object: phone (string), address (object)</td>\n</tr>\n<tr>\n<td>contact.address</td>\n<td>object: line_1, country, state, city, postal_code</td>\n</tr>\n<tr>\n<td>ratings</td>\n<td>object: star_rating, user_rating (numbers), plus optional rating fields</td>\n</tr>\n<tr>\n<td>amenities</td>\n<td>array of string</td>\n</tr>\n<tr>\n<td>image</td>\n<td>object: thumbnail, small, large, extra_large (URL strings)</td>\n</tr>\n<tr>\n<td>property_images</td>\n<td>object: thumbnail, small, large, extra_large (arrays of URL strings)</td>\n</tr>\n<tr>\n<td>chain</td>\n<td>string</td>\n</tr>\n<tr>\n<td>themes</td>\n<td>array (optional)</td>\n</tr>\n<tr>\n<td>stay_period</td>\n<td>object or null: start_date, end_date (optional)</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response-structure\">Response Structure:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"total\": 1,\n    \"hotels\": [\n        {\n            \"property_id\": \"\",\n            \"name\": \"\",\n            \"location\": {\n                \"lat\": 0,\n                \"long\": 0\n            },\n            \"contact\": {\n                \"phone\": \"\",\n                \"address\": {\n                    \"line_1\": \"\",\n                    \"country\": \"\",\n                    \"state\": \"\",\n                    \"city\": \"\",\n                    \"postal_code\": \"\"\n                }\n            },\n            \"ratings\": {\n                \"star_rating\": 3.5,\n                \"user_rating\": 4.6\n            },\n            \"image\": {\n                \"thumbnail\": \"\",\n                \"large\": \"\",\n                \"extra_large\": \"\"\n            },\n            \"property_images\": {\n                \"thumbnail\": [\n                    \"\",\n                    \"\",\n                    \"\"\n                ],\n                \"small\": [],\n                \"large\": [\n                    \"\",\n                    \"\",\n                    \"\"\n                ],\n                \"extra_large\": [\n                    \"\",\n                    \"\",\n                    \"\"\n                ]\n            },\n            \"chain\": \"\"\n        }\n    ]\n}\n\n</code></pre><h3 id=\"error-responses\">Error responses</h3>\n<ul>\n<li><p>400 — Invalid request. Body has error details (e.g. type, message, fields).</p>\n</li>\n<li><p>404 — No hotels found for the request.</p>\n</li>\n<li><p>500 — Server/processing error. Body has error type and message</p>\n</li>\n</ul>\n","urlObject":{"path":["hotels","{{version}}","hotel","content-ids"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6692efc8-e8a4-435e-8c64-aa36ef3e7163"}],"id":"fcf93948-12c2-4d7c-8e15-be311e2c60f3","description":"<p>The <strong>Hotel Search API</strong> serves as a robust interface for querying hotel availability, rates, and details, streamlining the booking process while offering accurate, real-time information to end-users or partner platforms.</p>\n<h5 id=\"features\"><strong>Features</strong></h5>\n<ul>\n<li><p><strong>Search:</strong> Real-time search based on the search criteria</p>\n</li>\n<li><p><strong>Hotel Details:</strong> Details about the hotel and its available rooms base on the search criteria which covers address, amenities, room types, images, policies, general information etc.,</p>\n</li>\n<li><p><strong>Filtering &amp; Sorting:</strong> Supports filtering by location, price range, star ratings, amenities, and more</p>\n</li>\n<li><p><strong>Availability:</strong> Provides rooms and rates for a specified search criteria for a particular hotel</p>\n</li>\n</ul>\n","_postman_id":"fcf93948-12c2-4d7c-8e15-be311e2c60f3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}}},{"name":"Book","item":[{"name":"Get Price","event":[{"listen":"prerequest","script":{"exec":["// pm.collectionVariables.set(\"property_id\", pm.environment.get(\"property_id\"))"],"type":"text/javascript","packages":{},"requests":{},"id":"29499982-87fd-4c11-92a9-18891e03413f"}}],"id":"b66b3360-5e27-43ac-8489-8600bf28d091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/hotels/api/{{api_version}}/properties/price?availability_token=&currency=USD","description":"<h3 id=\"re-confirm-the-room-price-before-going-for-booking-api-call\">Re-confirm the Room Price before going for booking API call</h3>\n<p>This API retrieves the price for a specific room before booking and returns a booking token, which can then be used to complete the room reservation.</p>\n<h4 id=\"purpose\">Purpose</h4>\n<p>The purpose of this request is to obtain pricing information for a specified room, including details such as check-in and check-out dates, refundable options, and any additional charges that may apply.</p>\n<h4 id=\"request-format\">Request Format</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{api_host}}/hotels/api/{{api_version}}/properties/price</code></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><code>availability_token</code> (string): A token that indicates the availability of the room.</p>\n</li>\n<li><p><code>currency</code> (string): The currency in which the pricing is requested (e.g., USD).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response-structure\">Response Structure</h4>\n<p>The response will return a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"status\": \"\",\n    \"property_id\": \"\",\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"refundable\": true,\n    \"board_basis\": [\"\"],\n    \"base_rate\": 0,\n    \"tax_and_fees\": 0,\n    \"total_price\": 0,\n    \"currency\": \"\",\n    \"cancellation_policy\": [\n      {\n        \"currency\": \"\",\n        \"end\": \"\",\n        \"estimate_amount\": 0,\n        \"start\": \"\",\n        \"type\": \"\",\n        \"value\": 0\n      }\n    ],\n    \"rooms\": [\n      {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"descriptions\": \"\",\n        \"images\": {\n          \"thumbnail\": null,\n          \"small\": null,\n          \"large\": null,\n          \"extra_large\": null\n        },\n        \"amenities\": [\"\"],\n        \"number_of_adults\": 0,\n        \"bed\": \"\",\n        \"all_guest_info_required\": true,\n        \"special_request_supported\": true\n      }\n    ],\n    \"pricing_token\": \"\"\n  }\n}\n\n</code></pre>\n<h4 id=\"key-response-fields\">Key Response Fields</h4>\n<ul>\n<li><p><code>status</code>: The status of the request.</p>\n</li>\n<li><p><code>message</code>: Any message related to the request.</p>\n</li>\n<li><p><code>data</code>: Contains detailed pricing information and room specifications.</p>\n</li>\n<li><p><code>pricing_token</code>: A token that can be used for pricing validation.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","properties","price"],"host":["{{api_host}}"],"query":[{"key":"availability_token","value":""},{"key":"currency","value":"USD"}],"variable":[]}},"response":[{"id":"5cc31792-a8d2-4db5-a8c8-b762db7894d6","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties/price?currency=USD&availability_token=","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties","price"],"query":[{"key":"currency","value":"USD"},{"key":"availability_token","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Price details fetched successfully\",\n    \"data\": {\n        \"status\": \"available\",\n        \"property_id\": \"XNiQ11X4C2xP\",\n        \"checkin_date\": \"2025-10-19\",\n        \"checkout_date\": \"2025-10-20\",\n        \"refundable\": true,\n        \"board_basis\": [\n            \"Room only\"\n        ],\n        \"base_rate\": 7045.18,\n        \"tax_and_fees\": 0,\n        \"retail_price\": 0,\n        \"total_price\": 7045.18,\n        \"currency\": \"USD\",\n        \"cancellation_policy\": [\n            {\n                \"currency\": \"USD\",\n                \"end\": \"2025-10-17T21:59:59Z\",\n                \"estimate_amount\": 0,\n                \"start\": \"2025-07-21T04:43:47Z\",\n                \"type\": \"percentage\",\n                \"value\": 0\n            },\n            {\n                \"currency\": \"USD\",\n                \"end\": \"2025-10-19T22:00:00Z\",\n                \"estimate_amount\": 7045.18,\n                \"start\": \"2025-10-17T22:00:00Z\",\n                \"type\": \"nights\",\n                \"value\": 1\n            }\n        ],\n        \"rooms\": [\n            {\n                \"id\": \"214534628\",\n                \"number_of_adults\": 1,\n                \"number_of_children\": 1,\n                \"child_ages\": [\n                    0\n                ],\n                \"all_guest_info_required\": false,\n                \"special_request_supported\": true\n            },\n            {\n                \"id\": \"214534628\",\n                \"number_of_adults\": 2,\n                \"all_guest_info_required\": false,\n                \"special_request_supported\": true\n            }\n        ],\n        \"booking_token\": \"QPC+3TkQJiltjyQ2mC2o0YPUjpZ1D5ZERTAxP078it9dHAQJPmx/cAJl0tPeJMzQ8doRrTizcfWu0r2R2FG9nK0/IGo9sNnm87Kz8fQtsaobvh8tp3obVZRXBhVyg4S5rdOuzQPLjMS8EAy+tvBmmUC1kn909VASA4vxZ3twj7rpV7Rf2z5kbrI/OehkemImAgdd5wh7yWb7C/oEXx3PKXiON5jd/t8qVnSr+YPdgvbrCMPvh90XKOSQ6qwUIgf9oGl09XRLWajejx9MyPgDtnqXKnKxbtvkSB3gMihw6ieLgPjHO9z3u6XfeC2VoKm0KHeKRNOrUErRg+ijDGzOle/LeCL57ym0XEagVXTD6qvE9jh2WaH1A8ih/9zel6oOLnBRwLLmufpW5BdrTzB8T11t+Bm7UJpfQPtdG5UPJpwqU3WkH2bKR5oOuIm2wY+XudIg5Qcx7lrs7TvD7oAD0UhuZ2HaUIID5oT21wATi4p2B18KmhUET2QBYz2WIntxIK5daPQwk0N1uE4/2jWf0zx+LyxVSZk/fR0FYQKjHFdCwYx7diXJsTBeSGouIki2eQIRUQjFVcBJSuzLBQJRZA6YiiqjFCYBYgK4PiQjn9mAqWriovtq+IIXy+2bezCnPnxnRbNgmOMoSRq1Viwf7EA38M+nat0g7svCq/DsktI+9JVn+3mza5Q4l5BHlwVBTug9d+HHjDszb1Gy/LhbS0+JI9WVT9YgZsKyqsu7lPmTMnEwAAMlIpNRy8H53fEWBmQLEU1KCjoPtcskwXvcf9/x/iZu6QU2ZBAZI9tT2mwYOg/gIqUPKrtftl2/vnIpvkORWwJuBaUcFa1qxRaTExx3MDtx4yzQd0bkdrYD7bgoELAeLvO8J0Wxa40N0BpjvjeQFcc0s0VeaulhqnuAp3N/BlrdbzOdXOfJwMNDvB/cpPR3uKtRoz8tlvI5s8l19k0m2u2hPPQ0U6wk5kPvz7U/BGWE6pjwZvVltr/0jhQJGE9+j48mIe1dfCyqt1ksaRL1XLyqTh47a5dWLM/+AUgiokSQX/EpeglQ+xiDAWPJEHTTcGrgJghupZEVmB0pm46+A+OhRBtOgfSeJVWoYC1cxg4+hcCY5MkC2a6OT+3p1i2nOaZtJDDNcrc1xBS5Ii0drEihvescPg491vf1aUKBZtw4KoRZ4EdxtcnV3bcmZHh84CbLEzDYgOxbPdvFVTj9m6kzA5EilGz/c7Fjqu46UqrU/7UCnvNhHLE06NdkEMH0yI/zHvGwfi55/YXu0vQsLCi6UfTQF+kC2ceMfYaxsjXG982U/nFltv4EOTAAk7UrsJX//fxMbsYqDvUJ5h0n7Sj2wFfVeKw8EhTDAg9wjpRm2KrCe0BT7cjprixFUGEYZCpiTgUzJLiefBTgsGN2R6iHUfIWw4uASSDcmqt9X5DPrf5pEWCqDdghVtGRutPLj6LzWNKufc6fUoK7x2LUDUqTgeg95R37KNrK4FC3YZfJlfyiSfRPKpL87aWSTfepEfL1FIPQgqk74SMANr1UqO937+C6x/FvEBMpjKgG5xHhAZvTiYAoTUovl/QOIfelvtPt8jeGu8QTuesVvoYrbIMCQtxJBAd04ZeWUKZAhugM4dFYEQ9JYWumTxvWiD+8JNcp57YIDNYezoZQmk1guKwtWTO8nJ5DFMW535L9dDUbjHL5dkl5Y4TziQ45vkoHF3AJ6aNqcJOODxumrnM+lYvhAJt8Bi3TuR01mhWvW4ABXirteE/N8aUpTwSdcNLJ2IJuhpwsXcln2LsRqxzaOOXS0zRK4M64RelfpEg00b76BtMLi/DQZIBG47P/X2tcktlaruZSvn+SrIAcPb40TudBN6t8LkW665i6b4U+9Z3Z7fBAu6Fp5HcsKbrZhYJLe3vnUfiG3sXhXn/O/23cJLMYoxuEXRH1iCVkm20WrpWXknWoNu67Ca2g1zOT/+f1mBLjp3ARvCPdZTcgbhTzyl6Jw6su7LxzSeV+gZpfLQMdMYDUDf+lN8f2le1m9or/Uv9sXT01fbTyzSE3mzK2/fjg1fVFXW6hu+REyJyqLvU58X+XKK2G3H3Y5CtpXl5WRDAov6MIyS8jGmEdybmgvcMXpHNU1F4q7QjiN/buOEQbGb31d4EafO/QHo6B4M/heQRMBy1ogqCLTaKYuYhZyL69XPi3DO0xuJFetCZRi7zNGuc5Y/wQbkaW41fHoinDGkLBhpE76/hXhq/0N8rLsmj+1B5qyvFnxiFevU6+/TIf+fnxxsKxTNEdgsJXJIAr8WwOkCudrU4vSg65Nx+gJcRhWlvEuMVFy3yIUTJ9IuBQLnG+apaoWq0ez5ttwjKaSNN69gm5UORCdmdeKu0x8e70lip83cZmkJgQbh1IKdH9abKFUuqVAEnTmIsFOrGef2p/E9u/lEsLbmu8EuiuLu1phuRnjxAK74BSA2K+iLVaVIBNvUNpw9gq7yVYmFjuzM5lWOGz31z4g3UbkJtgGOjt1Vbzt2FvvNoAco0Wf8unoPoPbSgQJ1X98v9jg+3OyP/HXr/G3ApMaC1kuoxNxj/659PuOP25qbz7vYA3Mjjtr6fi8t5xfcyNkhIm3bbby2LzYz5dUtZY4wbcLT6tcoSxXgJGZWFfMFwfMFyRPGK+942e1KvC0goJyodiICGb+4LFyB5nGXLmbAu5aGD07jo0hA5wtPlqFai+rOvMcJ/otX5C44+6FfIPtmpgXmRqGfUHPWzRkyT71Kw9LB6CinH0vLTM/mBalCXbJFXZjXjEaDrI1cns6SOp9SeDmwEqcyXhPWHuC6mC/I/15U52kOuZwnAZBFXXt8nAuMQhL+p5cvmjZlJ7Q7gzZK/TdUCUYa52bQv6p8IuWTZaL6QFPZFCpWW/5SXSF9zJznK/7EnLD/T+A2WRJfFOat0fDuxfJS5C0yKveVFjTfpXiGUXqr8ZPnq7MOQ5pF2fs5KedfD8uslRAxgnhpV/ds+0SVerapZsERrtTdWhhkv+AvusglADjXJaEsCqD/fIcolurBbPwA04mReOfBzHqvWzP51QhfPKukeu5aLo9w==\"\n    }\n}"},{"id":"0c4d323c-5f57-443b-bede-c74dccd0a725","name":"400","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties/price?availability_token=xxxxxyyyyyy&currency=USD","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties","price"],"query":[{"key":"availability_token","value":"xxxxxyyyyyy"},{"key":"currency","value":"USD"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"pricing_token.invalid\",\n            \"message\": \"invalid pricing token in request.\",\n            \"fields\": [\n                {\n                    \"name\": \"pricing_token\",\n                    \"type\": \"query\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"776d6e40-b5f3-4948-b3ab-b28386d0deb8","name":"400","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties/price?availability_tokennnnn=hhhhh&currency=USD","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties","price"],"query":[{"key":"availability_tokennnnn","value":"hhhhh"},{"key":"currency","value":"USD"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"unknown_internal_error\",\n            \"message\": \"An internal server error has occurred.\"\n        }\n    ],\n    \"error\": \"Internal Server Error\",\n    \"status\": \"failed\"\n}"},{"id":"800d6848-12d9-46fe-b87e-cf02ba4fb6d5","name":"404","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/property/price?availability_token=hhhhh&currency=USD","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","property","price"],"query":[{"key":"availability_token","value":"hhhhh"},{"key":"currency","value":"USD"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"property.not_found\",\n            \"message\": \"Property not found for the given ID.\",\n            \"fields\": [\n                {\n                    \"name\": \"property_id\",\n                    \"type\": \"query\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"an invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"b66b3360-5e27-43ac-8489-8600bf28d091"},{"name":"Book Hotel","event":[{"listen":"prerequest","script":{"exec":["var timestamp = Math.floor(new Date().getTime()/1000).toString();","pm.collectionVariables.set('booking_id', timestamp);"],"type":"text/javascript","packages":{},"requests":{},"id":"522a7157-4a81-4c00-90bc-0313337e0cea"}}],"id":"0ffd9cbe-1629-44dc-a289-3b2c86eeb0a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"booking_id\": \"\",\n    \"rooms\": [\n        {\n            \"title\": \"Mr\",\n            \"first_name\": \"{{traveler1_first_name}}\",\n            \"last_name\": \"{{traveler1_last_name}}\"\n        }\n    ],\n    \"email\": \"{{traveler1_email}}\",\n    \"phone\": {\n        \"country_code\": \"1\",\n        \"number\": \"{{traveler1_phone}}\"\n    }\n    //Following attributes are required only when using XENI as Merchant of Record (MoR).\n    //\"payment_details\":{\n    //    \"card_holder_name\": \"John Doe\",\n    //    \"card_holder_email\": \"john.doe@youremailprovider.com\",\n    //    \"card_holder_phone\": \"9999999999\"\n        //\"payment_method\": \"{{pm_id}}\",\n        // \"payment_intent_id\": \"{{payment_intent_id}}\",\n        // \"reference_number\": \"\"\n        //\"payment_type\": \"card|BNPL\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/api/{{api_version}}/bookings?pricing_token=","description":"<h3 id=\"book-the-specific-rooms-in-a-hotel\">Book the specific room(s) in a hotel</h3>\n<p>This API endpoint allows you to create a new itinerary for hotel bookings. It processes the booking information and sends a confirmation email to the customer upon successful creation.</p>\n<h4 id=\"purpose\">Purpose</h4>\n<p>The purpose of this request is to facilitate the booking of hotel rooms by providing necessary customer and payment details. This ensures that the reservation is confirmed and the customer receives all relevant information regarding their booking.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{api_host}}/hotels/api/{{api_version}}/bookings?pricing_token=</code></p>\n</li>\n</ul>\n<h5 id=\"request-body-format\">Request Body Format</h5>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>booking_id</strong> (string): Unique identifier for the booking.</p>\n</li>\n<li><p><strong>rooms</strong> (array): An array of room objects containing:</p>\n<ul>\n<li><p><strong>title</strong> (string): The title of the guest (e.g., Mr, Ms).</p>\n</li>\n<li><p><strong>first_name</strong> (string): The first name of the guest.</p>\n</li>\n<li><p><strong>last_name</strong> (string): The last name of the guest.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>email</strong> (string): The email address of the customer.</p>\n</li>\n<li><p><strong>phone</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>country_code</strong> (string): The country code for the phone number.</p>\n</li>\n<li><p><strong>number</strong> (string): The actual phone number of the customer.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>payment_details</strong> (object): An object containing payment information:</p>\n<ul>\n<li><p><strong>card_holder_name</strong> (string): The name of the cardholder.</p>\n</li>\n<li><p><strong>card_holder_email</strong> (string): The email address of the cardholder.</p>\n</li>\n<li><p><strong>card_holder_phone</strong> (string): The phone number of the cardholder.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"example-request-body\">Example Request Body</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"booking_id\": \"\",\n  \"rooms\": [\n    {\n      \"title\": \"Mr\",\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\"\n    }\n  ],\n  \"email\": \"maha@xeni.com\",\n  \"phone\": {\n    \"country_code\": \"1\",\n    \"number\": \"9999999999\"\n  },\n  \"payment_details\": {\n    \"card_holder_name\": \"John Doe\",\n    \"card_holder_email\": \"john.doe@youremailprovider.com\",\n    \"card_holder_phone\": \"9999999999\"\n  }\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><strong>Status Code:</strong> 200</p>\n</li>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n</ul>\n<h5 id=\"expected-response-format\">Expected Response Format</h5>\n<p>The response will include the following fields:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request.</p>\n</li>\n<li><p><strong>data</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>booking_id</strong> (string): The unique identifier of the booking.</p>\n</li>\n<li><p><strong>booking_status</strong> (string): The current status of the booking.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h5 id=\"example-response\">Example Response</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"booking_id\": \"\",\n    \"booking_status\": \"\"\n  }\n}\n\n</code></pre>\n<p>This endpoint is crucial for managing hotel bookings and ensuring that customers receive timely updates regarding their reservations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","bookings"],"host":["{{api_host}}"],"query":[{"key":"pricing_token","value":""}],"variable":[]}},"response":[],"_postman_id":"0ffd9cbe-1629-44dc-a289-3b2c86eeb0a2"},{"name":"Booking Details","id":"5921e07f-e21a-483f-82c7-47e45935db7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/hotels/api/{{api_version}}/bookings/","description":"<h3 id=\"booking-details-retrieval\">Booking Details Retrieval</h3>\n<p>This API retrieves the booking details corresponding to a given booking ID. It allows users to access comprehensive information about a specific booking, including property details, check-in and check-out dates, rates, and room specifics.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{api_host}}/hotels/api/{{api_version}}/bookings/</code></p>\n<p>  <strong>Path Parameters</strong>:</p>\n<ul>\n<li><code>booking_id</code>: The unique identifier for the booking you wish to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"expected-response\">Expected Response</h4>\n<ul>\n<li><p><strong>Status Code</strong>: 200</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<p><strong>Response Structure</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"booking_id\": \"\",\n    \"booking_status\": \"\",\n    \"property_id\": \"\",\n    \"property\": {\n      \"name\": \"\",\n      \"contact\": {\n        \"phone\": \"\",\n        \"address\": {\n          \"line_1\": \"\",\n          \"country\": \"\",\n          \"state\": \"\",\n          \"city\": \"\",\n          \"postal_code\": \"\"\n        }\n      },\n      \"ratings\": 0,\n      \"policies\": [\n        {\n          \"type\": \"\",\n          \"description\": \"\"\n        }\n      ],\n      \"image\": \"\",\n      \"amenities\": [\"\"]\n    },\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"base_rate\": 0,\n    \"tax_and_fees\": 0,\n    \"total_rate\": 0,\n    \"currency\": \"\",\n    \"rooms\": [\n      {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"bed\": \"\",\n        \"descriptions\": \"\",\n        \"images\": {\n          \"thumbnail\": null,\n          \"small\": null,\n          \"large\": null,\n          \"extra_large\": null\n        },\n        \"amenities\": [\"\"],\n        \"title\": \"\",\n        \"first_name\": \"\",\n        \"last_name\": \"\",\n        \"number_of_adults\": 0,\n        \"rate\": {\n          \"base_rate\": 0,\n          \"tax_and_fees\": 0,\n          \"total_rate\": 0,\n          \"currency\": \"\",\n          \"refundable\": true,\n          \"board_basis\": [\"\"],\n          \"amenities\": [\"\"],\n          \"cancellation_policy\": [\n            {\n              \"start\": \"\",\n              \"end\": \"\",\n              \"value\": 0,\n              \"currency\": \"\",\n              \"type\": \"\",\n              \"estimate_amount\": 0\n            }\n          ]\n        }\n      }\n    ],\n    \"email\": \"\",\n    \"phone_number\": \"\",\n    \"checkin_time\": \"\",\n    \"checkout_time\": \"\"\n  }\n}\n\n</code></pre>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>booking_id</code> is valid to retrieve the correct booking details.</p>\n</li>\n<li><p>The response will include comprehensive information about the booking, including property details, check-in/check-out dates, rates, and room specifics.</p>\n</li>\n<li><p>Authentication headers may be required; please refer to the authentication documentation for more details.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","bookings",""],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"f6a41d59-8555-48db-b211-1e1475b5fb32","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/hotels/api/{{api_version}}/bookings/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Booking details fetched successfully\",\n    \"data\": {\n        \"booking_id\": \"1752734188\",\n        \"booking_status\": \"CANCELLED\",\n        \"property_id\": \"XNBHQORVKGyn\",\n        \"checkin_date\": \"2025-10-15\",\n        \"checkout_date\": \"2025-10-16\",\n        \"base_rate\": 247.42,\n        \"total_rate\": 247.42,\n        \"currency\": \"USD\",\n        \"rooms\": [\n            {\n                \"room_id\": \"321630091\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Deo\",\n                \"no_of_adults\": 1,\n                \"rate\": {\n                    \"base_rate\": 123.71,\n                    \"total_rate\": 123.71,\n                    \"currency\": \"USD\",\n                    \"refundable\": true,\n                    \"cancellation_policy\": [\n                        {\n                            \"start\": \"2025-07-17T06:36:31Z\",\n                            \"end\": \"2025-10-14T07:58:59Z\",\n                            \"value\": 0,\n                            \"currency\": \"USD\",\n                            \"type\": \"percentage\",\n                            \"estimate_amount\": 0\n                        },\n                        {\n                            \"start\": \"2025-10-14T07:59:00Z\",\n                            \"end\": \"2025-10-16T07:59:00Z\",\n                            \"value\": 1,\n                            \"currency\": \"USD\",\n                            \"type\": \"nights\",\n                            \"estimate_amount\": 123.71\n                        }\n                    ]\n                }\n            },\n            {\n                \"room_id\": \"321630091\",\n                \"first_name\": \"John\",\n                \"last_name\": \"Deo\",\n                \"no_of_adults\": 2,\n                \"rate\": {\n                    \"base_rate\": 123.71,\n                    \"total_rate\": 123.71,\n                    \"currency\": \"USD\",\n                    \"refundable\": true,\n                    \"cancellation_policy\": [\n                        {\n                            \"start\": \"2025-07-17T06:36:31Z\",\n                            \"end\": \"2025-10-14T07:58:59Z\",\n                            \"value\": 0,\n                            \"currency\": \"USD\",\n                            \"type\": \"percentage\",\n                            \"estimate_amount\": 0\n                        },\n                        {\n                            \"start\": \"2025-10-14T07:59:00Z\",\n                            \"end\": \"2025-10-16T07:59:00Z\",\n                            \"value\": 1,\n                            \"currency\": \"USD\",\n                            \"type\": \"nights\",\n                            \"estimate_amount\": 123.71\n                        }\n                    ]\n                }\n            }\n        ],\n        \"email\": \"john@deo.com\",\n        \"phone_number\": \"19999999999\"\n    }\n}"},{"id":"bb0aedea-ba93-416a-a4ec-322be256a664","name":"404","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"x-correlation-id","value":"","type":"text"},{"key":"x-access-token","value":"{{vault:json-web-token}}","type":"text","disabled":true},{"key":"Referer","value":"http://himanshu.xeniapp.com:8444","type":"text","disabled":true}],"url":"{{api_host}}/hotels/{{api_version}}/booking/"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"booking.not_found\",\n            \"message\": \"no booking found for the given booking id.\",\n            \"fields\": [\n                {\n                    \"name\": \"booking_id\",\n                    \"type\": \"params\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"no booking found for the given reference number\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"5921e07f-e21a-483f-82c7-47e45935db7f"}],"id":"48f2fca5-cd4f-405e-a72d-b74b673b6efe","description":"<p>The <strong>Hotel Booking API</strong> acts as a bridge between online platforms and hotel systems, automating bookings, managing availability, providing real-time rates, and streamlining the entire reservation process for users and service providers alike</p>\n<ul>\n<li><strong>Booking:</strong> Integrates with booking APIs to reserve rooms, modify or cancel reservations.</li>\n</ul>\n","_postman_id":"48f2fca5-cd4f-405e-a72d-b74b673b6efe","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}}},{"name":"Cancel","item":[{"name":"Cancel Booking","id":"bad9356d-ea06-4c01-801a-f7fe7e169f80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"booking_status\":\"CANCELLED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/api/{{api_version}}/bookings/","description":"<h3 id=\"cancel-a-room-booking\">Cancel a Room Booking</h3>\n<p>This API endpoint allows users to cancel a room booking by specifying the <code>booking_id</code>. When a booking is canceled, the system updates the booking status accordingly. It is important to note that cancellation penalties may apply based on the property's cancellation policy.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: PATCH</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{api_host}}/hotels/api/{{api_version}}/bookings/</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameter:</p>\n<ul>\n<li><code>booking_status</code> (string): The status to update the booking to. For cancellation, this should be set to <code>\"CANCELLED\"</code>.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful cancellation, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><strong>Status</strong>: Indicates the success or failure of the cancellation request.</p>\n</li>\n<li><p><strong>Message</strong>: Provides additional information about the cancellation process.</p>\n</li>\n<li><p><strong>Data</strong>: Contains details about the booking, including:</p>\n<ul>\n<li><p><code>booking_id</code>: The ID of the canceled booking.</p>\n</li>\n<li><p><code>booking_status</code>: The current status of the booking after the cancellation attempt.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"booking_id\": \"\",\n    \"booking_status\": \"\"\n  }\n}\n\n</code></pre>\n<p>Make sure to handle the response appropriately to confirm the cancellation and inform the user of any relevant details regarding their booking status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}},"urlObject":{"path":["hotels","api","{{api_version}}","bookings",""],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bad9356d-ea06-4c01-801a-f7fe7e169f80"}],"id":"c1d4ad71-81be-4379-95b9-fd9ad0d1a2dd","description":"<p>The <strong>hotel booking cancellation API</strong> is a critical component that enables automated, policy-compliant cancellation of reservations, providing status feedback, managing penalties, and notifying involved parties, ultimately streamlining reservation management workflows.</p>\n<ul>\n<li><p><strong>Cancel Reservation</strong>: Reservation can be cancelled with the eligible booking id (subject to cancellation policies)</p>\n</li>\n<li><p><strong>Notification</strong>: Successful cancellation will get notified as email</p>\n</li>\n<li><p><strong>Fees</strong>: Cancellation of any Reservation subject to hotel policies, necessary fees will be deducted automatically and the remaining fund will be credited back to the financial intrument used to pay during reservation.</p>\n</li>\n</ul>\n","_postman_id":"c1d4ad71-81be-4379-95b9-fd9ad0d1a2dd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491","id":"9a795e4a-7dbf-4459-affc-48ff792a9491","name":"Hotels API V2","type":"folder"}}}],"id":"9a795e4a-7dbf-4459-affc-48ff792a9491","description":"<p>Xeni Hotels V2 API offers two product options for customers:</p>\n<ol>\n<li><p>A <strong>Xeni API</strong> that provides a complete end-to-end platform for search, booking, and cancellation, eliminating the need for customers to build their own User Interface.</p>\n</li>\n<li><p>A <strong>Xeni</strong> <strong>Quick Builder</strong> that enables customers to use APIs for creating their own custom User Interface tailored to their specific needs.</p>\n</li>\n</ol>\n<p>This API also delivers highly competitive room rates, enhanced search and filtering capabilities, and enriched property-level data including transparent policies, \"Know Before You Go\" information, nearby attractions with images, and more. The V2 API boasts improved response times, clear error descriptions, and well-defined error codes for a smoother developer and user experience.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":["// check preconditions","","pm.collectionVariables.set('checkin_date', getIsoDate(90));","pm.collectionVariables.set('checkout_date', getIsoDate(91));","","","function getIsoTime(days_from_today) {","    var MS_PER_DAY = 24 * 60 * 60 * 1000;","    var date = new Date(new Date().getTime() + days_from_today * MS_PER_DAY);","    return date.toISOString();","}","","function getIsoDate(days_from_today) {","    var date = new Date(getIsoTime(days_from_today))","    return date.getFullYear() + '-' + pad(date.getMonth()+1) + '-' + pad(date.getDate());","}","","function pad(number) {","    var r = String(number);","    if ( r.length === 1 ) {","        r = '0' + r;","    }","    return r;","}"],"id":"5854727d-7096-4328-a6f7-52b366393ef1"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":["var url = pm.request.url.toString()","pm.test('Status code is 2xx', function () {","    pm.expect(pm.response.code).to.be.oneOf([200]);","});","","","function setVar(name, data) {","    pm.collectionVariables.set(name, data);","}","","var response = null;","try {","    response = JSON.parse(responseBody);","} catch (err) {","    console.log(err);","}","","if (response) {","    console.log(response, \"url\")","    if (url.includes(\"api/v2/autocomplete\")) {","        try {","            setVar('place_id', response.data[0].id);","            setVar('lat', response.data[0].location.lat);","            setVar('long', response.data[0].location.long);","        } catch (err) {","            console.log(err)","        }","    }","","    if (url.includes(\"/api/v2/properties\")) {","        try {","            setVar('property_id', response.data.hotels[0].property_id);","        } catch (err) {","             console.log(err)","        }","    }","","    if (url.includes(\"api/v2/properties/availability\")) {","        try {","            setVar('room_id', response.data[0].id);","            setVar('availability_token', response.data[0].rates[0].beds[0].availability_token);","        } catch (err) {","            console.log(err)","        }","    }","","    if (url.includes(\"api/v2/properties/price\")) {","        try {","            setVar('pricing_token', response.data.pricing_token);","        } catch (err) {","            console.log(err)","        }","    }","","    if (url.includes(\"api/v2/bookings\")) {","        try {","            setVar('booking_id', response.data.booking_id);","        } catch (err) {","            console.log(err)","        }","    }","}"],"id":"19fea6ee-d1e2-4665-9112-c4aeda7c23ae"}}],"_postman_id":"9a795e4a-7dbf-4459-affc-48ff792a9491"},{"name":"Resorts API v2","item":[{"name":"Autocomplete","event":[{"listen":"test","script":{"exec":["// Postive scenerios ","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Type 'luna' and check if Resort 'Luna Palace' exists in results\", () => {","    const jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql(\"Success\");","","    const resortEntry = jsonData.data.find(item =>","        item.name && item.name.toLowerCase() === \"luna palace\" &&","        item.type && item.type.toLowerCase() === \"resort\"","    );","","    if (resortEntry) {","        console.log(\"Found Resort 'Luna Palace':\", resortEntry);","        pm.expect(resortEntry.type.toLowerCase()).to.eql(\"resort\");","    } else {","        console.log(\"'Luna Palace' resort not found in response\");","        pm.expect.fail(\"'Luna Palace' with type 'resort' not found\");","    }","});","","pm.test(\"Type 'las' and check if city 'Las Vegas' exists in results\", () => {","    const jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql(\"Success\");","","    const lasVegasEntries = jsonData.data.filter(item =>item.city && item.city.toLowerCase() === \"las vegas\");","","    if (lasVegasEntries.length > 0) {","        console.log(\"Found city 'Las Vegas':\", lasVegasEntries);","    } else {","        console.log(\"City 'Las Vegas' not found in response\");","    }","});","","pm.test(\"Type 'goa' and check if state 'Goa' exists in results\", () => {","    const jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql(\"Success\");","","    const goaEntries = jsonData.data.filter(item =>item.state && item.state.toLowerCase() === \"goa\");","","    if (goaEntries.length > 0) {","        console.log(\"Found state 'Goa':\", goaEntries);","    } else {","        console.log(\"State 'Goa' not found in response\");","    }","});","","pm.test(\"Type 'fra' and check if country 'france' exists in results\", () => {","    const jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql(\"Success\");","","    const franceEntries = jsonData.data.filter(item =>item.country && item.country.toLowerCase() === \"france\");","","    if (franceEntries.length > 0) {","        console.log(\"Found country 'france':\", franceEntries);","    } else {","        console.log(\"country 'france' not found in response\");","    }","});","","pm.test(\"Search with 'ind' returns relevant results across types\", () => {","    const jsonData = pm.response.json();","    pm.expect(jsonData.status).to.eql(\"Success\");","","    const data = jsonData.data;","    pm.expect(data.length).to.be.greaterThan(0);","","    const keyword = \"ind\";","    const matched = data.filter(item =>","        item.name && item.name.toLowerCase().includes(keyword)","    );","    console.log(`Entries with '${keyword}':`, matched.map(i => `${i.name} (${i.type})`));","","    const expectedResults = [","        { name: \"India\", type: \"country\" },","        { name: \"Indonesia\", type: \"country\" },","        { name: \"Indiana\", type: \"state\" },","        { name: \"Indio\", type: \"city\" },","        { name: \"Indialantic\", type: \"city\" },","        { name: \"Independence\", type: \"city\" },","        { name: \"Indian Shores\", type: \"city\" },","        { name: \"AKUMAL BAY BEACH INDCORPORATIVO\", type: \"resort\" },","        { name: \"INDICADOR GENESIS\", type: \"resort\" }","    ];","","    expectedResults.forEach(expected => {","        const found = data.find(item =>","            item.name.toLowerCase() === expected.name.toLowerCase() &&","            item.type.toLowerCase() === expected.type.toLowerCase()","        );","","        pm.expect(found, `Expecting ${expected.name} of type ${expected.type}`).to.not.be.undefined;","    });","});","","pm.test(\"Response structure is valid and contains data\", function () {","    const jsonData = pm.response.json();","    pm.expect(jsonData).to.have.property(\"data\");","","    const firstItem = jsonData.data[0];","    pm.collectionVariables.set(\"latitude\", firstItem.location.lat);","    pm.collectionVariables.set(\"longitude\", firstItem.location.lon);","    console.log(\"Saved lat:\",firstItem.location.lat);","    console.log(\"Saved long:\", firstItem.location.lon);   ","","    pm.collectionVariables.set(\"xeni_region_code\", firstItem.region);","    console.log(\"Saved xeni_region_code:\", firstItem.region); ","    pm.collectionVariables.set(\"region_name\", firstItem.name);","    pm.collectionVariables.set(\"region_type\", firstItem.type);","});","","// Negative scenarios","","pm.test(\"400 - Missing query param\", function () {","    pm.response.to.have.status(400);","    const res = pm.response.json();","    pm.expect(res.error).to.include(\"missing\");","    pm.expect(res.status).to.eql(\"failed\");","});","","pm.test(\"404 - No results for Invalid key-xyzabsj\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.error).to.include(\"Not Found\");","    pm.expect(res.status).to.eql(\"failed\")","});","","pm.test(\"404 - Search with nonexisting state-Nagaland\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.error).to.include(\"Not Found\");","    pm.expect(res.status).to.eql(\"failed\")","});","","pm.test(\"200 -missing header should work for autosuggest\", function () {","    pm.response.to.have.status(200);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"\");","});",""],"type":"text/javascript","packages":{},"id":"86f3e399-92f5-4f8d-8fda-dd3912b9fe9d"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"84f6d3ff-6911-4467-9747-c8cc14f55b8b"}}],"id":"1cc80cb0-da76-43cc-9a9a-8dc109f4cbd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/search?key={{resorts_autocomplete_search_string}}","description":"<h3 id=\"search-api\">Search API</h3>\n<p>This endpoint retrieves search results based on the provided key word.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>/api/{{api_version}}/search</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li>key (string, required): The key word for the search.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    },\n    \"data\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"country\": {\n            \"type\": \"string\"\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"propertyId\": {\n            \"type\": \"string\"\n          },\n          \"state\": {\n            \"type\": \"string\"\n          },\n          \"id\": {\n            \"type\": \"string\"\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","search"],"host":["{{api_host}}"],"query":[{"key":"key","value":"{{resorts_autocomplete_search_string}}"}],"variable":[]}},"response":[{"id":"2b116713-018c-420c-8fcb-3edc4fce88f0","name":"200 retrieve a successful typeahead response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key={{resorts_autocomplete_search_string}}","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":"{{resorts_autocomplete_search_string}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:43:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2777"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW8EoiIPiYcEPRQ="},{"key":"X-Amzn-Trace-Id","value":"[Root=1-68390d50-2d59fa5d62e119e02146851e]"},{"key":"X-Api-Key","value":"[3b628429-5462-40e4-b3ce-e9f7ae8d8af3]"},{"key":"X-Correlation-Id","value":"3233d999-e977-426a-82b6-72165ca727b2"},{"key":"X-Forwarded-For","value":"[172.32.150.180]"},{"key":"X-Forwarded-Host","value":"[aebeb858bd87641929e43707a891ad12-1753390880.us-east-2.elb.amazonaws.com]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.150.180]"},{"key":"X-Request-Id","value":"[76625b98e43c17e67852aa5d6c2e5703]"},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": [\n        {\n            \"name\": \"Hawaii\",\n            \"full_name\": \"Hawaii, United States\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"type\": \"state\",\n            \"location\": {\n                \"lat\": 19.625484,\n                \"lon\": -155.98686\n            }\n        },\n        {\n            \"name\": \"Hawaii, A Club Bali Resort-4 Nights\",\n            \"full_name\": \"Hawaii, A Club Bali Resort-4 Nights\",\n            \"city\": \"Serang, Banten\",\n            \"state\": \"Serang, Banten\",\n            \"country\": \"Indonesia\",\n            \"region\": \"U0VBWA==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": -6.1866,\n                \"lon\": 105.8578\n            }\n        },\n        {\n            \"name\": \"Hawaii A Club Bali Resort - 3 Nights\",\n            \"full_name\": \"Hawaii A Club Bali Resort - 3 Nights\",\n            \"city\": \"Serang, Banten\",\n            \"state\": \"Serang, Banten\",\n            \"country\": \"Indonesia\",\n            \"region\": \"U0VBWA==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": -6.1866,\n                \"lon\": 105.8577\n            }\n        },\n        {\n            \"name\": \"Hawaii, A Club Bali Resort\",\n            \"full_name\": \"Hawaii, A Club Bali Resort\",\n            \"city\": \"Serang, Banten\",\n            \"state\": \"Serang, Banten\",\n            \"country\": \"Indonesia\",\n            \"region\": \"U0VBWA==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": -6.186635,\n                \"lon\": 105.85765\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - SND\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - SND\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        },\n        {\n            \"name\": \"Hawaiian Sun Holidays\",\n            \"full_name\": \"Hawaiian Sun Holidays\",\n            \"city\": \"Honolulu\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 21.2757,\n                \"lon\": -157.821\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - 3 Nights\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - 3 Nights\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - 4 Nights\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - 4 Nights\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        },\n        {\n            \"name\": \"Raintree at Kona Reef Hawaii\",\n            \"full_name\": \"Raintree at Kona Reef Hawaii\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.630512,\n                \"lon\": -155.9889\n            }\n        },\n        {\n            \"name\": \"Lifetime in Hawaii\",\n            \"full_name\": \"Lifetime in Hawaii\",\n            \"city\": \"Honolulu\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 21.28072,\n                \"lon\": -157.82724\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - 2 Nights\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - 2 Nights\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        }\n    ]\n}"},{"id":"41160679-3f8c-4dc9-a41c-5412dac6627a","name":"404- Not found for empty string","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key=\"\"","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":"\"\""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:45:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW8XTjU5iYcEPOQ="},{"key":"X-Correlation-Id","value":"ccbe57f0-db59-4c4f-bb9f-b1d0adda8702"},{"key":"X-Request-Id","value":"566fbce26447d217b1385eeee1e444f5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Not Found\",\n    \"status\": \"failed\"\n}"},{"id":"d155839c-3cb4-456d-9fb9-04e4d19094c1","name":"404 - Not found for random search string","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text","disabled":true}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key=xyz","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":"xyz"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:49:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW87ZjmmiYcEPBg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not Found\"\n}"},{"id":"f4639dc2-4127-4895-988f-3d24840a3c0e","name":"400 - missing search key paramater value","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key=","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:50:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW9CBiegiYcEPcQ="},{"key":"X-Correlation-Id","value":"8bfca1dd-2d5a-4c34-94bf-41449f65beef"},{"key":"X-Request-Id","value":"5e43b168482d6aae4b60d3fc87123919"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing required query param: key\",\n    \"status\": \"failed\"\n}"},{"id":"e097f21e-e301-4d0a-b6c8-c5bfd3d39118","name":"400 - missing search key paramater itself","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:51:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW9L6jiuiYcEPPw="},{"key":"X-Correlation-Id","value":"2c3291a6-840d-46d7-8d3a-2f84d8271ad3"},{"key":"X-Request-Id","value":"1253752f2df6fcb6ff9c03c866d6b13e"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing required query param: key\",\n    \"status\": \"failed\"\n}"},{"id":"6e223b01-1e25-42c8-809d-f01dde5c474d","name":"200 retrieve a successful typeahead response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key={{resorts_autocomplete_search_string}}","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":"{{resorts_autocomplete_search_string}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:43:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2777"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW8EoiIPiYcEPRQ="},{"key":"X-Amzn-Trace-Id","value":"[Root=1-68390d50-2d59fa5d62e119e02146851e]"},{"key":"X-Api-Key","value":"[3b628429-5462-40e4-b3ce-e9f7ae8d8af3]"},{"key":"X-Correlation-Id","value":"3233d999-e977-426a-82b6-72165ca727b2"},{"key":"X-Forwarded-For","value":"[172.32.150.180]"},{"key":"X-Forwarded-Host","value":"[aebeb858bd87641929e43707a891ad12-1753390880.us-east-2.elb.amazonaws.com]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.150.180]"},{"key":"X-Request-Id","value":"[76625b98e43c17e67852aa5d6c2e5703]"},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": [\n        {\n            \"name\": \"Hawaii\",\n            \"full_name\": \"Hawaii, United States\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"type\": \"state\",\n            \"location\": {\n                \"lat\": 19.625484,\n                \"lon\": -155.98686\n            }\n        },\n        {\n            \"name\": \"Hawaii, A Club Bali Resort-4 Nights\",\n            \"full_name\": \"Hawaii, A Club Bali Resort-4 Nights\",\n            \"city\": \"Serang, Banten\",\n            \"state\": \"Serang, Banten\",\n            \"country\": \"Indonesia\",\n            \"region\": \"U0VBWA==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": -6.1866,\n                \"lon\": 105.8578\n            }\n        },\n        {\n            \"name\": \"Hawaii A Club Bali Resort - 3 Nights\",\n            \"full_name\": \"Hawaii A Club Bali Resort - 3 Nights\",\n            \"city\": \"Serang, Banten\",\n            \"state\": \"Serang, Banten\",\n            \"country\": \"Indonesia\",\n            \"region\": \"U0VBWA==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": -6.1866,\n                \"lon\": 105.8577\n            }\n        },\n        {\n            \"name\": \"Hawaii, A Club Bali Resort\",\n            \"full_name\": \"Hawaii, A Club Bali Resort\",\n            \"city\": \"Serang, Banten\",\n            \"state\": \"Serang, Banten\",\n            \"country\": \"Indonesia\",\n            \"region\": \"U0VBWA==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": -6.186635,\n                \"lon\": 105.85765\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - SND\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - SND\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        },\n        {\n            \"name\": \"Hawaiian Sun Holidays\",\n            \"full_name\": \"Hawaiian Sun Holidays\",\n            \"city\": \"Honolulu\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 21.2757,\n                \"lon\": -157.821\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - 3 Nights\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - 3 Nights\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - 4 Nights\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - 4 Nights\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        },\n        {\n            \"name\": \"Raintree at Kona Reef Hawaii\",\n            \"full_name\": \"Raintree at Kona Reef Hawaii\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.630512,\n                \"lon\": -155.9889\n            }\n        },\n        {\n            \"name\": \"Lifetime in Hawaii\",\n            \"full_name\": \"Lifetime in Hawaii\",\n            \"city\": \"Honolulu\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 21.28072,\n                \"lon\": -157.82724\n            }\n        },\n        {\n            \"name\": \"Club Wyndham Kona Hawaiian Resort - 2 Nights\",\n            \"full_name\": \"Club Wyndham Kona Hawaiian Resort - 2 Nights\",\n            \"city\": \"Kailua-Kona\",\n            \"state\": \"Hawaii\",\n            \"country\": \"United States\",\n            \"region\": \"SEFXSQ==\",\n            \"popularity\": 0.1,\n            \"type\": \"resort\",\n            \"location\": {\n                \"lat\": 19.624962,\n                \"lon\": -155.98636\n            }\n        }\n    ]\n}"},{"id":"87104731-6e6a-4cee-a26d-9b49c2efd144","name":"400 - missing search key paramater value","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key=","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:50:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW9CBiegiYcEPcQ="},{"key":"X-Correlation-Id","value":"8bfca1dd-2d5a-4c34-94bf-41449f65beef"},{"key":"X-Request-Id","value":"5e43b168482d6aae4b60d3fc87123919"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing required query param: key\",\n    \"status\": \"failed\"\n}"},{"id":"10dce146-043a-40f3-b833-ed3b9fbd6ece","name":"404 - Not found for random search string","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text","disabled":true}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key=xyz","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":"xyz"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:49:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW87ZjmmiYcEPBg="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not Found\"\n}"},{"id":"7a8dc900-44bb-4168-93ab-d5f4d30a7f57","name":"404- Not found for empty string","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/search?key=\"\"","host":["{{api_host}}"],"path":["resorts","api","v2","search"],"query":[{"key":"key","value":"\"\""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:45:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW8XTjU5iYcEPOQ="},{"key":"X-Correlation-Id","value":"ccbe57f0-db59-4c4f-bb9f-b1d0adda8702"},{"key":"X-Request-Id","value":"566fbce26447d217b1385eeee1e444f5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Not Found\",\n    \"status\": \"failed\"\n}"},{"id":"7875983e-3dbd-4930-91c6-545005088f88","name":"400 - missing search key paramater itself","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 01:51:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW9L6jiuiYcEPPw="},{"key":"X-Correlation-Id","value":"2c3291a6-840d-46d7-8d3a-2f84d8271ad3"},{"key":"X-Request-Id","value":"1253752f2df6fcb6ff9c03c866d6b13e"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing required query param: key\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"1cc80cb0-da76-43cc-9a9a-8dc109f4cbd2"},{"name":"Search API","event":[{"listen":"test","script":{"exec":["// Postive Test cases ","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response structure is valid and contains data\", function () {","    let jsonData = pm.response.json();","","    pm.expect(jsonData.status).to.eql(\"Success\");","    pm.expect(jsonData.data).to.be.an(\"array\").that.is.not.empty;","","    let item = jsonData.data[0];","    pm.expect(item.id).to.be.a(\"string\").and.not.empty;","    pm.expect(item.start_date).to.be.a(\"string\").and.not.empty;","    pm.expect(item.end_date).to.be.a(\"string\").and.not.empty;","    pm.expect(item.recommendation_id).to.be.a(\"string\").and.not.empty;","","    pm.collectionVariables.set(\"property_id\", item.id);","    pm.collectionVariables.set(\"check_in_date\", item.start_date);     ","    pm.collectionVariables.set(\"check_out_date\", item.end_date);      ","    pm.collectionVariables.set(\"property_recommendation_id\", item.recommendation_id);","","    console.log(\"Saved values:\", {","        propertyId: item.id,","        checkin: item.start_date,","        checkout: item.end_date,","        recommendationId: item.recommendation_id","    });","});","","// Negative Test cases ","","pm.test(\"200 - Missing stay_period should shows nearest resorts\", function () {","    pm.response.to.have.status(200);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"Success\");","});","","pm.test(\"400 - Invalid latitude/longitude\", function () {","    pm.response.to.have.status(400);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","    pm.expect(res.error || res.message).to.include(\"missing or incorrect\");","});","","pm.test(\"Should fail due to invalid rating filter values- 10\", function () {","    pm.response.to.have.status(500);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","});","","pm.test(\"404 - Negative max_price-1000\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.error).to.include(\"Not Found\");","    pm.expect(res.status).to.eql(\"failed\")","});","","pm.test(\"404 - Invalid all_inclusive code-z\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.error).to.include(\"Not Found\");","    pm.expect(res.status).to.eql(\"failed\")","});","","pm.test(\"404 - kitchen_type-large\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.error).to.include(\"Not Found\");","    pm.expect(res.status).to.eql(\"failed\")","});","","pm.test(\"400 - Missing correlation id\", function () {","    pm.response.to.have.status(400);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","    pm.expect(res.error || res.message).to.include(\"missing x-correlation-id\");","});","","",""],"type":"text/javascript","packages":{},"id":"d854e9db-65ec-4cb6-bb44-9d5364b0c919"}}],"id":"fa950179-af2a-4722-8109-f885df159218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stay_period\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n    ,\n    \"lat\": ,\n    \"lon\": ,\n    \n    \"filters\":{\n        // \"ratings\":[1,2,3,4],\n        // \"max_price\":5000,\n        \"all_inclusive\":[\"O\",\"M\",\"N\"],\n        // \"min_price\":0,\n        //  \"num_bedrooms\":[\"1\",\"2\",\"3\"],\n        //  \"max_guests\":[\"4\",\"6\",\"8\"],\n        //  \"accessibilities\":[\"adults-only\",\"deaf\",\"blind\",\"elevator\"]\n        //  \"amenities\":[\"fitness\",\"laundry\",\"grocery\",\"spa\",\"pool\",\"restaurant\"],\n        //  \"kitchen_type\":[\"partial\",\"full\",\"mini\"],\n        //  \"activities\":[\"archery\",\"golf\"]\n        // \n        \"regions\":[\n            {\n                \"type\":\"{{xeni_region_type}}\",\n                \"name\":\"{{xeni_region_name}}\"\n            }\n        ]\n    }\n    // ,\n    // \"sort\":[\n    //     {\n    //         \"key\":\"price\",\n    //         \"order\":\"asc\"\n    //     }\n    //     ,\n    //     {\n    //         \"key\":\"ratings\",\n    //         \"order\":\"asc\"\n    //     }\n        \n    // ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/properties/{{resorts_xeni_region_code}}?currency={{booking_person_currency}}","description":"<h3 id=\"create-property-with-stay-period\">Create Property with Stay Period</h3>\n<p>This API endpoint allows you to create a new property with the specified stay period and location details.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>stay_period</code> (object) - The start and end dates of the stay period.</p>\n<ul>\n<li><p><code>start</code> (string) - The check-in date for the stay period.</p>\n</li>\n<li><p><code>end</code> (string) - The check-out date for the stay period.</p>\n</li>\n</ul>\n</li>\n<li><p><code>lat</code> (string) - The latitude of the property location.</p>\n</li>\n</ul>\n<h4 id=\"query-parameters\">Query Parameters</h4>\n<ul>\n<li><code>currency</code> (string) - The currency for the property.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful execution, the API returns a status code of 200 and a JSON response with the following structure:</p>\n<ul>\n<li><p><code>status</code> (string) - The status of the response.</p>\n</li>\n<li><p><code>data</code> (array) - An array containing property details.</p>\n<ul>\n<li><p><code>id</code> (string) - The ID of the property.</p>\n</li>\n<li><p><code>name</code> (string) - The name of the property.</p>\n</li>\n<li><p><code>base_rate</code> (number) - The base rate for the property.</p>\n</li>\n<li><p><code>taxes_and_fees</code> (number) - The taxes and fees for the property.</p>\n</li>\n<li><p><code>total_rate</code> (number) - The total rate for the property.</p>\n</li>\n<li><p><code>currency</code> (string) - The currency of the property.</p>\n</li>\n<li><p><code>contact</code> (object) - Contact details for the property.</p>\n<ul>\n<li><p><code>address</code> (object) - The address of the property.</p>\n<ul>\n<li><p><code>line_1</code> (string) - Address line 1.</p>\n</li>\n<li><p><code>line_2</code> (string) - Address line 2.</p>\n</li>\n<li><p><code>city</code> (string) - City.</p>\n</li>\n<li><p><code>state</code> (string) - State.</p>\n</li>\n<li><p><code>zip</code> (string) - Zip code.</p>\n</li>\n<li><p><code>country</code> (string) - Country.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>location</code> (object) - Location coordinates for the property.</p>\n<ul>\n<li><p><code>coordinates</code> (object) - The coordinates of the property.</p>\n<ul>\n<li><p><code>latitude</code> (string) - Latitude.</p>\n</li>\n<li><p><code>longitude</code> (string) - Longitude.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>ratings</code> (object) - Ratings for the property.</p>\n<ul>\n<li><p><code>users_review_rating</code> (number) - User review rating.</p>\n</li>\n<li><p><code>star_rating</code> (number) - Star rating.</p>\n</li>\n<li><p><code>xeni_rating</code> (number) - Xeni rating.</p>\n</li>\n</ul>\n</li>\n<li><p><code>image</code> (string) - Image URL for the property.</p>\n</li>\n<li><p><code>start_date</code> (string) - Start date for the property.</p>\n</li>\n<li><p><code>end_date</code> (string) - End date for the property.</p>\n</li>\n<li><p><code>deal_regions</code> (null) - Deal regions for the property.</p>\n</li>\n<li><p><code>recommendation_id</code> (string) - Recommendation ID for the property.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"data\": [\n    {\n      \"propertyId\": \"\",\n      \"propertyName\": \"\",\n      \"resortImage\": \"\",\n      \"baseRate\": 0,\n      \"taxAndFees\": 0,\n      \"totalRate\": 0,\n      \"currency\": \"\",\n      \"address\": {\n        \"addressLine1\": \"\",\n        \"addressLine2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"country\": \"\"\n      },\n      \"cordinates\": {\n        \"latitude\": \"\",\n        \"longitude\": \"\"\n      },\n      \"rating\": {\n        \"type\": \"\",\n        \"rating\": \"\"\n      }\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","properties","{{resorts_xeni_region_code}}"],"host":["{{api_host}}"],"query":[{"key":"currency","value":"{{booking_person_currency}}"}],"variable":[]}},"response":[{"id":"ae476873-6d67-4ad3-9e08-972eec80276d","name":"200 Successful Search","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stay_period\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n    ,\n    \"lat\": ,\n    \"lon\": ,\n    \n    \"filters\":{\n        // \"ratings\":[1,2,3,4],\n        // \"max_price\":5000,\n        \"all_inclusive\":[\"O\",\"M\",\"N\"],\n        // \"min_price\":0,\n        //  \"num_bedrooms\":[\"1\",\"2\",\"3\"],\n        //  \"max_guests\":[\"4\",\"6\",\"8\"],\n        //  \"accessibilities\":[\"adults-only\",\"deaf\",\"blind\",\"elevator\"]\n        //  \"amenities\":[\"fitness\",\"laundry\",\"grocery\",\"spa\",\"pool\",\"restaurant\"],\n        //  \"kitchen_type\":[\"partial\",\"full\",\"mini\"],\n        //  \"activities\":[\"archery\",\"golf\"]\n        // \n        \"regions\":[\n            {\n                \"type\":\"{{xeni_region_type}}\",\n                \"name\":\"{{xeni_region_name}}\"\n            }\n        ]\n    }\n    // ,\n    // \"sort\":[\n    //     {\n    //         \"key\":\"price\",\n    //         \"order\":\"asc\"\n    //     }\n    //     ,\n    //     {\n    //         \"key\":\"ratings\",\n    //         \"order\":\"asc\"\n    //     }\n        \n    // ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/properties/{{resorts_xeni_region_code}}?currency={{booking_person_currency}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","{{resorts_xeni_region_code}}"],"query":[{"key":"currency","value":"{{booking_person_currency}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:19:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21168"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXkaZgUviYcEM8A="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68394ddb-6366d13a6dd8732c6ad9383d;Root=1-68394ddb-6f27c8133c6541d333f20225]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.145.222.87]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"aa4820ac-a223-4d4e-a508-072646bd97fc"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": [\n        {\n            \"id\": \"5971\",\n            \"name\": \"Club Wyndham Kona Hawaiian Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"75-5961 Alii Drive\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.624961\",\n                    \"longitude\": \"-155.986358\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.7,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5971E01L.jpg\",\n            \"start_date\": \"2025-07-19\",\n            \"end_date\": \"2025-07-26\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"ddde797d05513afbc54f22d7e2667689e781a4b9c22a3a50002d8089027887\",\n            \"published_price\": 1981.29\n        },\n        {\n            \"id\": \"0029\",\n            \"name\": \"Kona Billfisher\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"75-5841 Alii Drive\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.632606\",\n                    \"longitude\": \"-155.989093\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0029E01L.jpg\",\n            \"start_date\": \"2025-08-05\",\n            \"end_date\": \"2025-08-12\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f3aff9df99af7d7630f7b98c0b0211b96ad8f4349da88c7c1c3ce7ef585112\",\n            \"published_price\": 1975.29\n        },\n        {\n            \"id\": \"C667\",\n            \"name\": \"Kona Islander\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"75-5776 Kuakini Hwy\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.6363\",\n                    \"longitude\": \"-155.990343\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 2.9,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C667E01L.jpg\",\n            \"start_date\": \"2025-07-26\",\n            \"end_date\": \"2025-08-02\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f9bc07d23c22524908f8100cb378cea496f56335179963dd8c20de8db474d9\",\n            \"published_price\": 2069.69\n        },\n        {\n            \"id\": \"0279\",\n            \"name\": \"Lea Casa\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"Casa de Emdeko Complex\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.6714\",\n                    \"longitude\": \"-155.9804\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0279E01L.jpg\",\n            \"start_date\": \"2025-07-11\",\n            \"end_date\": \"2025-07-18\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"af9f53536e165ab599fe04797856a1851a9047ba573f24b48b42713c61dfd6\",\n            \"published_price\": 2075.91\n        },\n        {\n            \"id\": \"2326\",\n            \"name\": \"The Kona Coast Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"78-6842 Ali'i Drive\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailúa-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.5725\",\n                    \"longitude\": \"-155.966\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.8,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2326E04L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"187de18124825b5f9b90b584c4b1094aee2aa334856c693faf5bcdaa2877d6\",\n            \"published_price\": 2065.17\n        },\n        {\n            \"id\": \"4908\",\n            \"name\": \"Club Wyndham Mauna Loa Village\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"78-7190 Kaleiopapa Street\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.558509\",\n                    \"longitude\": \"-155.961777\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/4908E01L.jpg\",\n            \"start_date\": \"2025-08-09\",\n            \"end_date\": \"2025-08-16\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"e0eb84525c01a6f754ac01977f885732974b91fcc46a4d943efc86e0383222\",\n            \"published_price\": 1925.01\n        },\n        {\n            \"id\": \"0530\",\n            \"name\": \"Vacation Internationale Sea Mountain\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"95-788 Ninole Loop Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Pahala\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96777\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.0996\",\n                    \"longitude\": \"-155.6593\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0530E03L.jpg\",\n            \"start_date\": \"2025-06-21\",\n            \"end_date\": \"2025-06-28\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f6d36e91a2f4e6baf3a0f8320f9737917be77b099014242593ea63e6123540\",\n            \"published_price\": 2045.9\n        },\n        {\n            \"id\": \"0755\",\n            \"name\": \"Maui Lea at Maui Hill\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"2881 S. Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.707133\",\n                    \"longitude\": \"-156.444722\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0755E01L.jpg\",\n            \"start_date\": \"2025-06-24\",\n            \"end_date\": \"2025-07-01\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"679debd56d2feb86c8cb0fd0aed44a11c23f9e9cd78cce85f4b93543bb3a7b\",\n            \"published_price\": 1981.4\n        },\n        {\n            \"id\": \"C615\",\n            \"name\": \"Maui Banyan Vacation Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"2575 South Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.715582\",\n                    \"longitude\": \"-156.445752\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C615E05L.jpg\",\n            \"start_date\": \"2025-07-04\",\n            \"end_date\": \"2025-07-11\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"8c25e9cd840de597b6017e4ea92cbb5323364a14a7adc423dfe686e56adc73\",\n            \"published_price\": 2037.79\n        },\n        {\n            \"id\": \"0192\",\n            \"name\": \"Maui Sunset\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"1032 S. Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.7558\",\n                    \"longitude\": \"-156.457\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.2,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0192E02L.jpg\",\n            \"start_date\": \"2025-06-18\",\n            \"end_date\": \"2025-06-25\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"4b80ae24c4990118580003c5b155d3a6a90b818234861d91c04d21e98f1dca\",\n            \"published_price\": 1956.48\n        },\n        {\n            \"id\": \"C611\",\n            \"name\": \"Maui Beach Vacation Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"515 South Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.7701\",\n                    \"longitude\": \"-156.4585\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.1,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C611E01L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"ff8a4ebdc332ecec014be63497a73420f26f30775ef9135739f38257fa3890\",\n            \"published_price\": 2094.65\n        },\n        {\n            \"id\": \"C612\",\n            \"name\": \"Kahana Villa Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4242 Lower Honoapiilani Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.8778333\",\n                    \"longitude\": \"-156.6825\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C612E01L.jpg\",\n            \"start_date\": \"2025-07-25\",\n            \"end_date\": \"2025-08-01\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"d22729bf93883454e8803d52634acadfeb189c01fe2c5bb4055e90f7d501e4\",\n            \"published_price\": 2004.49\n        },\n        {\n            \"id\": \"4985\",\n            \"name\": \"Hilton Vacation Club Kaanapali Beach\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"104 Ka'anapali Shores Place\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.948438\",\n                    \"longitude\": \"-156.689828\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/4985E02L.jpg\",\n            \"start_date\": \"2025-08-09\",\n            \"end_date\": \"2025-08-16\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f49469fac8116c6332ffa726c0c2cdc1ab80c50e679134ef7e499eaf0fbb3c\",\n            \"published_price\": 2014.07\n        },\n        {\n            \"id\": \"2620\",\n            \"name\": \"Hono Koa\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3801 Lower Honoapiilani\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honokowai\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.95827\",\n                    \"longitude\": \"-156.684478\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2620E06L.jpg\",\n            \"start_date\": \"2025-07-06\",\n            \"end_date\": \"2025-07-13\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"09c386b9f74b1bf50a92370b356cf94f92d7eed7ee43fe86cc28146b8afb75\",\n            \"published_price\": 2138.5\n        },\n        {\n            \"id\": \"2788\",\n            \"name\": \"Kahana Falls\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4260 Lower Honoapiilani Rd\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.969477\",\n                    \"longitude\": \"-156.678935\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2788E01L.jpg\",\n            \"start_date\": \"2025-08-14\",\n            \"end_date\": \"2025-08-21\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f386ffe1df57112f1fab9785e1cefcd25a83dd0ed8630c45baeff4abf3e097\",\n            \"published_price\": 2129.56\n        },\n        {\n            \"id\": \"C608\",\n            \"name\": \"Kahana Beach Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4221 Lower Honoapiilani Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.970597\",\n                    \"longitude\": \"-156.679866\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C608E04L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"09b45773f91f410551799120c693e9692996b83ca644caaf9094b453976de4\",\n            \"published_price\": 1926.28\n        },\n        {\n            \"id\": \"C609\",\n            \"name\": \"The Sands Of Kahana\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4299 Lower Honoapiilani Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.970697\",\n                    \"longitude\": \"-156.679966\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C609E02L.jpg\",\n            \"start_date\": \"2025-07-26\",\n            \"end_date\": \"2025-08-02\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"a87698d039f8dc322d61d2012f737e7bf345784e04efdb6a56af7b6a418f4f\",\n            \"published_price\": 1987.31\n        },\n        {\n            \"id\": \"C613\",\n            \"name\": \"The Gardens at West Maui\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"5500 Lower Honoapiilani Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.999504\",\n                    \"longitude\": \"-156.66409\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C613E05L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"42e11c60f24903c628157d38dd577e9c70590abbbebc32dc38ed9633cf47a0\",\n            \"published_price\": 2071.23\n        },\n        {\n            \"id\": \"2605\",\n            \"name\": \"Imperial Hawaii Vacation Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"Imperial Hawaii Resort\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.2757\",\n                    \"longitude\": \"-157.824\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2605E01L.jpg\",\n            \"start_date\": \"2025-07-11\",\n            \"end_date\": \"2025-07-18\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"2c8912fcf6478b2d48a9f25a3a7e10d3f6a919491f67797d3aecd7f90206f0\",\n            \"published_price\": 1977.29\n        },\n        {\n            \"id\": \"0381\",\n            \"name\": \"Sweetwater at Waikiki\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"Waikiki Banyan-Tower II\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.2757\",\n                    \"longitude\": \"-157.8245\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0381E01L.jpg\",\n            \"start_date\": \"2025-06-21\",\n            \"end_date\": \"2025-06-28\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"9745104ae3605ab0413557b73e2f02c8b3d6b10dae451064f76fc125e4c14c\",\n            \"published_price\": 2078.48\n        },\n        {\n            \"id\": \"1297\",\n            \"name\": \"Kuhio Banyan Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"2310 Kuhio Avenue\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.279463\",\n                    \"longitude\": \"-157.82598\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 2.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/1297E01L.jpg\",\n            \"start_date\": \"2025-07-26\",\n            \"end_date\": \"2025-08-02\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"79c8964fe13dd4b9fe3ce7bffb3d638c5c2a9392868fad58b8e0718819772c\",\n            \"published_price\": 2026.2\n        },\n        {\n            \"id\": \"1138\",\n            \"name\": \"Lifetime in Hawaii\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"At the Royal Kuhio\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.28072\",\n                    \"longitude\": \"-157.82724\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.8,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/1138E01L.jpg\",\n            \"start_date\": \"2025-06-28\",\n            \"end_date\": \"2025-07-05\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f4253ddc4be65ce1e507fff050729760eaa0b441e595880663d0058714a058\",\n            \"published_price\": 2115.14\n        },\n        {\n            \"id\": \"DU30\",\n            \"name\": \"Club Wyndham Waikiki Marina Resort at the Ilikai\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"STE 135\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.2841\",\n                    \"longitude\": \"-157.8383\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 0,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/DS16E02L.jpg\",\n            \"start_date\": \"2025-08-10\",\n            \"end_date\": \"2025-08-17\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"4dfa574e466851fd80265086bc54d3e67f8f07eb1cfe1549198d6a2506d08e\",\n            \"published_price\": 1931.55\n        },\n        {\n            \"id\": \"0266\",\n            \"name\": \"Banyan Harbor\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3411 Wilcox Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lihue\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96766\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.9582\",\n                    \"longitude\": \"-159.3548\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0266E01L.jpg\",\n            \"start_date\": \"2025-08-13\",\n            \"end_date\": \"2025-08-20\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"b09e6005fde3b70166a4082f44b7fd5f752bdab2e4819a8e1bb65292092d67\",\n            \"published_price\": 2024.51\n        },\n        {\n            \"id\": \"2491\",\n            \"name\": \"Pono Kai Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4-1250 Kuhio Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kapaa\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96746\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.0732\",\n                    \"longitude\": \"-159.319\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.2,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2491E05L.jpg\",\n            \"start_date\": \"2025-07-19\",\n            \"end_date\": \"2025-07-26\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"9a50ec3c03dd59e2e927453b6ec99544b88a15070acf3d1e31aad47c310427\",\n            \"published_price\": 2002.76\n        },\n        {\n            \"id\": \"5080\",\n            \"name\": \"Lawai Beach Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"5017 Lawai Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Koloa\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96756\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.882260\",\n                    \"longitude\": \"-159.4762576\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5080E02L.jpg\",\n            \"start_date\": \"2025-06-20\",\n            \"end_date\": \"2025-06-27\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"124d1a9e87e8f112115e1d5063243810f10eb2c77a834877995c7e265323d1\",\n            \"published_price\": 2021.01\n        },\n        {\n            \"id\": \"2487\",\n            \"name\": \"Pacific Fantasy\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"c/o The Pono Kai\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kapaa\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96746\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.0957\",\n                    \"longitude\": \"-159.3404\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2487E01L.jpg\",\n            \"start_date\": \"2025-06-27\",\n            \"end_date\": \"2025-07-04\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"6aa6b3cd8c29f59ad12f0e18e3d0d5536b4b7a5895993df2920dd92f308eb1\",\n            \"published_price\": 1979.92\n        },\n        {\n            \"id\": \"3031\",\n            \"name\": \"Club Wyndham Bali Hai Villas\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4970 Pepelani Loop\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.222449\",\n                    \"longitude\": \"-159.481572\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/3031E03L.jpg\",\n            \"start_date\": \"2025-07-12\",\n            \"end_date\": \"2025-07-19\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"8190d031162d9b48f3396fe0ddec7248c0a689f394032376d9bc6dbd308be7\",\n            \"published_price\": 2009.34\n        },\n        {\n            \"id\": \"1254\",\n            \"name\": \"Makai Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4180 Lei O Papa Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.2206\",\n                    \"longitude\": \"-159.4832\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/1254E01L.jpg\",\n            \"start_date\": \"2025-06-20\",\n            \"end_date\": \"2025-06-27\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"c961ebee38ad7df41b26ad3f9ee2fc7c4bb72ff806a98b45c7143bd44ccc0f\",\n            \"published_price\": 1960.34\n        },\n        {\n            \"id\": \"3656\",\n            \"name\": \"The Cliffs Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3811 Edward Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.226492\",\n                    \"longitude\": \"-159.48123\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5124E02L.jpg\",\n            \"start_date\": \"2025-07-06\",\n            \"end_date\": \"2025-07-13\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"d7887aa4eadc8a9a912b4d19aa02f1ef88cbd790d02069d84b9bb80e5ff8c2\",\n            \"published_price\": 2093.15\n        },\n        {\n            \"id\": \"5124\",\n            \"name\": \"The Cliffs Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3811 Edward Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.226492\",\n                    \"longitude\": \"-159.48128\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5124E02L.jpg\",\n            \"start_date\": \"2025-08-01\",\n            \"end_date\": \"2025-08-08\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"b979cee906fb980783857a8e937e5e589ee8349b7c7761f8ec382626019bc0\",\n            \"published_price\": 2057.98\n        },\n        {\n            \"id\": \"2201\",\n            \"name\": \"Alii Kai Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3830 Edward Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.2263\",\n                    \"longitude\": \"-159.4816\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.7,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2201E01L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"fc504b2f5a556c995537f62aec1ed9b26c39e1fea15e70629768bebe8b335e\",\n            \"published_price\": 2084.63\n        }\n    ]\n}"},{"id":"7a0994ec-a6ef-4dfb-b5ed-d62bf6cc9cc8","name":"401 Unauthorized for incorrect api_key header","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}ooo","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stay_period\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/properties/{{resorts_xeni_region_code}}?currency={{booking_person_currency}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","{{resorts_xeni_region_code}}"],"query":[{"key":"currency","value":"{{booking_person_currency}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 02:09:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW_3YgiVCYcEMBQ="},{"key":"X-Request-Id","value":"8aa824b40e9d0ea2e3f453ee4e1c4b4a"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Unable to find agency, Please contact administrator\",\n    \"status\": \"failed\"\n}"},{"id":"b0c5cb85-b4dd-4510-95a7-d6eca2ff32cc","name":"400 bad request for stayPeriod variable","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stayPeriod\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/properties/{{resorts_xeni_property_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:49:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXo7dj0LiYcEJ1Q="},{"key":"X-Correlation-Id","value":"CUSTOMER-TRYOUT-CORRELATION-ID"},{"key":"X-Request-Id","value":"37a8e997-58f7-487d-b061-a8582d3fa010"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The following required fields are missing or incorrect: stay_period\",\n    \"status\": \"failed\"\n}"},{"id":"33c6cc03-f6f3-4465-a288-47b3a0710eb3","name":"404 page not found for missing path","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"stay_period\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/properties"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Request-Id","value":"676ee7e2-6b05-4533-ba67-bc7d92739718"},{"key":"Date","value":"Tue, 18 Feb 2025 09:35:21 GMT"},{"key":"Content-Length","value":"46"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Page not found\",\n    \"status\": \"failed\"\n}"},{"id":"d77a0125-0dac-4c09-acfa-fb579e38ffba","name":"200 Successful Search","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stay_period\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n    ,\n    \"lat\": ,\n    \"lon\": ,\n    \n    \"filters\":{\n        // \"ratings\":[1,2,3,4],\n        // \"max_price\":5000,\n        \"all_inclusive\":[\"O\",\"M\",\"N\"],\n        // \"min_price\":0,\n        //  \"num_bedrooms\":[\"1\",\"2\",\"3\"],\n        //  \"max_guests\":[\"4\",\"6\",\"8\"],\n        //  \"accessibilities\":[\"adults-only\",\"deaf\",\"blind\",\"elevator\"]\n        //  \"amenities\":[\"fitness\",\"laundry\",\"grocery\",\"spa\",\"pool\",\"restaurant\"],\n        //  \"kitchen_type\":[\"partial\",\"full\",\"mini\"],\n        //  \"activities\":[\"archery\",\"golf\"]\n        // \n        \"regions\":[\n            {\n                \"type\":\"{{xeni_region_type}}\",\n                \"name\":\"{{xeni_region_name}}\"\n            }\n        ]\n    }\n    // ,\n    // \"sort\":[\n    //     {\n    //         \"key\":\"price\",\n    //         \"order\":\"asc\"\n    //     }\n    //     ,\n    //     {\n    //         \"key\":\"ratings\",\n    //         \"order\":\"asc\"\n    //     }\n        \n    // ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/properties/{{resorts_xeni_region_code}}?currency={{booking_person_currency}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","{{resorts_xeni_region_code}}"],"query":[{"key":"currency","value":"{{booking_person_currency}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:19:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21168"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXkaZgUviYcEM8A="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68394ddb-6366d13a6dd8732c6ad9383d;Root=1-68394ddb-6f27c8133c6541d333f20225]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.145.222.87]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"aa4820ac-a223-4d4e-a508-072646bd97fc"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": [\n        {\n            \"id\": \"5971\",\n            \"name\": \"Club Wyndham Kona Hawaiian Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"75-5961 Alii Drive\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.624961\",\n                    \"longitude\": \"-155.986358\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.7,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5971E01L.jpg\",\n            \"start_date\": \"2025-07-19\",\n            \"end_date\": \"2025-07-26\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"ddde797d05513afbc54f22d7e2667689e781a4b9c22a3a50002d8089027887\",\n            \"published_price\": 1981.29\n        },\n        {\n            \"id\": \"0029\",\n            \"name\": \"Kona Billfisher\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"75-5841 Alii Drive\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.632606\",\n                    \"longitude\": \"-155.989093\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0029E01L.jpg\",\n            \"start_date\": \"2025-08-05\",\n            \"end_date\": \"2025-08-12\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f3aff9df99af7d7630f7b98c0b0211b96ad8f4349da88c7c1c3ce7ef585112\",\n            \"published_price\": 1975.29\n        },\n        {\n            \"id\": \"C667\",\n            \"name\": \"Kona Islander\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"75-5776 Kuakini Hwy\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.6363\",\n                    \"longitude\": \"-155.990343\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 2.9,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C667E01L.jpg\",\n            \"start_date\": \"2025-07-26\",\n            \"end_date\": \"2025-08-02\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f9bc07d23c22524908f8100cb378cea496f56335179963dd8c20de8db474d9\",\n            \"published_price\": 2069.69\n        },\n        {\n            \"id\": \"0279\",\n            \"name\": \"Lea Casa\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"Casa de Emdeko Complex\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.6714\",\n                    \"longitude\": \"-155.9804\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0279E01L.jpg\",\n            \"start_date\": \"2025-07-11\",\n            \"end_date\": \"2025-07-18\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"af9f53536e165ab599fe04797856a1851a9047ba573f24b48b42713c61dfd6\",\n            \"published_price\": 2075.91\n        },\n        {\n            \"id\": \"2326\",\n            \"name\": \"The Kona Coast Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"78-6842 Ali'i Drive\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailúa-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.5725\",\n                    \"longitude\": \"-155.966\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.8,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2326E04L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"187de18124825b5f9b90b584c4b1094aee2aa334856c693faf5bcdaa2877d6\",\n            \"published_price\": 2065.17\n        },\n        {\n            \"id\": \"4908\",\n            \"name\": \"Club Wyndham Mauna Loa Village\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"78-7190 Kaleiopapa Street\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kailua-Kona\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96740\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.558509\",\n                    \"longitude\": \"-155.961777\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/4908E01L.jpg\",\n            \"start_date\": \"2025-08-09\",\n            \"end_date\": \"2025-08-16\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"e0eb84525c01a6f754ac01977f885732974b91fcc46a4d943efc86e0383222\",\n            \"published_price\": 1925.01\n        },\n        {\n            \"id\": \"0530\",\n            \"name\": \"Vacation Internationale Sea Mountain\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"95-788 Ninole Loop Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Pahala\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96777\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"19.0996\",\n                    \"longitude\": \"-155.6593\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0530E03L.jpg\",\n            \"start_date\": \"2025-06-21\",\n            \"end_date\": \"2025-06-28\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f6d36e91a2f4e6baf3a0f8320f9737917be77b099014242593ea63e6123540\",\n            \"published_price\": 2045.9\n        },\n        {\n            \"id\": \"0755\",\n            \"name\": \"Maui Lea at Maui Hill\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"2881 S. Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.707133\",\n                    \"longitude\": \"-156.444722\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0755E01L.jpg\",\n            \"start_date\": \"2025-06-24\",\n            \"end_date\": \"2025-07-01\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"679debd56d2feb86c8cb0fd0aed44a11c23f9e9cd78cce85f4b93543bb3a7b\",\n            \"published_price\": 1981.4\n        },\n        {\n            \"id\": \"C615\",\n            \"name\": \"Maui Banyan Vacation Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"2575 South Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.715582\",\n                    \"longitude\": \"-156.445752\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C615E05L.jpg\",\n            \"start_date\": \"2025-07-04\",\n            \"end_date\": \"2025-07-11\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"8c25e9cd840de597b6017e4ea92cbb5323364a14a7adc423dfe686e56adc73\",\n            \"published_price\": 2037.79\n        },\n        {\n            \"id\": \"0192\",\n            \"name\": \"Maui Sunset\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"1032 S. Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.7558\",\n                    \"longitude\": \"-156.457\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.2,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0192E02L.jpg\",\n            \"start_date\": \"2025-06-18\",\n            \"end_date\": \"2025-06-25\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"4b80ae24c4990118580003c5b155d3a6a90b818234861d91c04d21e98f1dca\",\n            \"published_price\": 1956.48\n        },\n        {\n            \"id\": \"C611\",\n            \"name\": \"Maui Beach Vacation Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"515 South Kihei Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kihei, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96753\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.7701\",\n                    \"longitude\": \"-156.4585\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.1,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C611E01L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"ff8a4ebdc332ecec014be63497a73420f26f30775ef9135739f38257fa3890\",\n            \"published_price\": 2094.65\n        },\n        {\n            \"id\": \"C612\",\n            \"name\": \"Kahana Villa Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4242 Lower Honoapiilani Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.8778333\",\n                    \"longitude\": \"-156.6825\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C612E01L.jpg\",\n            \"start_date\": \"2025-07-25\",\n            \"end_date\": \"2025-08-01\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"d22729bf93883454e8803d52634acadfeb189c01fe2c5bb4055e90f7d501e4\",\n            \"published_price\": 2004.49\n        },\n        {\n            \"id\": \"4985\",\n            \"name\": \"Hilton Vacation Club Kaanapali Beach\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"104 Ka'anapali Shores Place\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.948438\",\n                    \"longitude\": \"-156.689828\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/4985E02L.jpg\",\n            \"start_date\": \"2025-08-09\",\n            \"end_date\": \"2025-08-16\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f49469fac8116c6332ffa726c0c2cdc1ab80c50e679134ef7e499eaf0fbb3c\",\n            \"published_price\": 2014.07\n        },\n        {\n            \"id\": \"2620\",\n            \"name\": \"Hono Koa\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3801 Lower Honoapiilani\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honokowai\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.95827\",\n                    \"longitude\": \"-156.684478\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2620E06L.jpg\",\n            \"start_date\": \"2025-07-06\",\n            \"end_date\": \"2025-07-13\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"09c386b9f74b1bf50a92370b356cf94f92d7eed7ee43fe86cc28146b8afb75\",\n            \"published_price\": 2138.5\n        },\n        {\n            \"id\": \"2788\",\n            \"name\": \"Kahana Falls\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4260 Lower Honoapiilani Rd\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.969477\",\n                    \"longitude\": \"-156.678935\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2788E01L.jpg\",\n            \"start_date\": \"2025-08-14\",\n            \"end_date\": \"2025-08-21\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f386ffe1df57112f1fab9785e1cefcd25a83dd0ed8630c45baeff4abf3e097\",\n            \"published_price\": 2129.56\n        },\n        {\n            \"id\": \"C608\",\n            \"name\": \"Kahana Beach Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4221 Lower Honoapiilani Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.970597\",\n                    \"longitude\": \"-156.679866\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C608E04L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"09b45773f91f410551799120c693e9692996b83ca644caaf9094b453976de4\",\n            \"published_price\": 1926.28\n        },\n        {\n            \"id\": \"C609\",\n            \"name\": \"The Sands Of Kahana\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4299 Lower Honoapiilani Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.970697\",\n                    \"longitude\": \"-156.679966\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C609E02L.jpg\",\n            \"start_date\": \"2025-07-26\",\n            \"end_date\": \"2025-08-02\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"a87698d039f8dc322d61d2012f737e7bf345784e04efdb6a56af7b6a418f4f\",\n            \"published_price\": 1987.31\n        },\n        {\n            \"id\": \"C613\",\n            \"name\": \"The Gardens at West Maui\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"5500 Lower Honoapiilani Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lahaina, Maui\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96761\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"20.999504\",\n                    \"longitude\": \"-156.66409\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/C613E05L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"42e11c60f24903c628157d38dd577e9c70590abbbebc32dc38ed9633cf47a0\",\n            \"published_price\": 2071.23\n        },\n        {\n            \"id\": \"2605\",\n            \"name\": \"Imperial Hawaii Vacation Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"Imperial Hawaii Resort\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.2757\",\n                    \"longitude\": \"-157.824\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2605E01L.jpg\",\n            \"start_date\": \"2025-07-11\",\n            \"end_date\": \"2025-07-18\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"2c8912fcf6478b2d48a9f25a3a7e10d3f6a919491f67797d3aecd7f90206f0\",\n            \"published_price\": 1977.29\n        },\n        {\n            \"id\": \"0381\",\n            \"name\": \"Sweetwater at Waikiki\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"Waikiki Banyan-Tower II\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.2757\",\n                    \"longitude\": \"-157.8245\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0381E01L.jpg\",\n            \"start_date\": \"2025-06-21\",\n            \"end_date\": \"2025-06-28\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"9745104ae3605ab0413557b73e2f02c8b3d6b10dae451064f76fc125e4c14c\",\n            \"published_price\": 2078.48\n        },\n        {\n            \"id\": \"1297\",\n            \"name\": \"Kuhio Banyan Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"2310 Kuhio Avenue\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.279463\",\n                    \"longitude\": \"-157.82598\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 2.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/1297E01L.jpg\",\n            \"start_date\": \"2025-07-26\",\n            \"end_date\": \"2025-08-02\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"79c8964fe13dd4b9fe3ce7bffb3d638c5c2a9392868fad58b8e0718819772c\",\n            \"published_price\": 2026.2\n        },\n        {\n            \"id\": \"1138\",\n            \"name\": \"Lifetime in Hawaii\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"At the Royal Kuhio\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.28072\",\n                    \"longitude\": \"-157.82724\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.8,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/1138E01L.jpg\",\n            \"start_date\": \"2025-06-28\",\n            \"end_date\": \"2025-07-05\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"f4253ddc4be65ce1e507fff050729760eaa0b441e595880663d0058714a058\",\n            \"published_price\": 2115.14\n        },\n        {\n            \"id\": \"DU30\",\n            \"name\": \"Club Wyndham Waikiki Marina Resort at the Ilikai\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"STE 135\",\n                    \"line_2\": \"\",\n                    \"city\": \"Honolulu\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96815\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.2841\",\n                    \"longitude\": \"-157.8383\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 0,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/DS16E02L.jpg\",\n            \"start_date\": \"2025-08-10\",\n            \"end_date\": \"2025-08-17\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"4dfa574e466851fd80265086bc54d3e67f8f07eb1cfe1549198d6a2506d08e\",\n            \"published_price\": 1931.55\n        },\n        {\n            \"id\": \"0266\",\n            \"name\": \"Banyan Harbor\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3411 Wilcox Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Lihue\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96766\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.9582\",\n                    \"longitude\": \"-159.3548\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 3.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/0266E01L.jpg\",\n            \"start_date\": \"2025-08-13\",\n            \"end_date\": \"2025-08-20\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"b09e6005fde3b70166a4082f44b7fd5f752bdab2e4819a8e1bb65292092d67\",\n            \"published_price\": 2024.51\n        },\n        {\n            \"id\": \"2491\",\n            \"name\": \"Pono Kai Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4-1250 Kuhio Highway\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kapaa\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96746\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.0732\",\n                    \"longitude\": \"-159.319\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.2,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2491E05L.jpg\",\n            \"start_date\": \"2025-07-19\",\n            \"end_date\": \"2025-07-26\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"9a50ec3c03dd59e2e927453b6ec99544b88a15070acf3d1e31aad47c310427\",\n            \"published_price\": 2002.76\n        },\n        {\n            \"id\": \"5080\",\n            \"name\": \"Lawai Beach Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"5017 Lawai Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Koloa\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96756\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"21.882260\",\n                    \"longitude\": \"-159.4762576\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.5,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5080E02L.jpg\",\n            \"start_date\": \"2025-06-20\",\n            \"end_date\": \"2025-06-27\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"124d1a9e87e8f112115e1d5063243810f10eb2c77a834877995c7e265323d1\",\n            \"published_price\": 2021.01\n        },\n        {\n            \"id\": \"2487\",\n            \"name\": \"Pacific Fantasy\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"c/o The Pono Kai\",\n                    \"line_2\": \"\",\n                    \"city\": \"Kapaa\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96746\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.0957\",\n                    \"longitude\": \"-159.3404\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2487E01L.jpg\",\n            \"start_date\": \"2025-06-27\",\n            \"end_date\": \"2025-07-04\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"6aa6b3cd8c29f59ad12f0e18e3d0d5536b4b7a5895993df2920dd92f308eb1\",\n            \"published_price\": 1979.92\n        },\n        {\n            \"id\": \"3031\",\n            \"name\": \"Club Wyndham Bali Hai Villas\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4970 Pepelani Loop\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.222449\",\n                    \"longitude\": \"-159.481572\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/3031E03L.jpg\",\n            \"start_date\": \"2025-07-12\",\n            \"end_date\": \"2025-07-19\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"8190d031162d9b48f3396fe0ddec7248c0a689f394032376d9bc6dbd308be7\",\n            \"published_price\": 2009.34\n        },\n        {\n            \"id\": \"1254\",\n            \"name\": \"Makai Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"4180 Lei O Papa Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.2206\",\n                    \"longitude\": \"-159.4832\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/1254E01L.jpg\",\n            \"start_date\": \"2025-06-20\",\n            \"end_date\": \"2025-06-27\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"c961ebee38ad7df41b26ad3f9ee2fc7c4bb72ff806a98b45c7143bd44ccc0f\",\n            \"published_price\": 1960.34\n        },\n        {\n            \"id\": \"3656\",\n            \"name\": \"The Cliffs Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3811 Edward Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.226492\",\n                    \"longitude\": \"-159.48123\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.3,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5124E02L.jpg\",\n            \"start_date\": \"2025-07-06\",\n            \"end_date\": \"2025-07-13\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"d7887aa4eadc8a9a912b4d19aa02f1ef88cbd790d02069d84b9bb80e5ff8c2\",\n            \"published_price\": 2093.15\n        },\n        {\n            \"id\": \"5124\",\n            \"name\": \"The Cliffs Club\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3811 Edward Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.226492\",\n                    \"longitude\": \"-159.48128\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.6,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5124E02L.jpg\",\n            \"start_date\": \"2025-08-01\",\n            \"end_date\": \"2025-08-08\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"b979cee906fb980783857a8e937e5e589ee8349b7c7761f8ec382626019bc0\",\n            \"published_price\": 2057.98\n        },\n        {\n            \"id\": \"2201\",\n            \"name\": \"Alii Kai Resort\",\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_rate\": 1310.15,\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"address\": {\n                    \"line_1\": \"3830 Edward Road\",\n                    \"line_2\": \"\",\n                    \"city\": \"Princeville\",\n                    \"state\": \"Hawaii\",\n                    \"zip\": \"96722\",\n                    \"country\": \"USA\"\n                }\n            },\n            \"location\": {\n                \"coordinates\": {\n                    \"latitude\": \"22.2263\",\n                    \"longitude\": \"-159.4816\"\n                }\n            },\n            \"ratings\": {\n                \"users_review_rating\": 4.7,\n                \"star_rating\": 0,\n                \"xeni_rating\": 0\n            },\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/2201E01L.jpg\",\n            \"start_date\": \"2025-08-02\",\n            \"end_date\": \"2025-08-09\",\n            \"deal_regions\": null,\n            \"recommendation_id\": \"fc504b2f5a556c995537f62aec1ed9b26c39e1fea15e70629768bebe8b335e\",\n            \"published_price\": 2084.63\n        }\n    ]\n}"},{"id":"5c28f6b4-2fcf-4b7b-8554-505eac645775","name":"404 page not found for missing path","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"stay_period\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/properties"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Request-Id","value":"676ee7e2-6b05-4533-ba67-bc7d92739718"},{"key":"Date","value":"Tue, 18 Feb 2025 09:35:21 GMT"},{"key":"Content-Length","value":"46"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Page not found\",\n    \"status\": \"failed\"\n}"},{"id":"27fbdb35-db57-4a7b-9303-c7e7e77202ad","name":"400 bad request for stayPeriod variable","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stayPeriod\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/properties/{{resorts_xeni_property_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:49:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXo7dj0LiYcEJ1Q="},{"key":"X-Correlation-Id","value":"CUSTOMER-TRYOUT-CORRELATION-ID"},{"key":"X-Request-Id","value":"37a8e997-58f7-487d-b061-a8582d3fa010"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The following required fields are missing or incorrect: stay_period\",\n    \"status\": \"failed\"\n}"},{"id":"763e7fde-649d-461f-90b7-53c9693411b4","name":"401 Unauthorized for incorrect api_key header","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}ooo","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stay_period\" :{\n        \"start\":\"{{resorts_desired_checkin_date}}\",\n        \"end\":\"{{resorts_desired_checkout_date}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/properties/{{resorts_xeni_region_code}}?currency={{booking_person_currency}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","{{resorts_xeni_region_code}}"],"query":[{"key":"currency","value":"{{booking_person_currency}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 02:09:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LW_3YgiVCYcEMBQ="},{"key":"X-Request-Id","value":"8aa824b40e9d0ea2e3f453ee4e1c4b4a"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Unable to find agency, Please contact administrator\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"fa950179-af2a-4722-8109-f885df159218"},{"name":"Get Property Details","event":[{"listen":"test","script":{"exec":["// Positive test cases\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Valid response structure for property details\", function () {\r","    const jsonData = pm.response.json();\r","\r","    pm.expect(jsonData.status).to.eql(\"Success\");\r","    \r","    pm.expect(jsonData).to.have.property(\"data\");\r","    const property = jsonData.data;\r","    pm.expect(property).to.have.property(\"id\");\r","    pm.expect(property).to.have.property(\"name\");\r","\r","    pm.expect(property.id).to.be.a(\"string\").and.not.empty;\r","    pm.expect(property.name).to.be.a(\"string\").and.not.empty;\r","});\r","\r","// Negative test cases \r","\r","pm.test(\"invalid property ID\", function () {\r","    pm.response.to.have.status(500);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});\r","\r","pm.test(\"Missing property ID\", function () {\r","    pm.response.to.have.status(404);\r","});"],"type":"text/javascript","packages":{},"id":"8c263e35-5814-4cee-8932-5ac603fdeff0"}}],"id":"4c9f383f-b968-4754-bb22-89bdf914367f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Correlation-Id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}","description":"<h3 id=\"get-property-details\">Get Property Details</h3>\n<p>This endpoint retrieves the details of a specific property identified by the <code>property_id</code>.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{resorts_base_url}}/api/v2/property/</code></p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the following fields:</p>\n<ul>\n<li><p><code>status</code> (string)</p>\n</li>\n<li><p><code>message</code> (string)</p>\n</li>\n<li><p><code>data</code> (object)</p>\n<ul>\n<li><p><code>name</code> (string)</p>\n</li>\n<li><p><code>checkin</code> (object)</p>\n<ul>\n<li><p><code>begin_time</code> (string)</p>\n</li>\n<li><p><code>end_time</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>checkout</code> (object)</p>\n<ul>\n<li><code>time</code> (string)</li>\n</ul>\n</li>\n<li><p><code>contact</code> (object)</p>\n<ul>\n<li><p><code>address</code> (object)</p>\n<ul>\n<li><p><code>line_1</code> (string)</p>\n</li>\n<li><p><code>line_2</code> (string)</p>\n</li>\n<li><p><code>city</code> (string)</p>\n</li>\n<li><p><code>state_province_code</code> (string)</p>\n</li>\n<li><p><code>state_province_name</code> (string)</p>\n</li>\n<li><p><code>postal_code</code> (string)</p>\n</li>\n<li><p><code>country_code</code> (string)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>frontDesk</code> (object)</p>\n</li>\n<li><p><code>highlights</code> (object)</p>\n</li>\n<li><p><code>images</code> (object)</p>\n</li>\n<li><p><code>languageCode</code> (string)</p>\n</li>\n<li><p><code>location</code> (object)</p>\n<ul>\n<li><p><code>coordinates</code> (object)</p>\n<ul>\n<li><p><code>latitude</code> (string)</p>\n</li>\n<li><p><code>longitude</code> (string)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>onsite_payments</code> (object)</p>\n</li>\n<li><p><code>policy</code> (object)</p>\n</li>\n<li><p><code>propertyId</code> (string)</p>\n</li>\n<li><p><code>ratings</code> (object)</p>\n<ul>\n<li><code>type</code> (string)</li>\n</ul>\n</li>\n<li><p><code>region</code> (string)</p>\n</li>\n<li><p><code>rules</code> (object)</p>\n<ul>\n<li><p><code>checkin</code> (string)</p>\n</li>\n<li><p><code>checkout</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>supplySource</code> (string)</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"43507211-0809-482f-8b37-f3a3b4b56fbe","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"X-Correlation-Id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"140c218d-e078-432d-8e6b-06e94585aeaa"},{"key":"Date","value":"Tue, 18 Feb 2025 09:43:04 GMT"},{"key":"Content-Length","value":"694"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"name\": \"Sterling Mount Abu\",\n        \"checkin\": {\n            \"begin_time\": \"12:00\",\n            \"end_time\": \"10:00\"\n        },\n        \"checkout\": {\n            \"time\": \"10:00\"\n        },\n        \"contact\": {\n            \"address\": {\n                \"line_1\": \"Neelkanth Road\",\n                \"line_2\": \"Village Dhundayi Mount Abu\",\n                \"city\": \"Abu\",\n                \"state_province_code\": \"RJ\",\n                \"state_province_name\": \"Abu\",\n                \"postal_code\": \"307501\",\n                \"country_code\": \"India\"\n            }\n        },\n        \"frontDesk\": {},\n        \"highlights\": {},\n        \"images\": {},\n        \"languageCode\": \"std.lang.all\",\n        \"location\": {\n            \"coordinates\": {\n                \"latitude\": \"24.586471\",\n                \"longitude\": \"72.724916\"\n            }\n        },\n        \"onsite_payments\": {},\n        \"policy\": {},\n        \"propertyId\": \"DM58\",\n        \"ratings\": {\n            \"type\": \"Star\"\n        },\n        \"region\": \"IN1R\",\n        \"rules\": {\n            \"checkin\": \"12:00\",\n            \"checkout\": \"10:00\"\n        },\n        \"supplySource\": \"rci\"\n    }\n}"},{"id":"3f74a432-0421-4fdc-8150-b9ddfa900d28","name":"400 missing correlation id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Request-Id","value":"c7218a04-e3f4-4763-bf77-cf54b4f463d8"},{"key":"Date","value":"Tue, 18 Feb 2025 09:40:56 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing correlation id\",\n    \"status\": \"failed\"\n}"},{"id":"48d8c3b1-0bb0-4a26-a08e-0295c597a96e","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"X-Correlation-Id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"140c218d-e078-432d-8e6b-06e94585aeaa"},{"key":"Date","value":"Tue, 18 Feb 2025 09:43:04 GMT"},{"key":"Content-Length","value":"694"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"name\": \"Sterling Mount Abu\",\n        \"checkin\": {\n            \"begin_time\": \"12:00\",\n            \"end_time\": \"10:00\"\n        },\n        \"checkout\": {\n            \"time\": \"10:00\"\n        },\n        \"contact\": {\n            \"address\": {\n                \"line_1\": \"Neelkanth Road\",\n                \"line_2\": \"Village Dhundayi Mount Abu\",\n                \"city\": \"Abu\",\n                \"state_province_code\": \"RJ\",\n                \"state_province_name\": \"Abu\",\n                \"postal_code\": \"307501\",\n                \"country_code\": \"India\"\n            }\n        },\n        \"frontDesk\": {},\n        \"highlights\": {},\n        \"images\": {},\n        \"languageCode\": \"std.lang.all\",\n        \"location\": {\n            \"coordinates\": {\n                \"latitude\": \"24.586471\",\n                \"longitude\": \"72.724916\"\n            }\n        },\n        \"onsite_payments\": {},\n        \"policy\": {},\n        \"propertyId\": \"DM58\",\n        \"ratings\": {\n            \"type\": \"Star\"\n        },\n        \"region\": \"IN1R\",\n        \"rules\": {\n            \"checkin\": \"12:00\",\n            \"checkout\": \"10:00\"\n        },\n        \"supplySource\": \"rci\"\n    }\n}"},{"id":"8b820b17-7e18-4580-b4c9-b989a8836948","name":"400 missing correlation id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Request-Id","value":"c7218a04-e3f4-4763-bf77-cf54b4f463d8"},{"key":"Date","value":"Tue, 18 Feb 2025 09:40:56 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing correlation id\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"4c9f383f-b968-4754-bb22-89bdf914367f"},{"name":"Get Availability","event":[{"listen":"test","script":{"exec":["//Positive test cases ","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Extract token and total_rate\", function () {","    const jsonData = pm.response.json();","","    pm.expect(jsonData.status).to.eql(\"Success\");","    pm.expect(jsonData.data).to.be.an(\"object\").that.has.property(\"availability\");","","    const availability = jsonData.data.availability;","    pm.expect(availability).to.be.an(\"array\").that.is.not.empty;","","    const room = availability[0];","","    pm.expect(room.token).to.be.a(\"string\").and.not.empty;","    pm.expect(room.total_rate).to.be.a(\"number\");","","    // Save values as collection variables","    pm.collectionVariables.set(\"availability_check_token\", room.token);","    pm.collectionVariables.set(\"total_rate\", room.total_rate);","","    console.log(\"Saved availability_check_token:\", room.token);","    console.log(\"Saved totalRate:\", room.total_rate);","});","","// Negative test cases","","pm.test(\"missing property_id\", function () {","    pm.response.to.have.status(400);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","});","","pm.test(\"Invalid Checkin or checkout date\", function () {","    pm.response.to.have.status(400);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","    pm.expect(res.error).to.include(\"invalid\");","});"],"type":"text/javascript","packages":{},"id":"1b6b3213-00d0-463d-a632-921b4ad6cfdc"}}],"id":"e6c8e930-0cc1-4a00-a4c6-e84f6c1e1292","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/properties/availability?property_id={{resorts_xeni_property_id}}&checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}","description":"<h3 id=\"get-property-availability\">Get Property Availability</h3>\n<p>This endpoint retrieves the availability of a property based on the provided parameters.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{resorts_base_url}}/api/v2/properties/availability</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p><code>property_id</code> (string, required): The ID of the property.</p>\n</li>\n<li><p><code>checkin</code> (string, required): The check-in date.</p>\n</li>\n<li><p><code>checkout</code> (string, required): The check-out date.</p>\n</li>\n<li><p><code>currency</code> (string, required): The currency for the rates.</p>\n</li>\n<li><p><code>recommendation_id</code> (string, required): The recommendation ID for the property.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"sessionId\": \"\",\n    \"propertyId\": \"\",\n    \"availability\": [\n      {\n        \"checkInDate\": \"\",\n        \"checkOutDate\": \"\",\n        \"token\": \"\",\n        \"baseRate\": 0,\n        \"taxAndFees\": 0,\n        \"totalRate\": 0,\n        \"currency\": \"\",\n        \"kitchenType\": \"\",\n        \"maxOccupancy\": \"\",\n        \"roomName\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<p>The <code>status</code> field indicates the status of the request, and the <code>data</code> field contains the availability information for the property, including the check-in and check-out dates, rates, currency, kitchen type, and room occupancy details.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"sessionId\": \"\",\n    \"propertyId\": \"\",\n    \"availability\": [\n      {\n        \"checkInDate\": \"\",\n        \"checkOutDate\": \"\",\n        \"token\": \"\",\n        \"baseRate\": 0,\n        \"taxAndFees\": 0,\n        \"totalRate\": 0,\n        \"currency\": \"\",\n        \"kitchenType\": \"\",\n        \"maxOccupancy\": \"\",\n        \"roomName\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<p>In some cases, the <code>data</code> field may be empty, indicating no availability information is available for the given parameters.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","properties","availability"],"host":["{{api_host}}"],"query":[{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}],"variable":[]}},"response":[{"id":"ca5d40d7-067c-4bc6-b287-636c8622a1ae","name":"200 successful availability call","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?property_id={{resorts_xeni_property_id}}&checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:58:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"909"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXqLDhU1CYcEMBQ="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68395713-20ccae705331cc4e336e1e4f;Root=1-68395713-5f422d9275d9c8af491cf44b]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.145.222.195]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"2c83d900-e8f9-4d6e-a72e-9397eb978cb7"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"id\": \"5971\",\n        \"name\": \"Club Wyndham Kona Hawaiian Resort\",\n        \"availability\": [\n            {\n                \"checkin_date\": \"2025-07-12\",\n                \"checkout_date\": \"2025-07-19\",\n                \"token\": \"xk08ikmSCXnh%2FsxcSRaC2yUAROOhrW8HoKdTLqxT0F%2FJ%2F2iJkfuO8QCE47kv%2F73W\",\n                \"base_rate\": 1272,\n                \"taxes_and_fees\": 38.15,\n                \"total_rate\": 1310.15,\n                \"currency\": \"USD\",\n                \"kitchen_type\": \"Full Kitchen\",\n                \"max_occupancy\": \"6\",\n                \"room_name\": \"2 Bedroom\",\n                \"recommendation_id\": \"2cf2448e4a675cf99d9fc9b826f39d373885a52369437d19a7712d29d846ed\",\n                \"published_price\": 1981.29\n            },\n            {\n                \"checkin_date\": \"2025-07-19\",\n                \"checkout_date\": \"2025-07-26\",\n                \"token\": \"xk08ikmSCXlumNreqFDe1CUAROOhrW8HoKdTLqxT0F%2FJ%2F2iJkfuO8QCE47kv%2F73W\",\n                \"base_rate\": 1272,\n                \"taxes_and_fees\": 38.15,\n                \"total_rate\": 1310.15,\n                \"currency\": \"USD\",\n                \"kitchen_type\": \"Full Kitchen\",\n                \"max_occupancy\": \"6\",\n                \"room_name\": \"2 Bedroom\",\n                \"recommendation_id\": \"9330438e9d0fc18163d93509e08d54245d5640a0449bdebfcbe78cd0707f6b\",\n                \"published_price\": 1981.29\n            }\n        ]\n    }\n}"},{"id":"711afa00-dea6-4b7b-988a-4bcf5a8ce1d5","name":"400-1 missing query param","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"98d7eee9-4a22-4462-94a8-19b1056844d1"},{"key":"Date","value":"Tue, 18 Feb 2025 09:46:07 GMT"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing required query params\",\n    \"status\": \"failed\"\n}"},{"id":"34bbb09f-85ac-438d-8de6-d464b943a164","name":"400 invalid checkout date","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}8888&propertyId={{resorts_xeni_property_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}8888"},{"key":"propertyId","value":"{{resorts_xeni_property_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"a800e19a-d573-4f94-b81b-6dbce4cd8148"},{"key":"Date","value":"Tue, 18 Feb 2025 09:46:37 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid checkout date\",\n    \"status\": \"failed\"\n}"},{"id":"03cdbbd0-c6ea-4a57-9ae2-ac80d0f15fac","name":"400 checkin>checkout","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkout_date}}&checkout={{resorts_desired_checkin_date}}8888&propertyId={{resorts_xeni_property_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkout_date}}"},{"key":"checkout","value":"{{resorts_desired_checkin_date}}8888"},{"key":"propertyId","value":"{{resorts_xeni_property_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"8901c001-108e-4b47-9479-ea32459bad3c"},{"key":"Date","value":"Tue, 18 Feb 2025 09:49:02 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"checkin date should be less than checkout date\",\n    \"status\": \"failed\"\n}"},{"id":"e98add93-446e-4e6b-af63-12876554f02f","name":"200 but empty","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}&propertyId={{resorts_xeni_property_id}}00","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}"},{"key":"propertyId","value":"{{resorts_xeni_property_id}}00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"948e0b78-3db3-45e5-bab2-9ccb1f4368fa"},{"key":"Date","value":"Tue, 18 Feb 2025 12:41:11 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {}\n}"},{"id":"eceeb3e4-534c-4efa-9c91-8f4379c3b7c7","name":"400-1 missing query param","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"98d7eee9-4a22-4462-94a8-19b1056844d1"},{"key":"Date","value":"Tue, 18 Feb 2025 09:46:07 GMT"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing required query params\",\n    \"status\": \"failed\"\n}"},{"id":"66336ca2-6837-4d9c-85af-a91e87c6391c","name":"400 invalid checkout date","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}8888&propertyId={{resorts_xeni_property_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}8888"},{"key":"propertyId","value":"{{resorts_xeni_property_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"a800e19a-d573-4f94-b81b-6dbce4cd8148"},{"key":"Date","value":"Tue, 18 Feb 2025 09:46:37 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid checkout date\",\n    \"status\": \"failed\"\n}"},{"id":"b3169bdd-dd1a-4fef-9bef-4cfa41b543a3","name":"200 successful availability call","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?property_id={{resorts_xeni_property_id}}&checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:58:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"909"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXqLDhU1CYcEMBQ="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68395713-20ccae705331cc4e336e1e4f;Root=1-68395713-5f422d9275d9c8af491cf44b]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.145.222.195]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"2c83d900-e8f9-4d6e-a72e-9397eb978cb7"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"id\": \"5971\",\n        \"name\": \"Club Wyndham Kona Hawaiian Resort\",\n        \"availability\": [\n            {\n                \"checkin_date\": \"2025-07-12\",\n                \"checkout_date\": \"2025-07-19\",\n                \"token\": \"xk08ikmSCXnh%2FsxcSRaC2yUAROOhrW8HoKdTLqxT0F%2FJ%2F2iJkfuO8QCE47kv%2F73W\",\n                \"base_rate\": 1272,\n                \"taxes_and_fees\": 38.15,\n                \"total_rate\": 1310.15,\n                \"currency\": \"USD\",\n                \"kitchen_type\": \"Full Kitchen\",\n                \"max_occupancy\": \"6\",\n                \"room_name\": \"2 Bedroom\",\n                \"recommendation_id\": \"2cf2448e4a675cf99d9fc9b826f39d373885a52369437d19a7712d29d846ed\",\n                \"published_price\": 1981.29\n            },\n            {\n                \"checkin_date\": \"2025-07-19\",\n                \"checkout_date\": \"2025-07-26\",\n                \"token\": \"xk08ikmSCXlumNreqFDe1CUAROOhrW8HoKdTLqxT0F%2FJ%2F2iJkfuO8QCE47kv%2F73W\",\n                \"base_rate\": 1272,\n                \"taxes_and_fees\": 38.15,\n                \"total_rate\": 1310.15,\n                \"currency\": \"USD\",\n                \"kitchen_type\": \"Full Kitchen\",\n                \"max_occupancy\": \"6\",\n                \"room_name\": \"2 Bedroom\",\n                \"recommendation_id\": \"9330438e9d0fc18163d93509e08d54245d5640a0449bdebfcbe78cd0707f6b\",\n                \"published_price\": 1981.29\n            }\n        ]\n    }\n}"},{"id":"e4697963-aca6-45b7-a964-106876e77cc7","name":"400 checkin>checkout","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkout_date}}&checkout={{resorts_desired_checkin_date}}8888&propertyId={{resorts_xeni_property_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkout_date}}"},{"key":"checkout","value":"{{resorts_desired_checkin_date}}8888"},{"key":"propertyId","value":"{{resorts_xeni_property_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"8901c001-108e-4b47-9479-ea32459bad3c"},{"key":"Date","value":"Tue, 18 Feb 2025 09:49:02 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"checkin date should be less than checkout date\",\n    \"status\": \"failed\"\n}"},{"id":"4bb80e44-f5da-4b70-94bc-6671cccf7ba8","name":"200 but empty","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/availability?checkin={{resorts_desired_checkin_date}}&checkout={{resorts_desired_checkout_date}}&propertyId={{resorts_xeni_property_id}}00","host":["{{api_host}}"],"path":["resorts","api","v2","properties","availability"],"query":[{"key":"checkin","value":"{{resorts_desired_checkin_date}}"},{"key":"checkout","value":"{{resorts_desired_checkout_date}}"},{"key":"propertyId","value":"{{resorts_xeni_property_id}}00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"948e0b78-3db3-45e5-bab2-9ccb1f4368fa"},{"key":"Date","value":"Tue, 18 Feb 2025 12:41:11 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {}\n}"}],"_postman_id":"e6c8e930-0cc1-4a00-a4c6-e84f6c1e1292"},{"name":"Get Accessibilities","event":[{"listen":"test","script":{"exec":["// Positive test cases \r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response data is valid\", function () {\r","    const jsonData = pm.response.json();\r","\r","    pm.expect(jsonData).to.have.property(\"status\", \"Success\");\r","    pm.expect(jsonData).to.have.property(\"data\");\r","\r","    const data = jsonData.data;\r","    pm.expect(data).to.have.property(\"property_id\");\r","    pm.expect(data).to.have.property(\"equipment_for_deaf\");\r","    pm.expect(data).to.have.property(\"wheelchair_accessible\");\r","    pm.expect(data).to.have.property(\"handicapped_unit\");\r","\r","    pm.expect(data.equipment_for_deaf).to.be.a(\"boolean\");\r","    pm.expect(data.wheelchair_accessible).to.be.a(\"boolean\");\r","    pm.expect(data.handicapped_unit).to.be.a(\"boolean\");\r","    pm.expect(data.property_id).to.eql(pm.variables.get(\"propertyId\"));\r","});\r","\r","// Negative test cases\r","\r","pm.test(\"missing property_id\", function () {\r","    pm.response.to.have.status(400);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});\r",""],"type":"text/javascript","packages":{},"id":"5c11f642-7fb2-4cb7-bbfe-32fe9ca8bc86"}}],"id":"00d24ea9-b773-49e9-b7d2-1a1f66d81d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}/?facility=accessibilities","description":"<p>The API endpoint retrieves property details along with a list of nearby airports based on the provided propertyId and the specified facility parameter. The response for this request can be represented as a JSON schema as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"propertyId\": {\n          \"type\": \"string\"\n        },\n        \"airports\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"name\": {\n                \"type\": \"string\"\n              },\n              \"code\": {\n                \"type\": \"string\"\n              },\n              \"distanceInMiles\": {\n                \"type\": \"string\"\n              },\n              \"distanceInKMs\": {\n                \"type\": \"string\"\n              },\n              \"airportType\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\"type\": \"string\"},\n    \"message\": {\"type\": \"string\"},\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"propertyId\": {\"type\": \"string\"},\n        \"airports\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"name\": {\"type\": \"string\"},\n              \"code\": {\"type\": \"string\"},\n              \"distanceInMiles\": {\"type\": \"string\"},\n              \"distanceInKMs\": {\"type\": \"string\"},\n              \"airportType\": {\"type\": \"string\"}\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>This endpoint makes an HTTP GET request to retrieve details of a specific property along with nearby airports.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: {{url}}/api/v2/property/{{propertyId}}</p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li>facility: airports (to filter for airports)</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the following fields:</p>\n<ul>\n<li><p>status (string): Status of the response</p>\n</li>\n<li><p>message (string): Additional message related to the response</p>\n</li>\n<li><p>data (object): Contains property details and nearby airports</p>\n<ul>\n<li><p>propertyId (string): Identifier of the property</p>\n</li>\n<li><p>airports (array): List of nearby airports</p>\n<ul>\n<li><p>name (string): Name of the airport</p>\n</li>\n<li><p>code (string): Airport code</p>\n</li>\n<li><p>distanceInMiles (string): Distance from the property in miles</p>\n</li>\n<li><p>distanceInKMs (string): Distance from the property in kilometers</p>\n</li>\n<li><p>airportType (string): Type of the airport</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}",""],"host":["{{api_host}}"],"query":[{"key":"facility","value":"accessibilities"}],"variable":[]}},"response":[{"id":"b7ea3209-548a-4460-8076-2e9aa4ea9d54","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property//accessibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"ee434cc0-2554-43df-bb05-36c7bf268925"},{"key":"Date","value":"Tue, 18 Feb 2025 10:27:35 GMT"},{"key":"Content-Length","value":"174"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"propertyId\": \"5100\",\n        \"features\": [],\n        \"elevator\": \"\",\n        \"equipmentForDeaf\": \"Yes\",\n        \"braileOrRaisedSignage\": \"No\"\n    }\n}"},{"id":"46a19442-5cdf-4658-83f0-026331abf2e2","name":"408 timeout","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}}/resorts//api/v2/property/6454/accessibility"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"X-Request-Id","value":"360ad25f-3540-4790-bd37-85a780df358e"},{"key":"Date","value":"Tue, 18 Feb 2025 10:00:49 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"API Request timeout"},{"id":"a211b1d5-901a-4515-b7a2-c52a613e3501","name":"408 timeout","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}}/resorts//api/v2/property/6454/accessibility"},"status":"Request Timeout","code":408,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"X-Request-Id","value":"360ad25f-3540-4790-bd37-85a780df358e"},{"key":"Date","value":"Tue, 18 Feb 2025 10:00:49 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"API Request timeout"},{"id":"c11accf4-9ea7-4a20-a2a2-26048b60af24","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property//accessibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"ee434cc0-2554-43df-bb05-36c7bf268925"},{"key":"Date","value":"Tue, 18 Feb 2025 10:27:35 GMT"},{"key":"Content-Length","value":"174"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"propertyId\": \"5100\",\n        \"features\": [],\n        \"elevator\": \"\",\n        \"equipmentForDeaf\": \"Yes\",\n        \"braileOrRaisedSignage\": \"No\"\n    }\n}"}],"_postman_id":"00d24ea9-b773-49e9-b7d2-1a1f66d81d5b"},{"name":"Get Airports","event":[{"listen":"test","script":{"exec":["// Positive test cases\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response contains airport data\", function () {\r","    const jsonData = pm.response.json();\r","    const data = jsonData.data;\r","\r","    pm.expect(data).to.have.property(\"property_id\");\r","    pm.expect(data).to.have.property(\"airports\").that.is.an(\"array\");\r","\r","    if (data.airports.length > 0) {\r","        const airport = data.airports[0];\r","        pm.expect(airport).to.have.property(\"name\").that.is.a(\"string\");\r","        pm.expect(airport).to.have.property(\"code\").that.is.a(\"string\");\r","        pm.expect(airport).to.have.property(\"distance_in_miles\").that.is.a(\"string\");\r","        pm.expect(airport).to.have.property(\"distance_in_kms\").that.is.a(\"string\");\r","        pm.expect(airport).to.have.property(\"airport_type\");\r","    }\r","    pm.expect(data.property_id).to.eql(pm.variables.get(\"propertyId\"));\r","});\r","\r","// Negative test cases\r","\r","pm.test(\"missing or inavlid property_id\", function () {\r","    pm.response.to.have.status(400);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});"],"type":"text/javascript","packages":{},"id":"91353a04-a3ea-4b94-9805-c7ff24bcd8de"}}],"id":"62967b75-889d-49c1-9c66-3a667dad4b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=airports","description":"<p>The endpoint makes an HTTP GET request to retrieve information about airports near a specific property. The request includes the property ID and a query parameter for the facility type, which in this case is \"airports\". The response will be a JSON object with the status, message, and data fields. Within the data field, there will be the property ID and an array of airports, each containing the name, code, distance in miles, distance in kilometers, and airport type.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"propertyId\": {\n          \"type\": \"string\"\n        },\n        \"airports\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"name\": {\n                \"type\": \"string\"\n              },\n              \"code\": {\n                \"type\": \"string\"\n              },\n              \"distanceInMiles\": {\n                \"type\": \"string\"\n              },\n              \"distanceInKMs\": {\n                \"type\": \"string\"\n              },\n              \"airportType\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"host":["{{api_host}}"],"query":[{"key":"facility","value":"airports"}],"variable":[]}},"response":[{"id":"46bc7992-2d43-4e4e-9bab-bfe6c0c1a208","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=airports","host":["{{api_host}}}"],"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"query":[{"key":"facility","value":"airports"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"60797f85-ef41-4ce2-bce5-6edad7c6a24f"},{"key":"Date","value":"Tue, 18 Feb 2025 10:29:08 GMT"},{"key":"Content-Length","value":"207"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"propertyId\": \"C916\",\n        \"airports\": [\n            {\n                \"name\": \"Palm Springs, CA\",\n                \"code\": \"PSP\",\n                \"distanceInMiles\": \"12\",\n                \"distanceInKMs\": \"19\",\n                \"airportType\": \"\"\n            }\n        ]\n    }\n}"},{"id":"79cfee4e-0695-45a9-97ab-8121a7364f5f","name":"404 Airport Not found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/property/ddd0000?facility=airports","host":["{{api_host}}"],"path":["resorts","api","v2","property","ddd0000"],"query":[{"key":"facility","value":"airports"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"fce7e996-f37e-4710-bb41-724ec6788026"},{"key":"Date","value":"Tue, 18 Feb 2025 10:30:57 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"dc97cf25-fbeb-45b3-a640-f6635e4e1d96","name":"Get Airports","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=airports","host":["{{api_host}}"],"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"query":[{"key":"facility","value":"airports"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:04:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXiOWj-PCYcEPLg="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68394a5b-446cc66e53ca7a541af30327;Root=1-68394a5b-3d1efb2d1ccf531e06d1bd92]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.145.222.160]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"643c8ad7-1d32-474c-ab10-df07bbc56580"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"property_id\": \"5971\",\n        \"airports\": [\n            {\n                \"name\": \"Kona, HI\",\n                \"code\": \"KOA\",\n                \"distance_in_miles\": \"10\",\n                \"distance_in_kms\": \"16\",\n                \"airport_type\": \"\"\n            }\n        ]\n    }\n}"},{"id":"6d4df7f6-ee54-4d0e-8af9-6c59f0f10e3a","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=airports","host":["{{api_host}}}"],"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"query":[{"key":"facility","value":"airports"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"60797f85-ef41-4ce2-bce5-6edad7c6a24f"},{"key":"Date","value":"Tue, 18 Feb 2025 10:29:08 GMT"},{"key":"Content-Length","value":"207"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"propertyId\": \"C916\",\n        \"airports\": [\n            {\n                \"name\": \"Palm Springs, CA\",\n                \"code\": \"PSP\",\n                \"distanceInMiles\": \"12\",\n                \"distanceInKMs\": \"19\",\n                \"airportType\": \"\"\n            }\n        ]\n    }\n}"},{"id":"ffd28da5-c54f-4b2b-89a9-947a2b9eb092","name":"Get Airports","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=airports","host":["{{api_host}}"],"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"query":[{"key":"facility","value":"airports"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:04:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXiOWj-PCYcEPLg="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68394a5b-446cc66e53ca7a541af30327;Root=1-68394a5b-3d1efb2d1ccf531e06d1bd92]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.145.222.160]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"643c8ad7-1d32-474c-ab10-df07bbc56580"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"property_id\": \"5971\",\n        \"airports\": [\n            {\n                \"name\": \"Kona, HI\",\n                \"code\": \"KOA\",\n                \"distance_in_miles\": \"10\",\n                \"distance_in_kms\": \"16\",\n                \"airport_type\": \"\"\n            }\n        ]\n    }\n}"},{"id":"9d1f26fc-c271-46d8-94a8-afe88d63c8aa","name":"404 Airport Not found","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/property/ddd0000?facility=airports","host":["{{api_host}}"],"path":["resorts","api","v2","property","ddd0000"],"query":[{"key":"facility","value":"airports"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"fce7e996-f37e-4710-bb41-724ec6788026"},{"key":"Date","value":"Tue, 18 Feb 2025 10:30:57 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"62967b75-889d-49c1-9c66-3a667dad4b39"},{"name":"Get Amenities","event":[{"listen":"test","script":{"exec":["// Positive test cases \r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"contains amenties data\", function () {\r","    const data = pm.response.json().data;\r","\r","    pm.expect(data).to.have.property(\"property_id\").that.is.a(\"string\");\r","    pm.expect(data).to.have.property(\"golf_courses\").that.is.an(\"array\");\r","    pm.expect(data).to.have.property(\"tours\").that.is.an(\"array\");\r","    pm.expect(data).to.have.property(\"restaurants\").that.is.an(\"array\");\r","    pm.expect(data).to.have.property(\"others\").that.is.an(\"array\");\r","    pm.expect(data).to.have.property(\"supply_source\");\r","\r","    if (data.others.length > 0) {\r","        const amenity = data.others[0];\r","        pm.expect(amenity).to.have.property(\"name\").that.is.a(\"string\");\r","        pm.expect(amenity).to.have.property(\"details\").that.is.an(\"array\");\r","        pm.expect(amenity).to.have.property(\"proximity\");\r","        pm.expect(amenity).to.have.property(\"group_type\").that.is.a(\"string\");\r","        pm.expect(amenity).to.have.property(\"distance_in_kms\");\r","        pm.expect(amenity).to.have.property(\"distance_in_miles\");\r","    }\r","});\r","\r","// Negative test cases \r","\r","pm.test(\"missing or inavlid property_id\", function () {\r","    pm.response.to.have.status(400);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});\r","\r","pm.test(\"Missingfacility\", function () {\r","    pm.response.to.have.status(400);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","    pm.expect(res.error).to.include(\"invalid facility provided\");\r","\r","});\r","\r",""],"type":"text/javascript","packages":{},"id":"9836beb2-7052-41f5-9b62-eee75d4c7fd8"}}],"id":"d2f767ce-0c59-4e80-ba0b-dfedf0719f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=amenities","description":"<h3 id=\"get-property-amenities\">Get Property Amenities</h3>\n<p>This endpoint retrieves the amenities for a specific property.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{resorts_base_url}}/api/v2/property/</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li>facility: amenities (string, required) - specifies the type of facility to retrieve</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request follows the below JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\n      \"type\": \"string\"\n    },\n    \"message\": {\n      \"type\": \"string\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"propertyId\": {\n          \"type\": \"string\"\n        },\n        \"golfCourses\": {\n          \"type\": \"array\",\n          \"items\": {}\n        },\n        \"tours\": {\n          \"type\": \"array\",\n          \"items\": {}\n        },\n        \"restaurants\": {\n          \"type\": \"array\",\n          \"items\": {}\n        },\n        \"others\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"name\": {\n                \"type\": \"string\"\n              },\n              \"details\": {\n                \"type\": \"array\",\n                \"items\": {}\n              },\n              \"proximity\": {\n                \"type\": \"string\"\n              },\n              \"groupType\": {\n                \"type\": \"string\"\n              },\n              \"distanceInKms\": {\n                \"type\": \"number\"\n              },\n              \"distanceInMiles\": {\n                \"type\": \"number\"\n              }\n            }\n          }\n        },\n        \"supplySource\": {\n          \"type\": \"string\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"host":["{{api_host}}"],"query":[{"key":"facility","value":"amenities"}],"variable":[]}},"response":[{"id":"b9d265d2-1e87-4299-839a-2e6430f8d1e7","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=amenities","host":["{{api_host}}"],"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"query":[{"key":"facility","value":"amenities"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:12:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1034"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXjgPhK3iYcEJlw="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68394c67-7de8b90a44a120ff702edacb;Root=1-68394c67-5aae630d15919d6a1ada9f3b]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.21.87.134]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"6d763bae-a7bf-4715-b179-1e441436fdf2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"property_id\": \"5971\",\n        \"golf_courses\": [],\n        \"tours\": [],\n        \"restaurants\": [],\n        \"others\": [\n            {\n                \"name\": \"Fitness Center\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Hot tub\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Laundry facilities\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Services\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Medical facility\",\n                \"details\": [],\n                \"proximity\": \"Offsite\",\n                \"group_type\": \"Services\",\n                \"distance_in_kms\": \"8\",\n                \"distance_in_miles\": \"5\"\n            },\n            {\n                \"name\": \"Onsite - Swimming pool - children's\",\n                \"details\": [\n                    {\n                        \"name\": \"Onsite - Swimming pool - children's\",\n                        \"value\": [\n                            \"Yes\"\n                        ]\n                    }\n                ],\n                \"proximity\": null,\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Swimming pool\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            }\n        ],\n        \"supply_source\": \"\"\n    }\n}"},{"id":"9cf6a045-d441-4856-9850-54b521d683a8","name":"404","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}abcd/amenities"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:10:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXjLAiSGiYcEJcA="},{"key":"X-Request-Id","value":"51c44c1a-1297-4dfe-ac88-4eb05f0910ef"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Page not found\",\n    \"status\": \"failed\"\n}"},{"id":"f2862ded-6c11-4a9f-a83f-a690e594c715","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}?facility=amenities","host":["{{api_host}}"],"path":["resorts","api","v2","property","{{resorts_xeni_property_id}}"],"query":[{"key":"facility","value":"amenities"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:12:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1034"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXjgPhK3iYcEJlw="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68394c67-7de8b90a44a120ff702edacb;Root=1-68394c67-5aae630d15919d6a1ada9f3b]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.21.87.134]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"6d763bae-a7bf-4715-b179-1e441436fdf2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"property_id\": \"5971\",\n        \"golf_courses\": [],\n        \"tours\": [],\n        \"restaurants\": [],\n        \"others\": [\n            {\n                \"name\": \"Fitness Center\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Hot tub\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Laundry facilities\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Services\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Medical facility\",\n                \"details\": [],\n                \"proximity\": \"Offsite\",\n                \"group_type\": \"Services\",\n                \"distance_in_kms\": \"8\",\n                \"distance_in_miles\": \"5\"\n            },\n            {\n                \"name\": \"Onsite - Swimming pool - children's\",\n                \"details\": [\n                    {\n                        \"name\": \"Onsite - Swimming pool - children's\",\n                        \"value\": [\n                            \"Yes\"\n                        ]\n                    }\n                ],\n                \"proximity\": null,\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            },\n            {\n                \"name\": \"Swimming pool\",\n                \"details\": [],\n                \"proximity\": \"Onsite\",\n                \"group_type\": \"Property Amenities\",\n                \"distance_in_kms\": null,\n                \"distance_in_miles\": null\n            }\n        ],\n        \"supply_source\": \"\"\n    }\n}"},{"id":"52c66f3f-c6b3-4341-a38e-4d7da027365e","name":"404","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/property/{{resorts_xeni_property_id}}abcd/amenities"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 06:10:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXjLAiSGiYcEJcA="},{"key":"X-Request-Id","value":"51c44c1a-1297-4dfe-ac88-4eb05f0910ef"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Page not found\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"d2f767ce-0c59-4e80-ba0b-dfedf0719f58"},{"name":"Get Price","event":[{"listen":"test","script":{"exec":["// Positive test cases \r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Data  object contains essential property details\", function () {\r","    const data = pm.response.json().data;\r","\r","    pm.expect(data).to.have.property(\"id\");\r","    pm.expect(data).to.have.property(\"name\");\r","    pm.expect(data).to.have.property(\"address\").that.includes.keys(\"address\", \"phones\");\r","    pm.expect(data).to.have.property(\"image\");\r","    pm.expect(data).to.have.property(\"policy\");\r","    pm.expect(data).to.have.property(\"availability\").that.is.an(\"array\").and.not.empty;\r","});\r","\r","pm.test(\"Availability object contains valid pricing and room info\", function () {\r","    const availability = pm.response.json().data.availability[0];\r","\r","    pm.expect(availability).to.have.property(\"checkin_date\");\r","    pm.expect(availability).to.have.property(\"checkout_date\");\r","    pm.expect(availability).to.have.property(\"base_rate\").that.is.a(\"number\");\r","    pm.expect(availability).to.have.property(\"total_rate\").that.is.a(\"number\");\r","    pm.expect(availability).to.have.property(\"currency\").that.is.a(\"string\");\r","    pm.expect(availability).to.have.property(\"room_name\").that.is.a(\"string\");\r","    pm.expect(availability).to.have.property(\"recommendation_id\");\r","});\r","\r","pm.test(\"Urgent info section contains housekeeping and resort fee details\", function () {\r","    const urgentInfo = pm.response.json().data.urgent_info;\r","\r","    pm.expect(urgentInfo).to.have.property(\"mandatory_fees\");\r","    pm.expect(urgentInfo).to.have.property(\"resort_fees\");\r","    pm.expect(urgentInfo).to.have.property(\"housekeeping_fees\").that.is.an(\"array\");\r","    pm.expect(urgentInfo).to.have.property(\"general_urgent_info\").that.is.an(\"object\");\r","});\r","\r","// Negative test cases \r","\r","pm.test(\"missing or inavlid property_id\", function () {\r","    pm.response.to.have.status(404);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});\r","\r","pm.test(\"missing or inavlid token\", function () {\r","    pm.response.to.have.status(404);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});\r","\r","pm.test(\"missing recoomendation id \", function () {\r","    pm.response.to.have.status(500);\r","});\r","\r",""],"type":"text/javascript","packages":{},"id":"5842fb75-ab09-4cd6-8c4e-b927d66d34b6"}}],"id":"291988c3-865b-4ae8-8699-0d30dbd27564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","description":"<p>The endpoint retrieves the price and availability of a property based on the specified check-in and check-out dates, property ID, currency, recommendation ID, and availability check token.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in the form of a JSON object with the following properties:</p>\n<ul>\n<li><p><code>status</code> (string): Represents the status of the response.</p>\n</li>\n<li><p><code>message</code> (string): Provides additional information or messages related to the response.</p>\n</li>\n<li><p><code>data</code> (object): Contains the main data of the response.</p>\n<ul>\n<li><p><code>sessionId</code> (string): Represents the session ID related to the availability check.</p>\n</li>\n<li><p><code>propertyId</code> (string): Indicates the ID of the property for which availability is being checked.</p>\n</li>\n<li><p><code>availability</code> (array): Contains an array of availability details for the property.</p>\n<ul>\n<li><p><code>checkInDate</code> (string): Represents the check-in date for the available property.</p>\n</li>\n<li><p><code>checkOutDate</code> (string): Indicates the check-out date for the available property.</p>\n</li>\n<li><p><code>token</code> (string): Represents the token associated with the availability check.</p>\n</li>\n<li><p><code>baseRate</code> (number): Indicates the base rate for the property.</p>\n</li>\n<li><p><code>taxAndFees</code> (number): Represents the taxes and fees applicable to the property.</p>\n</li>\n<li><p><code>totalRate</code> (number): Indicates the total rate including taxes and fees.</p>\n</li>\n<li><p><code>currency</code> (string): Represents the currency in which the rates are provided.</p>\n</li>\n<li><p><code>kitchenType</code> (string): Indicates the type of kitchen available in the property.</p>\n</li>\n<li><p><code>maxOccupancy</code> (string): Represents the maximum occupancy for the property.</p>\n</li>\n<li><p><code>roomName</code> (string): Indicates the name of the room available in the property.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Please note that the actual response may contain additional properties based on the specific API implementation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","properties","price"],"host":["{{api_host}}"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}],"variable":[]}},"response":[{"id":"3b6c967a-d708-44a5-8d7c-69cb3d99bd14","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"f7ccb5fc-0f96-4421-beba-9bc3ebc2184a"},{"key":"Date","value":"Tue, 18 Feb 2025 10:42:59 GMT"},{"key":"Content-Length","value":"402"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"sessionId\": \"4367784445\",\n        \"propertyId\": \"5169\",\n        \"availability\": [\n            {\n                \"checkInDate\": \"2025-03-08\",\n                \"checkOutDate\": \"2025-03-15\",\n                \"token\": \"fZx6Ad0y7YETm%2FN7Xbew9xK7RURBFezeoKdTLqxT0F8cGeGqCtMq8mfdZWaTXHZl\",\n                \"baseRate\": 530,\n                \"taxAndFees\": 0,\n                \"totalRate\": 530,\n                \"currency\": \"USD\",\n                \"kitchenType\": \"Full Kitchen\",\n                \"maxOccupancy\": \"4\",\n                \"roomName\": \"1 Bedroom\"\n            }\n        ]\n    }\n}"},{"id":"a8d50eb1-139f-45d1-8fea-21a23a753930","name":"400 invalid date","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}888&checkout={{resorts_available_checkout_date}}9999&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}888"},{"key":"checkout","value":"{{resorts_available_checkout_date}}9999"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4aaa8d81-a0d0-4aad-b6bd-d87672aeef1b"},{"key":"Date","value":"Tue, 18 Feb 2025 10:43:37 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid checkout date\",\n    \"status\": \"failed\"\n}"},{"id":"706c180e-e7ac-436a-97eb-7d9c854c7f4e","name":"404 wrong property id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}0000&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}0000"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"9ee51438-1ca0-4aca-bd65-bcc790f3c126"},{"key":"Date","value":"Tue, 18 Feb 2025 10:44:10 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"f4ad2020-30bc-429a-a0b6-38582fb3c807","name":"404 wrong token","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}9999","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}9999"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"10fa668d-075b-44f8-a7f4-0520876d92db"},{"key":"Date","value":"Tue, 18 Feb 2025 10:45:11 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"bc27bed1-b67f-43f4-9e63-0cf0a353ce9a","name":"404 no availability","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"e98680c9-24c7-4013-98d8-1bdd5b5f8582"},{"key":"Date","value":"Tue, 18 Feb 2025 12:14:43 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"4982e2e5-53de-4e5a-aa5f-249bcabacb49","name":"400 invalid date","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}888&checkout={{resorts_available_checkout_date}}9999&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}888"},{"key":"checkout","value":"{{resorts_available_checkout_date}}9999"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4aaa8d81-a0d0-4aad-b6bd-d87672aeef1b"},{"key":"Date","value":"Tue, 18 Feb 2025 10:43:37 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid checkout date\",\n    \"status\": \"failed\"\n}"},{"id":"b7669f6b-ff46-42c6-a8ec-7cb8edcdcfd2","name":"404 wrong property id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}0000&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}0000"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"9ee51438-1ca0-4aca-bd65-bcc790f3c126"},{"key":"Date","value":"Tue, 18 Feb 2025 10:44:10 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"b761b775-182f-47da-9c2f-623eddca43e8","name":"404 no availability","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"e98680c9-24c7-4013-98d8-1bdd5b5f8582"},{"key":"Date","value":"Tue, 18 Feb 2025 12:14:43 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"b7018a1a-5bc3-4879-99d7-aedfee7cb803","name":"200","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[f7213764-7f44-4604-b738-847190e985c5]"},{"key":"X-Correlation-Id","value":"[6706b846-5441-47da-80d8-809fbf4cc26d]"},{"key":"X-Request-Id","value":"f7ccb5fc-0f96-4421-beba-9bc3ebc2184a"},{"key":"Date","value":"Tue, 18 Feb 2025 10:42:59 GMT"},{"key":"Content-Length","value":"402"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": {\n        \"sessionId\": \"4367784445\",\n        \"propertyId\": \"5169\",\n        \"availability\": [\n            {\n                \"checkInDate\": \"2025-03-08\",\n                \"checkOutDate\": \"2025-03-15\",\n                \"token\": \"fZx6Ad0y7YETm%2FN7Xbew9xK7RURBFezeoKdTLqxT0F8cGeGqCtMq8mfdZWaTXHZl\",\n                \"baseRate\": 530,\n                \"taxAndFees\": 0,\n                \"totalRate\": 530,\n                \"currency\": \"USD\",\n                \"kitchenType\": \"Full Kitchen\",\n                \"maxOccupancy\": \"4\",\n                \"roomName\": \"1 Bedroom\"\n            }\n        ]\n    }\n}"},{"id":"db249ce1-59ea-4428-bbdf-30aceb9e1e1d","name":"404 wrong token","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}}/resorts/api/v2/properties/price?checkin={{resorts_available_checkin_date}}&checkout={{resorts_available_checkout_date}}&property_id={{resorts_xeni_property_id}}&currency={{booking_person_currency}}&recommendation_id={{resorts_available_property_reference_id}}&token={{resorts_available_room_reference_id}}9999","host":["{{api_host}}}"],"path":["resorts","api","v2","properties","price"],"query":[{"key":"checkin","value":"{{resorts_available_checkin_date}}"},{"key":"checkout","value":"{{resorts_available_checkout_date}}"},{"key":"property_id","value":"{{resorts_xeni_property_id}}"},{"key":"currency","value":"{{booking_person_currency}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"},{"key":"token","value":"{{resorts_available_room_reference_id}}9999"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"10fa668d-075b-44f8-a7f4-0520876d92db"},{"key":"Date","value":"Tue, 18 Feb 2025 10:45:11 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"291988c3-865b-4ae8-8699-0d30dbd27564"},{"name":"Hold a booking","event":[{"listen":"test","script":{"exec":["/// Positive test case ","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Get the reference_number\", function () {","    const responseData = pm.response.json();","    pm.collectionVariables.set(\"referenceNumber\", responseData.data.reference_number);","});","","pm.test(\"Response contains reference_number and status\", function () {","    const data = pm.response.json().data;","","    pm.expect(data).to.have.property(\"reference_number\").that.is.a(\"string\").and.is.not.empty;","    pm.expect(data).to.have.property(\"status\").that.is.a(\"string\").and.is.oneOf([\"HOLD\", \"CONFIRMED\", \"CANCELLED\"]);","});","","// Negative test case","","pm.test(\"missing or inavlid token\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","});","","pm.test(\"missing recoomendation id \", function () {","    pm.response.to.have.status(500);","});","",""],"type":"text/javascript","packages":{},"id":"d39b67cb-0f0d-4bc3-a913-80f913bcbaee"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"0e540049-72a1-4564-ac6b-86af69e88ffa"}}],"id":"4dcd2130-6b8e-49c4-be11-1b29cafa4825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  {{resorts_available_total_rate}},\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"CONFIRM\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}&recommendation_id={{resorts_available_property_reference_id}}","description":"<h3 id=\"create-itinerary\">Create Itinerary</h3>\n<p>This endpoint allows you to create a new itinerary for a resort service.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>property_id</code> (string): The ID of the property for which the itinerary is being created.</p>\n</li>\n<li><p><code>checkin</code> (string): The check-in date for the itinerary.</p>\n</li>\n<li><p><code>checkout</code> (string): The check-out date for the itinerary.</p>\n</li>\n<li><p><code>total_rate</code> (object): The total rate information for the itinerary.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the details of the newly created itinerary.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","itineraries"],"host":["{{api_host}}"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}],"variable":[]}},"response":[{"id":"88340825-5450-465a-8584-75d0ec3bda79","name":"404","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  {{resorts_available_total_rate}},\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}0000&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}0000"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"55f4a958-39f9-4569-8df4-72ed59b88bd0","name":"400 wrong total_rate passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  0.00000000001,\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"},{"id":"41d97a10-e821-44ae-972d-d9e78c415e1b","name":"400 wrong total_rate passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  0.00000000001,\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"},{"id":"d02c3523-b0e4-4b7b-a5fa-df537d4d7434","name":"404","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  {{resorts_available_total_rate}},\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}0000&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}0000"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"4dcd2130-6b8e-49c4-be11-1b29cafa4825"},{"name":"Confrm with no HOLD booking","event":[{"listen":"test","script":{"exec":["/// Positive test case ","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Get the reference_number\", function () {","    const responseData = pm.response.json();","    pm.collectionVariables.set(\"referenceNumber\", responseData.data.reference_number);","});","","pm.test(\"Response contains reference_number and status\", function () {","    const data = pm.response.json().data;","","    pm.expect(data).to.have.property(\"reference_number\").that.is.a(\"string\").and.is.not.empty;","    pm.expect(data).to.have.property(\"status\").that.is.a(\"string\").and.is.oneOf([\"HOLD\", \"CONFIRMED\", \"CANCELLED\"]);","});","","// Negative test case","","pm.test(\"missing or inavlid token\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","});","","pm.test(\"missing recoomendation id \", function () {","    pm.response.to.have.status(500);","});","",""],"type":"text/javascript","packages":{},"id":"4c9500f9-40d8-47d4-ab84-8bef0b539ea3"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"9a346449-e3ef-456e-83a8-93055632ddbe"}}],"id":"eebe84cc-4b43-43aa-9ae0-e8754d6c1dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  {{resorts_available_total_rate}},\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"CONFIRM\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}&recommendation_id={{resorts_available_property_reference_id}}","description":"<h3 id=\"create-itinerary\">Create Itinerary</h3>\n<p>This endpoint allows you to create a new itinerary for a resort service.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>property_id</code> (string): The ID of the property for which the itinerary is being created.</p>\n</li>\n<li><p><code>checkin</code> (string): The check-in date for the itinerary.</p>\n</li>\n<li><p><code>checkout</code> (string): The check-out date for the itinerary.</p>\n</li>\n<li><p><code>total_rate</code> (object): The total rate information for the itinerary.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the details of the newly created itinerary.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","itineraries"],"host":["{{api_host}}"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}],"variable":[]}},"response":[{"id":"497e6e31-d3ea-4867-812c-4fda053afed2","name":"404","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  {{resorts_available_total_rate}},\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}0000&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}0000"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"d84106e1-8dab-4051-88ce-5fc3d79f475f","name":"400 wrong total_rate passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  0.00000000001,\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"},{"id":"4d72e5cb-1b12-4ea5-ab62-8132a83dd260","name":"404","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  {{resorts_available_total_rate}},\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}0000&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}0000"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"525b5630-41ca-44dd-8ca4-24771fedd2c8","name":"400 wrong total_rate passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"{{resorts_xeni_property_id}}\",\n    \"checkin\": \"{{resorts_available_checkin_date}}\",\n    \"checkout\": \"{{resorts_available_checkout_date}}\",\n    \"total_rate\":  0.00000000001,\n    \"currency\": \"{{booking_person_currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_person_contact_email}}\",\n        \"phone\":\"{{booking_person_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler1_first_name}}\",\n        \"middle_name\": \"{{traveler1_middle_name}}\",\n        \"last_name\": \"{{traveler1_last_name}}\",\n        \"address\": \"{{traveler1_street_address}}\",\n        \"city\": \"{{traveler1_city}}\",\n        \"state\": \"{{traveler1_state}}\",\n        \"zip_code\": \"{{traveler1_zip_code}}\",\n        \"country\": \"{{traveler1_county_name}}\", \n        \"email\": \"{{traveler1_email}}\",\n        \"phone\": \"{{traveler1_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?token={{resorts_available_room_reference_id}}&recommendation_id={{resorts_available_property_reference_id}}","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"token","value":"{{resorts_available_room_reference_id}}"},{"key":"recommendation_id","value":"{{resorts_available_property_reference_id}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"eebe84cc-4b43-43aa-9ae0-e8754d6c1dff"},{"name":"Release a HOLD booking","event":[{"listen":"test","script":{"exec":["// Positive test cases \r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response contains correct reference number and updated status\", function () {\r","    const jsonData = pm.response.json();\r","    const data = jsonData.data;\r","\r","    pm.expect(data).to.have.property(\"reference_number\").that.is.a(\"string\").and.is.not.empty;\r","    pm.expect(data).to.have.property(\"status\").that.is.oneOf([\"RELEASED\", \"CONFIRMED\", \"CANCELLED\"]);\r","});\r","\r","// Negative test cases\r","\r","pm.test(\"missing or inavlid reference_number\", function () {\r","    pm.response.to.have.status(404);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});\r","\r","pm.test(\"Booking is not on hold state/ alraedy realsed\", function () {\r","    pm.response.to.have.status(417);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","    pm.expect(res.error).to.include(\"booking status is not in hold state\");\r","});"],"type":"text/javascript","packages":{},"id":"63215fbf-b987-48c6-8abd-2b30436563ed"}}],"id":"da86752f-1412-4236-bb00-801517a85e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-correlation-id","value":"2cbb3366-f904-48d1-9915-27045b756b1f","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/itineraries?reference_number={{resorts_booking_reference_id}}&status=RELEASE","description":"<h3 id=\"update-itinerary-status\">Update Itinerary Status</h3>\n<p>This endpoint allows the user to update the status of an itinerary by sending an HTTP PUT request to <code>{{resorts_base_url}}/api/v2/itineraries</code> with the query parameters <code>reference_number</code> and <code>status</code>.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in raw format and empty.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><code>reference_number</code> (query parameter): The reference number of the itinerary.</p>\n</li>\n<li><p><code>status</code> (query parameter): The new status to be updated.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include:</p>\n<ul>\n<li><p><code>status</code>: The status of the response.</p>\n</li>\n<li><p><code>message</code>: Any additional message related to the response.</p>\n</li>\n<li><p><code>data</code>:</p>\n<ul>\n<li><p><code>referenceNumber</code>: The reference number of the updated itinerary.</p>\n</li>\n<li><p><code>status</code>: The updated status of the itinerary.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"\",\n    \"message\": \"\",\n    \"data\": {\n        \"referenceNumber\": \"\",\n        \"status\": \"\"\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","itineraries"],"host":["{{api_host}}"],"query":[{"key":"reference_number","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"RELEASE"}],"variable":[]}},"response":[{"id":"26a46542-1978-4b9b-abcf-c9c8578cbf7a","name":"200 - Successful Release of a HOLD","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"2cbb3366-f904-48d1-9915-27045b756b1f","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?reference_number={{resorts_booking_reference_id}}&status=RELEASE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"reference_number","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"RELEASE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 07:11:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXsDJgWCCYcEPBg="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68395a13-46bb54276ff821983c1be3b0;Root=1-68395a13-1bc568060ab1571609c58f58]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[2cbb3366-f904-48d1-9915-27045b756b1f]"},{"key":"X-Forwarded-For","value":"[3.145.221.68]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"b08825ca-936e-4fc6-ba37-e9fe42481f2e"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"reference_number\": \"XNRjReuLB6v\",\n        \"status\": \"RELEASED\"\n    }\n}"},{"id":"ee0f3d19-5d38-4ab8-9185-3b329aac12d0","name":"404 wrong booking reference passed","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"\",\n    \"checkin\": \"{{available_checkin_date}}\",\n    \"checkout\": \"{{available_checkout_date}}\",\n    \"total_rate\":  ,\n    \"currency\": \"{{currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_contact_email}}\",\n        \"phone\":\"{{booking_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler_first_name}}\",\n        \"middle_name\": \"{{traveler_middle_name}}\",\n        \"last_name\": \"{{traveler_last_name}}\",\n        \"address\": \"{{traveler_street_address}}\",\n        \"city\": \"{{traveler_city}}\",\n        \"state\": \"{{traveler_state}}\",\n        \"zip_code\": \"{{traveler_zip_code}}\",\n        \"country\": \"{{traveler_county_name}}\", \n        \"email\": \"{{traveler_email}}\",\n        \"phone\": \"{{traveler_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}0000&status=RELEASE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}0000"},{"key":"status","value":"RELEASE"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"11f9c3d8-3743-4b0f-b8c0-353c63b04c21","name":"400 wrong status passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"\",\n    \"checkin\": \"{{available_checkin_date}}\",\n    \"checkout\": \"{{available_checkout_date}}\",\n    \"total_rate\":  0.98769,\n    \"currency\": \"{{currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_contact_email}}\",\n        \"phone\":\"{{booking_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler_first_name}}\",\n        \"middle_name\": \"{{traveler_middle_name}}\",\n        \"last_name\": \"{{traveler_last_name}}\",\n        \"address\": \"{{traveler_street_address}}\",\n        \"city\": \"{{traveler_city}}\",\n        \"state\": \"{{traveler_state}}\",\n        \"zip_code\": \"{{traveler_zip_code}}\",\n        \"country\": \"{{traveler_county_name}}\", \n        \"email\": \"{{traveler_email}}\",\n        \"phone\": \"{{traveler_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=RELLEASEE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"RELLEASEE"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"},{"id":"30d540ae-d006-4592-9f2a-312aa4b8edc3","name":"417 canceling unconfirmed HOLD (canceling the booking in hold state)","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=RELEASE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"RELEASE"}]}},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"2204beac-b98b-4904-994d-d95396749895"},{"key":"Date","value":"Tue, 18 Feb 2025 12:33:17 GMT"},{"key":"Content-Length","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"booking is not confirmed yet\",\n    \"status\": \"failed\"\n}"},{"id":"2c243607-ec33-4e45-8e7d-4d7b4f696608","name":"400 wrong status passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"\",\n    \"checkin\": \"{{available_checkin_date}}\",\n    \"checkout\": \"{{available_checkout_date}}\",\n    \"total_rate\":  0.98769,\n    \"currency\": \"{{currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_contact_email}}\",\n        \"phone\":\"{{booking_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler_first_name}}\",\n        \"middle_name\": \"{{traveler_middle_name}}\",\n        \"last_name\": \"{{traveler_last_name}}\",\n        \"address\": \"{{traveler_street_address}}\",\n        \"city\": \"{{traveler_city}}\",\n        \"state\": \"{{traveler_state}}\",\n        \"zip_code\": \"{{traveler_zip_code}}\",\n        \"country\": \"{{traveler_county_name}}\", \n        \"email\": \"{{traveler_email}}\",\n        \"phone\": \"{{traveler_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=RELLEASEE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"RELLEASEE"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"},{"id":"b3a5ae6e-779e-4820-b447-0e8bc9c4b05f","name":"404 wrong booking reference passed","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"\",\n    \"checkin\": \"{{available_checkin_date}}\",\n    \"checkout\": \"{{available_checkout_date}}\",\n    \"total_rate\":  ,\n    \"currency\": \"{{currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_contact_email}}\",\n        \"phone\":\"{{booking_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler_first_name}}\",\n        \"middle_name\": \"{{traveler_middle_name}}\",\n        \"last_name\": \"{{traveler_last_name}}\",\n        \"address\": \"{{traveler_street_address}}\",\n        \"city\": \"{{traveler_city}}\",\n        \"state\": \"{{traveler_state}}\",\n        \"zip_code\": \"{{traveler_zip_code}}\",\n        \"country\": \"{{traveler_county_name}}\", \n        \"email\": \"{{traveler_email}}\",\n        \"phone\": \"{{traveler_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}0000&status=RELEASE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}0000"},{"key":"status","value":"RELEASE"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"99cd3c42-9973-49b2-9e68-54d0cf42d7e6","name":"417 canceling unconfirmed HOLD (canceling the booking in hold state)","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=RELEASE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"RELEASE"}]}},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"2204beac-b98b-4904-994d-d95396749895"},{"key":"Date","value":"Tue, 18 Feb 2025 12:33:17 GMT"},{"key":"Content-Length","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"booking is not confirmed yet\",\n    \"status\": \"failed\"\n}"},{"id":"1e5fd5bd-0994-4503-ba99-fcc32eb51e05","name":"200 - Successful Release of a HOLD","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"2cbb3366-f904-48d1-9915-27045b756b1f","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?reference_number={{resorts_booking_reference_id}}&status=RELEASE","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"reference_number","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"RELEASE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 07:11:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXsDJgWCCYcEPBg="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68395a13-46bb54276ff821983c1be3b0;Root=1-68395a13-1bc568060ab1571609c58f58]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[2cbb3366-f904-48d1-9915-27045b756b1f]"},{"key":"X-Forwarded-For","value":"[3.145.221.68]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"b08825ca-936e-4fc6-ba37-e9fe42481f2e"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"reference_number\": \"XNRjReuLB6v\",\n        \"status\": \"RELEASED\"\n    }\n}"}],"_postman_id":"da86752f-1412-4236-bb00-801517a85e1d"},{"name":"Confirm a Hold booking","event":[{"listen":"test","script":{"exec":["/// Positive test case ","","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Get the reference_number\", function () {","    const responseData = pm.response.json();","    pm.collectionVariables.set(\"referenceNumber\", responseData.data.reference_number);","});","","pm.test(\"Response contains reference_number and status\", function () {","    const data = pm.response.json().data;","","    pm.expect(data).to.have.property(\"reference_number\").that.is.a(\"string\").and.is.not.empty;","    pm.expect(data).to.have.property(\"status\").that.is.a(\"string\").and.is.oneOf([\"HOLD\", \"CONFIRMED\", \"CANCELLED\"]);","});","","// Negative test case","","pm.test(\"missing or inavlid token\", function () {","    pm.response.to.have.status(404);","    const res = pm.response.json();","    pm.expect(res.status).to.eql(\"failed\");","});","","pm.test(\"missing recoomendation id \", function () {","    pm.response.to.have.status(500);","});","",""],"type":"text/javascript","packages":{},"id":"7c7ca590-1e9c-4c93-81e3-7f77249f3090"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"80c6a6f8-f9e6-4b3d-b0d1-72cf3057bf5f"}}],"id":"0c98c705-479c-4c6d-b8fe-62e6197dcf2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/resorts/api/v2/itineraries?reference_number={{resorts_booking_reference_id}}&status=CONFIRM","description":"<h3 id=\"update-itinerary-status\">Update Itinerary Status</h3>\n<p>This endpoint is used to update the status of an itinerary for a resort booking by providing the booking reference number and the new status in the request URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>No request body parameters are required for this request.</li>\n</ul>\n<h4 id=\"response-body\">Response Body</h4>\n<p>The response will contain a JSON schema describing the structure of the data returned after updating the itinerary status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","itineraries"],"host":["{{api_host}}"],"query":[{"key":"reference_number","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"CONFIRM"}],"variable":[]}},"response":[{"id":"e813206d-b998-4348-9dc5-009e567c8fcb","name":"404 wrong booking reference passed","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}0000&status=CONFIRM","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}0000"},{"key":"status","value":"CONFIRM"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"},{"id":"89b3db6b-d703-456b-99a2-c220e79d0033","name":"400 wrong status passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"\",\n    \"checkin\": \"{{available_checkin_date}}\",\n    \"checkout\": \"{{available_checkout_date}}\",\n    \"total_rate\":  0.98769,\n    \"currency\": \"{{currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_contact_email}}\",\n        \"phone\":\"{{booking_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler_first_name}}\",\n        \"middle_name\": \"{{traveler_middle_name}}\",\n        \"last_name\": \"{{traveler_last_name}}\",\n        \"address\": \"{{traveler_street_address}}\",\n        \"city\": \"{{traveler_city}}\",\n        \"state\": \"{{traveler_state}}\",\n        \"zip_code\": \"{{traveler_zip_code}}\",\n        \"country\": \"{{traveler_county_name}}\", \n        \"email\": \"{{traveler_email}}\",\n        \"phone\": \"{{traveler_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=CONNFIRMM","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"CONNFIRMM"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"},{"id":"217e02b3-4a40-4bf0-8614-7e984597bcde","name":"417 confirming the released booking","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=CONFIRM","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"CONFIRM"}]}},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"a9c650fe-3d91-4ad5-afd5-e5e0ace29d13"},{"key":"Date","value":"Tue, 18 Feb 2025 12:40:07 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"booking status is not in hold state\",\n    \"status\": \"failed\"\n}"},{"id":"85847589-d814-445d-a7e4-0edbddf34ca8","name":"400 wrong status passed","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"property_id\": \"\",\n    \"checkin\": \"{{available_checkin_date}}\",\n    \"checkout\": \"{{available_checkout_date}}\",\n    \"total_rate\":  0.98769,\n    \"currency\": \"{{currency}}\",\n    \"action\":\"HOLD\",\n    \"communication_details\":{\n        \"email\":\"{{booking_contact_email}}\",\n        \"phone\":\"{{booking_contact_phone}}\"\n    },\n    \"traveler\": {\n        \"first_name\": \"{{traveler_first_name}}\",\n        \"middle_name\": \"{{traveler_middle_name}}\",\n        \"last_name\": \"{{traveler_last_name}}\",\n        \"address\": \"{{traveler_street_address}}\",\n        \"city\": \"{{traveler_city}}\",\n        \"state\": \"{{traveler_state}}\",\n        \"zip_code\": \"{{traveler_zip_code}}\",\n        \"country\": \"{{traveler_county_name}}\", \n        \"email\": \"{{traveler_email}}\",\n        \"phone\": \"{{traveler_phone}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=CONNFIRMM","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"CONNFIRMM"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Feb 2025 15:28:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"4cbe0df852a6d565ab0baa47f7767f42"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"total rate is not matching with the available rate\",\n    \"status\": \"failed\"\n}"},{"id":"d774f944-55a7-4cc6-b05b-600ecb0ec8f0","name":"417 confirming the released booking","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"6706b846-5441-47da-80d8-809fbf4cc26d","type":"text"}],"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}&status=CONFIRM","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}"},{"key":"status","value":"CONFIRM"}]}},"status":"Expectation Failed","code":417,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"a9c650fe-3d91-4ad5-afd5-e5e0ace29d13"},{"key":"Date","value":"Tue, 18 Feb 2025 12:40:07 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"booking status is not in hold state\",\n    \"status\": \"failed\"\n}"},{"id":"3a62a4e4-0de6-45e3-aa1c-a2841f6c228e","name":"404 wrong booking reference passed","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/resorts/api/v2/itineraries?referenceNumber={{resorts_booking_reference_id}}0000&status=CONFIRM","host":["{{api_host}}"],"path":["resorts","api","v2","itineraries"],"query":[{"key":"referenceNumber","value":"{{resorts_booking_reference_id}}0000"},{"key":"status","value":"CONFIRM"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"6706b846-5441-47da-80d8-809fbf4cc26d"},{"key":"X-Request-Id","value":"940853b6-b2b5-4c31-9a58-8c859f0066a4"},{"key":"Date","value":"Tue, 18 Feb 2025 12:26:23 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Resource not found\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"0c98c705-479c-4c6d-b8fe-62e6197dcf2f"},{"name":"Get Booking Details","event":[{"listen":"test","script":{"exec":["// Positive tes cases\r","\r","pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response contains valid booking details\", function () {\r","    const data = pm.response.json().data;\r","\r","    pm.expect(data).to.have.property(\"reference_number\").that.is.a(\"string\").and.is.not.empty;\r","    pm.expect(data).to.have.property(\"booking_status\").that.is.oneOf([\"HOLD\", \"CONFIRMED\", \"CANCELLED\", \"RELEASED\"]);\r","    pm.expect(data).to.have.property(\"checkin_date\");\r","    pm.expect(data).to.have.property(\"checkout_date\");\r","    pm.expect(data.fare_breakup).to.have.property(\"total_price\").that.is.a(\"number\");\r","    pm.expect(data.traveler_details).to.have.property(\"first_name\").that.is.a(\"string\");\r","    pm.expect(data.property_details).to.have.property(\"name\").that.is.a(\"string\");\r","});\r","\r","// Negative test cases\r","\r","pm.test(\"missing or inavlid reference_number\", function () {\r","    pm.response.to.have.status(404);\r","    const res = pm.response.json();\r","    pm.expect(res.status).to.eql(\"failed\");\r","});"],"type":"text/javascript","packages":{},"id":"3ed67114-b3cb-4ca3-b89d-26fbcf3158cf"}}],"id":"1e968001-567a-4aa4-90fe-6627881f7625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/booking/{{resorts_booking_reference_id}}","description":"<h1 id=\"get-booking-details\">Get Booking Details</h1>\n<p>This endpoint retrieves the details of a booking using the provided booking reference number.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"url\">URL</h3>\n<p><code>GET</code> {{resorts_base_url}}/api/v2/booking/{{booking_reference_number}}</p>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the response will include the following details:</p>\n<ul>\n<li><p><code>status</code> (string) - The status of the response.</p>\n</li>\n<li><p><code>message</code> (string) - Additional message related to the response status.</p>\n</li>\n<li><p><code>data</code> (object) - The booking details including:</p>\n<ul>\n<li><p><code>referenceNumber</code> (string) - The reference number of the booking.</p>\n</li>\n<li><p><code>bookingId</code> (string) - The unique identifier for the booking.</p>\n</li>\n<li><p><code>bookingStatus</code> (string) - The status of the booking.</p>\n</li>\n<li><p><code>bookingDate</code> (string) - The date of the booking.</p>\n</li>\n<li><p><code>unitNumber</code> (string) - The unit number associated with the booking.</p>\n</li>\n<li><p><code>checkinDate</code> (string) - The check-in date for the booking.</p>\n</li>\n<li><p><code>checkoutDate</code> (string) - The check-out date for the booking.</p>\n</li>\n<li><p><code>checkinTime</code> (string) - The check-in time for the booking.</p>\n</li>\n<li><p><code>checkoutTime</code> (string) - The check-out time for the booking.</p>\n</li>\n<li><p><code>fareBreakup</code> (object) - Details of the fare breakup including:</p>\n<ul>\n<li><p><code>baseRate</code> (number) - The base rate for the booking.</p>\n</li>\n<li><p><code>taxAndFees</code> (number) - The total tax and fees for the booking.</p>\n</li>\n<li><p><code>totalPrice</code> (number) - The total price for the booking.</p>\n</li>\n</ul>\n</li>\n<li><p><code>travelerDetails</code> (object) - Details of the traveler including:</p>\n<ul>\n<li><p><code>firstName</code> (string) - The first name of the traveler.</p>\n</li>\n<li><p><code>middleName</code> (string) - The middle name of the traveler.</p>\n</li>\n<li><p><code>lastName</code> (string) - The last name of the traveler.</p>\n</li>\n<li><p><code>email</code> (string) - The email address of the traveler.</p>\n</li>\n<li><p><code>phone</code> (string) - The phone number of the traveler.</p>\n</li>\n<li><p><code>address</code> (string) - The address of the traveler.</p>\n</li>\n<li><p><code>city</code> (string) - The city of the traveler.</p>\n</li>\n<li><p><code>state</code> (string) - The state of the traveler.</p>\n</li>\n<li><p><code>country</code> (string) - The country of the traveler.</p>\n</li>\n</ul>\n</li>\n<li><p><code>propertyDetails</code> (object) - Details of the property including:</p>\n<ul>\n<li><p><code>propertyId</code> (string) - The unique identifier for the property.</p>\n</li>\n<li><p><code>name</code> (string) - The name of the property.</p>\n</li>\n<li><p><code>image</code> (string) - The image URL of the property.</p>\n</li>\n<li><p><code>address</code> (object) - The address details of the property including:</p>\n<ul>\n<li><p><code>city</code> (string) - The city of the property.</p>\n</li>\n<li><p><code>country_code</code> (string) - The country code of the property.</p>\n</li>\n<li><p><code>line_1</code> (string) - The first line of the address.</p>\n</li>\n<li><p><code>line_2</code> (string) - The second line of the address.</p>\n</li>\n<li><p><code>postal_code</code> (string) - The postal code of the property.</p>\n</li>\n<li><p><code>state_province_code</code> (string) - The state or province code of the property.</p>\n</li>\n<li><p><code>state_province_name</code> (string) - The state or province name of the property.</p>\n</li>\n</ul>\n</li>\n<li><p><code>description</code> (string) - The description of the property.</p>\n</li>\n<li><p><code>roomInfo</code> (object) - Details of the room including:</p>\n<ul>\n<li><p><code>roomName</code> (string) - The name of the room.</p>\n</li>\n<li><p><code>kitchenType</code> (string) - The type of kitchen in the room.</p>\n</li>\n<li><p><code>maxOccupancy</code> (string) - The maximum occupancy of the room.</p>\n</li>\n</ul>\n</li>\n<li><p><code>rating</code> (object) - The rating details of the property including:</p>\n<ul>\n<li><code>type</code> (string) - The type of rating.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>communicationDetails</code> (object) - Details of communication including:</p>\n<ul>\n<li><p><code>email</code> (string) - The email address for communication.</p>\n</li>\n<li><p><code>phone</code> (string) - The phone number for communication.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["resorts","api","v2","booking","{{resorts_booking_reference_id}}"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"f6afd105-ae12-4dab-96a0-fcac99b5dc62","name":"200 - successful get Details","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/booking/{{resorts_booking_reference_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 07:18:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4371"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXtGPgYcCYcEPcQ="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68395bc1-69e1d08e4d4960ce7ddf66d7;Root=1-68395bc1-7f04524957ded33c39fcce9b]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.21.86.218]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"06a63f6a-dd63-4c97-b0ce-9f55753ab412"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"reference_number\": \"XNRjReuLB6v\",\n        \"booking_status\": \"RELEASED\",\n        \"booking_date\": \"2025-05-30T07:09:13Z\",\n        \"unit_number\": \"\",\n        \"checkin_date\": \"2025-07-12\",\n        \"checkout_date\": \"2025-07-19\",\n        \"checkin_time\": \"16:00\",\n        \"checkout_time\": \"10:00\",\n        \"fare_breakup\": {\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_price\": 1310.15,\n            \"currency\": \"USD\"\n        },\n        \"traveler_details\": {\n            \"first_name\": \"Anand\",\n            \"middle_name\": \"K\",\n            \"last_name\": \"Palanisamy\",\n            \"email\": \"anandpalanisamy@gmail.com\",\n            \"phone\": \"408-000-7148\",\n            \"address\": \"157 Columbus Ave\",\n            \"zipcode\": \"10023\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"country\": \"Unied States\"\n        },\n        \"property_details\": {\n            \"property_id\": \"5971\",\n            \"name\": \"Club Wyndham Kona Hawaiian Resort\",\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5971E01L.jpg\",\n            \"address\": {\n                \"city\": \"Kailua-Kona\",\n                \"country_code\": \"USA\",\n                \"line_1\": \"75-5961 Alii Drive\",\n                \"line_2\": \"\",\n                \"postal_code\": \"96740\",\n                \"state_province_code\": \"HI\",\n                \"state_province_name\": \"Hawaii\",\n                \"type\": \"Registered-office\"\n            },\n            \"description\": \"Wyndham Kona Hawaiian Resort in Kailua-Kona on the Big Island's West Coast, lets you step back in time to a simpler era.  Units are designed with charming island ambiance found back in the '30s while providing guests with amenities and activities you expect in a modern-day tropical resort.  Guests experience the best of Hawaiian local hospitality from the resort staff.  The town of Kona and the beautiful beach is a short walk from our rustic but comfortable accommodations.  This tropical vacation paradise features two outdoor pools, hot tubs, and a children's pool.  Guests can also use the workout room, and the beautiful picnic areas and barbecue grills around the property.  A credit card security deposit is charged upon arrival.\",\n            \"room_info\": {\n                \"roomName\": \"2 Bedroom\",\n                \"kitchenType\": \"Full Kitchen\",\n                \"maxOccupancy\": \"6\"\n            },\n            \"rating\": {\n                \"rating\": \"4.7\",\n                \"type\": \"Star\"\n            },\n            \"urgent_info\": {\n                \"mandatory_fees\": null,\n                \"policy_restrictions\": {\n                    \"parking_restrictions\": {\n                        \"value\": null\n                    },\n                    \"minimum_age_checkin\": \"Minimum age check-in is 21.\",\n                    \"multifloor_with_no_elevator_access\": \"Yes\",\n                    \"occupancy_restrictions\": \"\",\n                    \"one_in_x_rule_applies\": \"\",\n                    \"pets\": \"No Pets.  Please contact the resort directly regarding its ADA/general service animal policy.\",\n                    \"smoking_restrictions\": {\n                        \"value\": [\n                            \"Resort has a strict non-smoking policy.\"\n                        ]\n                    },\n                    \"separate_swimming_pool_for_genders\": \"\",\n                    \"alcohol_restricted\": \"\",\n                    \"alcohol_served_onsite\": \"\",\n                    \"evr_afvc_only_rental_stay_restrictions\": \"\",\n                    \"evr_sental_stay_restrictions\": \"\"\n                },\n                \"resort_fees\": [\n                    {\n                        \"resort_fee_info_msg\": \"Mandatory occupancy tax fee is 15.01 U.S. dollars for all units. Only Credit Cards accepted.\",\n                        \"resort_fee_addn_info_msg\": \"Rate per day plus tax, based on unit size. Due at check-in. New Rates 2025.\"\n                    }\n                ],\n                \"housekeeping_fees\": [\n                    {\n                        \"housekeeping_addn_info_msg\": \"The mandatory fee will be charged for less than 7-night stays.\",\n                        \"unit_type\": \"for all units\",\n                        \"fee_schedule\": \"per stay\",\n                        \"housekeeping_info_msg\": \"\\\"Housekeeping fee for all AbhiTheme Points reservations: There may be a fee of 111.00 U.S. dollars for all units, per stay. Only Credit Cards accepted.\\\"\",\n                        \"mandatory_fee\": \"\"\n                    }\n                ],\n                \"general_urgent_info\": {\n                    \"message\": [\n                        \"Fees or deposits are charged for some amenities.\",\n                        \"Resort cannot honor unit upgrades or moves.\",\n                        \"Smoking is not allowed in units.\",\n                        \"Prior to travel, AbhiTheme recommends contacting your host resort as well as local, state and federal websites for advisories that may impact your travel or vacation experience.\",\n                        \"This resort pledges to comply with ‘Timeshare Safe Welcome’, ARDA’s recommended Industry Guidance to promote health and safety in the Timeshare Industry. Visit www.ARDA.org for complete details.\",\n                        \"Check-in is at 4pm, and if arriving after 5pm island time, call the resort at (808) 334-4700 to discuss late check-in options.  Units offer Wi-Fi internet access.\",\n                        \"Confirmation paperwork is required upon check-in at the resort.\",\n                        \"Security deposit required upon check-in at the resort.\",\n                        \"Occupancy limits are strictly enforced: Violations could result in forfeiture of the unit and/or other penalties.\",\n                        \"Contact the resort after confirmation of the vacation to coordinate Check-in or request any special needs during your stay.\",\n                        \"The earliest you should contact the resort is 2 weeks prior to your check-in date.\",\n                        \"Credit card imprint required upon check-in at the resort.\"\n                    ],\n                    \"nonmem_message\": null\n                }\n            }\n        },\n        \"communication_details\": {\n            \"email\": \"anand@xeni.com\",\n            \"phone\": \"408-601-7148\"\n        }\n    }\n}"},{"id":"12aa0590-7b9f-4505-b4d1-9e7a2a8f2afd","name":"404 wrong booking id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/booking/{{resorts_booking_reference_id}}0000"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 07:20:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXtVVjHTiYcEPFw="},{"key":"X-Correlation-Id","value":"CUSTOMER-TRYOUT-CORRELATION-ID"},{"key":"X-Request-Id","value":"204ef3f2-aec0-427c-b8b9-56d7ba4f73fc"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Not Found\",\n    \"status\": \"failed\"\n}"},{"id":"aed973de-655f-4490-add5-b9ebde521692","name":"404 wrong booking id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/booking/{{resorts_booking_reference_id}}0000"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 07:20:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXtVVjHTiYcEPFw="},{"key":"X-Correlation-Id","value":"CUSTOMER-TRYOUT-CORRELATION-ID"},{"key":"X-Request-Id","value":"204ef3f2-aec0-427c-b8b9-56d7ba4f73fc"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Not Found\",\n    \"status\": \"failed\"\n}"},{"id":"2973d626-ed8e-43c4-a112-e2642d65b551","name":"200 - successful get Details","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/resorts/api/v2/booking/{{resorts_booking_reference_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 May 2025 07:18:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4371"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"LXtGPgYcCYcEPcQ="},{"key":"X-Amzn-Trace-Id","value":"[Self=1-68395bc1-69e1d08e4d4960ce7ddf66d7;Root=1-68395bc1-7f04524957ded33c39fcce9b]"},{"key":"X-Api-Key","value":"[8e1bf2b9-239b-47d0-8bf9-4c22bc1bd8b9]"},{"key":"X-Correlation-Id","value":"[CUSTOMER-TRYOUT-CORRELATION-ID]"},{"key":"X-Forwarded-For","value":"[3.21.86.218]"},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Request-Id","value":"06a63f6a-dd63-4c97-b0ce-9f55753ab412"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"data\": {\n        \"reference_number\": \"XNRjReuLB6v\",\n        \"booking_status\": \"RELEASED\",\n        \"booking_date\": \"2025-05-30T07:09:13Z\",\n        \"unit_number\": \"\",\n        \"checkin_date\": \"2025-07-12\",\n        \"checkout_date\": \"2025-07-19\",\n        \"checkin_time\": \"16:00\",\n        \"checkout_time\": \"10:00\",\n        \"fare_breakup\": {\n            \"base_rate\": 1272,\n            \"taxes_and_fees\": 38.15,\n            \"total_price\": 1310.15,\n            \"currency\": \"USD\"\n        },\n        \"traveler_details\": {\n            \"first_name\": \"Anand\",\n            \"middle_name\": \"K\",\n            \"last_name\": \"Palanisamy\",\n            \"email\": \"anandpalanisamy@gmail.com\",\n            \"phone\": \"408-000-7148\",\n            \"address\": \"157 Columbus Ave\",\n            \"zipcode\": \"10023\",\n            \"city\": \"New York\",\n            \"state\": \"NY\",\n            \"country\": \"Unied States\"\n        },\n        \"property_details\": {\n            \"property_id\": \"5971\",\n            \"name\": \"Club Wyndham Kona Hawaiian Resort\",\n            \"image\": \"https://resort-cdn.travelapi.ai/static/Resorts/Assets/5971E01L.jpg\",\n            \"address\": {\n                \"city\": \"Kailua-Kona\",\n                \"country_code\": \"USA\",\n                \"line_1\": \"75-5961 Alii Drive\",\n                \"line_2\": \"\",\n                \"postal_code\": \"96740\",\n                \"state_province_code\": \"HI\",\n                \"state_province_name\": \"Hawaii\",\n                \"type\": \"Registered-office\"\n            },\n            \"description\": \"Wyndham Kona Hawaiian Resort in Kailua-Kona on the Big Island's West Coast, lets you step back in time to a simpler era.  Units are designed with charming island ambiance found back in the '30s while providing guests with amenities and activities you expect in a modern-day tropical resort.  Guests experience the best of Hawaiian local hospitality from the resort staff.  The town of Kona and the beautiful beach is a short walk from our rustic but comfortable accommodations.  This tropical vacation paradise features two outdoor pools, hot tubs, and a children's pool.  Guests can also use the workout room, and the beautiful picnic areas and barbecue grills around the property.  A credit card security deposit is charged upon arrival.\",\n            \"room_info\": {\n                \"roomName\": \"2 Bedroom\",\n                \"kitchenType\": \"Full Kitchen\",\n                \"maxOccupancy\": \"6\"\n            },\n            \"rating\": {\n                \"rating\": \"4.7\",\n                \"type\": \"Star\"\n            },\n            \"urgent_info\": {\n                \"mandatory_fees\": null,\n                \"policy_restrictions\": {\n                    \"parking_restrictions\": {\n                        \"value\": null\n                    },\n                    \"minimum_age_checkin\": \"Minimum age check-in is 21.\",\n                    \"multifloor_with_no_elevator_access\": \"Yes\",\n                    \"occupancy_restrictions\": \"\",\n                    \"one_in_x_rule_applies\": \"\",\n                    \"pets\": \"No Pets.  Please contact the resort directly regarding its ADA/general service animal policy.\",\n                    \"smoking_restrictions\": {\n                        \"value\": [\n                            \"Resort has a strict non-smoking policy.\"\n                        ]\n                    },\n                    \"separate_swimming_pool_for_genders\": \"\",\n                    \"alcohol_restricted\": \"\",\n                    \"alcohol_served_onsite\": \"\",\n                    \"evr_afvc_only_rental_stay_restrictions\": \"\",\n                    \"evr_sental_stay_restrictions\": \"\"\n                },\n                \"resort_fees\": [\n                    {\n                        \"resort_fee_info_msg\": \"Mandatory occupancy tax fee is 15.01 U.S. dollars for all units. Only Credit Cards accepted.\",\n                        \"resort_fee_addn_info_msg\": \"Rate per day plus tax, based on unit size. Due at check-in. New Rates 2025.\"\n                    }\n                ],\n                \"housekeeping_fees\": [\n                    {\n                        \"housekeeping_addn_info_msg\": \"The mandatory fee will be charged for less than 7-night stays.\",\n                        \"unit_type\": \"for all units\",\n                        \"fee_schedule\": \"per stay\",\n                        \"housekeeping_info_msg\": \"\\\"Housekeeping fee for all AbhiTheme Points reservations: There may be a fee of 111.00 U.S. dollars for all units, per stay. Only Credit Cards accepted.\\\"\",\n                        \"mandatory_fee\": \"\"\n                    }\n                ],\n                \"general_urgent_info\": {\n                    \"message\": [\n                        \"Fees or deposits are charged for some amenities.\",\n                        \"Resort cannot honor unit upgrades or moves.\",\n                        \"Smoking is not allowed in units.\",\n                        \"Prior to travel, AbhiTheme recommends contacting your host resort as well as local, state and federal websites for advisories that may impact your travel or vacation experience.\",\n                        \"This resort pledges to comply with ‘Timeshare Safe Welcome’, ARDA’s recommended Industry Guidance to promote health and safety in the Timeshare Industry. Visit www.ARDA.org for complete details.\",\n                        \"Check-in is at 4pm, and if arriving after 5pm island time, call the resort at (808) 334-4700 to discuss late check-in options.  Units offer Wi-Fi internet access.\",\n                        \"Confirmation paperwork is required upon check-in at the resort.\",\n                        \"Security deposit required upon check-in at the resort.\",\n                        \"Occupancy limits are strictly enforced: Violations could result in forfeiture of the unit and/or other penalties.\",\n                        \"Contact the resort after confirmation of the vacation to coordinate Check-in or request any special needs during your stay.\",\n                        \"The earliest you should contact the resort is 2 weeks prior to your check-in date.\",\n                        \"Credit card imprint required upon check-in at the resort.\"\n                    ],\n                    \"nonmem_message\": null\n                }\n            }\n        },\n        \"communication_details\": {\n            \"email\": \"anand@xeni.com\",\n            \"phone\": \"408-601-7148\"\n        }\n    }\n}"}],"_postman_id":"1e968001-567a-4aa4-90fe-6627881f7625"}],"id":"07205855-1729-470b-aa91-6b21c53acf42","description":"<p>Xeni's Resorts API provides exclusive inventory for whole sale price. The API collection has the complete suite of APIs for building custom booking experiences with type ahead, search, book, cancel and nearby amenities. Also, it provides an api to search for the deep discounted resorts.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"c17a6a90-21e4-4965-b3cf-402b4d8a4f22"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"1bf19e43-02bc-449e-bcd2-26d771a2d59b"}}],"_postman_id":"07205855-1729-470b-aa91-6b21c53acf42","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Flights API v2","item":[{"name":"Autocomplete","item":[{"name":"Auto Complete","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"075f8714-9ee3-4677-939d-ea49da0341c9"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"e551851c-8a2e-498c-b928-236ebf02f922"}}],"id":"dd6ca37e-b4a9-4aa6-ac8f-60fcbaa55dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/autocomplete?key={{flights_autocomplete_search_string}}","description":"<h2 id=\"autosuggest-flight-endpoint\">Autosuggest Flight Endpoint</h2>\n<p>This endpoint allows users to retrieve flight suggestions based on a given query. It is particularly useful for auto-completing airport names or codes as users type their input.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{api_host}}/flights/api/{{api_version}}/auotocomplete?key=\"SFO\"</code></p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and contains the following fields:</p>\n<ul>\n<li><p><code>status</code> (string): Indicates the status of the request.</p>\n</li>\n<li><p><code>data</code> (array): An array of objects representing the suggested airports, where each object contains:</p>\n<ul>\n<li><p><code>airport_code</code> (string): The code of the airport.</p>\n</li>\n<li><p><code>airport_name</code> (string): The name of the airport.</p>\n</li>\n<li><p><code>city_code</code> (string): The code of the city where the airport is located.</p>\n</li>\n<li><p><code>city_name</code> (string): The name of the city where the airport is located.</p>\n</li>\n<li><p><code>country_code</code> (string): The code of the country where the airport is located.</p>\n</li>\n<li><p><code>country_name</code> (string): The name of the country where the airport is located.</p>\n</li>\n</ul>\n</li>\n<li><p><code>message</code> (string): A message providing additional information about the response.</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"data\": [\n    {\n      \"airport_code\": \"\",\n      \"airport_name\": \"\",\n      \"city_code\": \"\",\n      \"city_name\": \"\",\n      \"country_code\": \"\",\n      \"country_name\": \"\"\n    }\n  ],\n  \"message\": \"\"\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>Ensure that the <code>query</code> parameter is relevant to the airports you wish to search for.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","autocomplete"],"host":["{{api_host}}"],"query":[{"key":"key","value":"{{flights_autocomplete_search_string}}"}],"variable":[]}},"response":[{"id":"9a798bea-854c-4bff-b559-2faef96e4ada","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/autocomplete?key={{flights_autocomplete_search_string}}","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"{{flights_autocomplete_search_string}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 08:58:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"keep-alive"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":""},{"key":"X-Forwarded-For","value":""},{"key":"X-Forwarded-Host","value":""},{"key":"X-Forwarded-Port","value":""},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.71.160]"},{"key":"X-Request-Id","value":""},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"airport_code\": \"SFO\",\n            \"airport_name\": \"San Francisco Intl.\",\n            \"city_code\": \"SFO\",\n            \"city_name\": \"San Francisco\",\n            \"country_code\": \"US\",\n            \"country_name\": \"United States\"\n        }\n    ],\n    \"message\": \"autosuggest results fetched successfully\"\n}"},{"id":"ee21d109-8860-4c55-8d20-915a20418644","name":"400","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/autocomplete?key=","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:42:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"{{flights_reqeust_id}}"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"key.invalid\",\n            \"message\": \"key is not valid\",\n            \"fields\": [\n                {\n                    \"name\": \"key\",\n                    \"type\": \"query\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"e2c5bdcf-f5ff-48eb-98e8-8d8a9cae38a9","name":"500","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/autocomplete?key=taj","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"taj"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"unknown_internal_error\",\n            \"message\": \"An internal server error has occurred.\"\n        }\n    ],\n    \"error\": \"Internal Server Error\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"dd6ca37e-b4a9-4aa6-ac8f-60fcbaa55dff"}],"id":"b138461f-5a5d-4eee-b562-29aa28928c48","description":"<p>An <strong>autocomplete API</strong> for airport codes is to streamline the process of searching for and selecting airports in travel applications. Its primary goal is to enhance the user experience by delivering instant, relevant suggestions as a user types, eliminating the need to know or remember specific three-letter IATA codes.</p>\n","_postman_id":"b138461f-5a5d-4eee-b562-29aa28928c48","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Search","item":[{"name":"Search API","event":[{"listen":"test","script":{"exec":["// Defined flights_booking_id before usage","let flights_booking_id = \"\"; // Initialize the variable","","pm.test(\"Response status code is 200\", function () {","  pm.response.to.have.status(200);","});","","pm.test(\"Response contains flights data\", function () {","  const responseData = pm.response.json();","  pm.expect(responseData).to.have.property('data');","  pm.expect(responseData.data).to.have.property('flights');","});","","// Assuming flights_booking_id is used in another part of the script","pm.test(\"Flights booking ID is defined\", function () {","  pm.expect(flights_booking_id).to.exist;","});",""],"type":"text/javascript","packages":{},"requests":{},"id":"d1036a5e-747e-4713-bb3f-06c1efe39f3d"}}],"id":"a7a85eae-f9b4-4618-a100-bbfdd2a5858a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flight_info\": [\n        {\n            \"departure_date\": \"\",\n            \"origin\": \"\",\n            \"destination\": \"\"\n        }\n    ],\n    \"route_type\": \"{{OneWayOrReturn}}\",\n    \"cabin_type\": \"{{EconomyOrBusinessOrPremiumOrFirst}}\",\n    \"adults\": 1,\n    \"children\": 1,\n    \"infants\": 0,\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 10\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/search","description":"<h2 id=\"flight-search-api\">Flight Search API</h2>\n<p>This endpoint allows users to search for available flights based on specified criteria. It accepts parameters related to the flight details, such as departure date, origin, destination, route type, cabin type, and passenger counts.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> POST<br /><strong>Endpoint:</strong> <code>{{api_host}}/flights/api/{{api_version}}/search</code></p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be a JSON object containing the following parameters:</p>\n<ul>\n<li><p><strong>flight_info</strong> (Array of Objects): Contains details about the flight.</p>\n<ul>\n<li><p><strong>departure_date</strong> (String): The date of departure in YYYY-MM-DD format.</p>\n</li>\n<li><p><strong>origin</strong> (String): The IATA code of the departure airport.</p>\n</li>\n<li><p><strong>destination</strong> (String): The IATA code of the arrival airport.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>route_type</strong> (String): The type of the flight route. Possible values include \"oneway\" or \"return\".<br />  - For \"oneway\": flight_info must contain exactly one origin-destination pair.<br />  - For \"return\": flight_info must contain exactly two origin-destination pairs, where the second flight is the reverse of the first.</p>\n</li>\n<li><p><strong>cabin_type</strong> (String): The cabin class for the flight. Possible values include \"economy\", \"business\", \"premium\", or \"first\".</p>\n</li>\n<li><p><strong>adults</strong> (Integer): The number of adult passengers. Required, minimum value is 1.</p>\n</li>\n<li><p><strong>children</strong> (Integer): The number of child passengers. Optional, default is 0.</p>\n</li>\n<li><p><strong>infants</strong> (Integer): The number of infant passengers. Optional, default is 0. Number of infants must be equal to or less than the number of adults.</p>\n</li>\n<li><p><strong>sorting (<strong>Object</strong>):</strong> Sorting based on price, duration and recommended flights.</p>\n<ul>\n<li><p><strong>sort_by</strong> (String): The desired type of sorting. Common options include \"price\", \"duration\", or \"recommended\".</p>\n</li>\n<li><p><strong>sort_order</strong> (String): Sort by asc or desc.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>filters</strong> (Object): Filter options for the search results. Optional.</p>\n<ul>\n<li><p><strong>departure_time</strong> (Array of Strings): Filter by departure time periods. Possible values include \"morning\", \"afternoon\", \"evening\", or \"early_morning\".</p>\n</li>\n<li><p><strong>arrival_time</strong> (Array of Strings): Filter by arrival time periods. Possible values include \"morning\", \"afternoon\", \"evening\", or \"early_morning\"</p>\n</li>\n<li><p><strong>baggage</strong> (Array of Strings): Filter by baggage type. Possible values include \"cabin\" or \"check-in\".</p>\n</li>\n<li><p><strong>stops</strong> (Array of Strings): Filter by number of stops. Possible values include \"non_stop\", \"one_stop\", \"two_plus\", or \"any\".</p>\n</li>\n<li><p><strong>airlines</strong> (Array of Strings): Filter by airline names.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"flight_info\": [\n    {\n      \"departure_date\": \"2025-11-01\",\n      \"origin\": \"SFO\",\n      \"destination\": \"BLR\"\n    }\n  ],\n  \"route_type\": \"Oneway\",\n  \"cabin_type\": \"Business\",\n  \"adults\": 1,\n  \"children\": 0,\n  \"infants\": 0,\n  \"sorting\": {\n      \"sort_by\": \"price\",\n      \"sort_order\": \"asc\"\n   },\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (String): Indicates the status of the request.</p>\n</li>\n<li><p><strong>message</strong> (String): A message providing additional information about the request.</p>\n</li>\n<li><p><strong>data</strong> (Array of Objects): Contains the flight search results.</p>\n<ul>\n<li><p><strong>segments</strong> (Array of Objects): Each object represents a flight segment with details such as:</p>\n<ul>\n<li><p>departure_airport (String): IATA code of the departure airport.</p>\n</li>\n<li><p>departure_date (String): Date of departure in YYYY-MM-DD format.</p>\n</li>\n<li><p>departure_time (String): Time of departure (e.g., \"10:30 AM\"). Optional.</p>\n</li>\n<li><p>arrival_airport (String): IATA code of the arrival airport.</p>\n</li>\n<li><p>arrival_date (String): Date of arrival in YYYY-MM-DD format.</p>\n</li>\n<li><p>arrival_time (String): Time of arrival (e.g., \"2:45 PM\"). Optional.</p>\n</li>\n<li><p>duration (String): Total flight duration including layovers (e.g., \"5h:25m\").</p>\n</li>\n<li><p>stops (Array of Strings): List of stopover airport codes, empty array for non-stop flights.</p>\n</li>\n<li><p>marketing_carrier (Array of Strings): Marketing carrier airline codes.</p>\n</li>\n<li><p>operated_by (String): Name of the airline operating the flight.</p>\n</li>\n<li><p>airline_code (String): IATA code of the primary airline.</p>\n</li>\n<li><p>airline_logo (String): URL to the airline logo image.</p>\n</li>\n<li><p>layover_info (Array of Objects): Layover information for segments with multiple stops. Optional.<br />  Each layover object contains:<br />  - airport (String): IATA code of the layover airport.<br />  - duration (String): Layover duration (e.g., \"1h:30m\").<br />  - arrival_time (String): Arrival time at layover airport.<br />  - departure_time (String): Departure time from layover airport.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>cabins</strong> (Array of Objects): Available cabin classes and pricing for this flight. Each cabin contains:</p>\n<ul>\n<li><p><strong>id</strong> (String): Unique identifier for this cabin fare option.</p>\n</li>\n<li><p><strong>cabin</strong> (String): Cabin class code.</p>\n</li>\n<li><p><strong>cabin_class_text</strong> (String): Human-readable cabin class name.</p>\n</li>\n<li><p><strong>cabin_search_session_id</strong> (String): Session identifier for booking this cabin.</p>\n</li>\n<li><p><strong>base_rate</strong> (Number): Base fare price before taxes and fees.</p>\n</li>\n<li><p><strong>tax_and_fees</strong> (Number): Total taxes and fees amount.</p>\n</li>\n<li><p><strong>total_rate</strong> (Number): Total price including base rate, taxes, and fees.</p>\n</li>\n<li><p><strong>currency_code</strong> (String): The currency code for the rates.</p>\n</li>\n<li><p><strong>baggage_details</strong> (Array of Objects): Details about baggage allowances.</p>\n<ul>\n<li><p><strong>leg_indicator</strong> (String): Indicates the leg of the journey.</p>\n</li>\n<li><p><strong>passenger_baggages</strong> (Array of Objects): Baggage information for each passenger type.</p>\n<ul>\n<li><p><strong>passenger_type</strong> (String): The type of passenger (e.g., adult, child).</p>\n</li>\n<li><p><strong>baggages</strong> (Array of Objects): Details about each baggage.</p>\n<ul>\n<li><p><strong>type</strong> (String): Type of baggage (e.g., carry-on, checked).</p>\n</li>\n<li><p><strong>free_quantity</strong> (Integer): The free baggage allowance.</p>\n</li>\n<li><p><strong>allowance_unit</strong> (String): The unit of measurement for the baggage allowance.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>penalties_info</strong> (Array of Objects): Information regarding penalties for changes or refunds.</p>\n<ul>\n<li><p><strong>passengert_type</strong> (String): The type of passenger.</p>\n</li>\n<li><p><strong>refund_allowed</strong> (Boolean): Indicates if a refund is allowed.</p>\n</li>\n<li><p><strong>change_allowed</strong> (Boolean): Indicates if changes are allowed.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>shortest</strong> (Object): Information on the shortest duration of the flight</p>\n<ul>\n<li><p><strong>duration</strong> (String): Indicates duration of the flight.</p>\n</li>\n<li><p><strong>price</strong> (String): Indicates price for the journey.</p>\n</li>\n<li><p><strong>currecy_code</strong> (String): Indicates currency type.</p>\n</li>\n<li><p><strong>airline_name</strong> (String): Indicates airline name.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>cheapest</strong> (Object): Information on the shortest duration of the flight</p>\n<ul>\n<li><p><strong>duration</strong> (String): Indicates duration of the flight.</p>\n</li>\n<li><p><strong>price</strong> (String): Indicates price for the journey.</p>\n</li>\n<li><p><strong>currecy_code</strong> (String): Indicates currency type.</p>\n</li>\n<li><p><strong>airline_name</strong> (String): Indicates airline name.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>recommended</strong> (Object): Information on the shortest duration of the flight</p>\n<ul>\n<li><p><strong>duration</strong> (String): Indicates duration of the flight.</p>\n</li>\n<li><p><strong>price</strong> (String): Indicates price for the journey.</p>\n</li>\n<li><p><strong>currecy_code</strong> (String): Indicates currency type.</p>\n</li>\n<li><p><strong>airline_name</strong> (String): Indicates airline name.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>available_airlines</strong> (Array of Strings): List of all unique airline names available in the search results. Always included, never null. Sorted alphabetically.</p>\n</li>\n<li><p><strong>airline_pricing</strong> (Array of Objects): Pricing summary grouped by airline. Optional, only included if flights are found.<br />  Each object contains:<br />  - airline_name (String): Name of the airline.<br />  - price (Number): Lowest price available for this airline.</p>\n</li>\n<li><p>stops_pricing (Array of Objects): Pricing summary grouped by number of stops. Optional, only included if flights are found.<br />  Each object contains:<br />  - stops_type (String): Type of stops (e.g., \"non_stop\", \"one_stop\", \"two_plus\").<br />  - price (Number): Lowest price available for this stops type.</p>\n</li>\n<li><p><strong>cabin_pricing</strong> (Array of Objects): Pricing summary grouped by cabin type. Optional, only included if flights are found.<br />  Each object contains:<br />  - cabin_type (String): Cabin type (e.g., \"economy\", \"business\", \"premium\", \"first\").<br />  - price (Number): Lowest price available for this cabin type.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>page (Integer): Current page number in the paginated results.</p>\n</li>\n<li><p>limit (Integer): Number of results per page.</p>\n</li>\n<li><p>total_pages (Integer): Total number of pages available.</p>\n</li>\n<li><p>has_next (Boolean): Indicates whether there is a next page available.</p>\n</li>\n<li><p>has_prev (Boolean): Indicates whether there is a previous page available.</p>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"\",\n    \"message\": \"\",\n    \"data\": {\n        \"total\": 0,\n        \"flights\": [\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"\",\n                        \"departure_airport\": \"\",\n                        \"departure_date\": \"\",\n                        \"arrival_airport\": \"\",\n                        \"arrival_date\": \"\",\n                        \"duration\": \"\",\n                        \"stops\": [],\n                        \"marketing_carrier\": [\"\"],\n                        \"operated_by\": \"\",\n                        \"airline_code\": \"6E\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"\",\n                        \"cabin\": \"\",\n                        \"cabin_class_text\": \"\",\n                        \"cabin_search_session_id\": \"\",\n                        \"base_rate\": 0,\n                        \"tax_and_fees\": 0,\n                        \"total_rate\": 0,\n                        \"currency_code\": \"\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"passenger_baggages\": [\n                                    {\n                                        \"passenger_type\": \"\",\n                                        \"baggage\": [\n                                            {\n                                                \"type\": \"\",\n                                                \"free_quantity\": \"\",\n                                                \"allowance_unit\": \"\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"\",\n                                                \"allowance_unit\": \"\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"passenger_type\": \"\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            },\n                            {\n                                \"passenger_type\": \"\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"shortest\": {\n            \"duration\": \"\",\n            \"price\": 0,\n            \"currency_code\": \"\",\n            \"airline_name\": \"\"\n        },\n        \"cheapest\": {\n            \"duration\": \"\",\n            \"price\": 0,\n            \"currency_code\": \"\",\n            \"airline_name\": \"\"\n        },\n        \"recommended\": {\n            \"duration\": \"\",\n            \"price\": 0,\n            \"currency_code\": \"\",\n            \"airline_name\": \"\"\n        },\n        \"available_airlines\": [\"\"],\n        \"page\": 0,\n        \"limit\": 0,\n        \"total_pages\": 0,\n        \"has_next\": true,\n        \"has_prev\": false\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","search"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"4ed240f1-d074-47b7-9866-63eab68b015a","name":"Success OneWay","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flight_info\": [\n        {\n            \"departure_date\": \"\",\n            \"origin\": \"\",\n            \"destination\": \"\"\n        }\n    ],\n    \"route_type\": \"{{OneWayOrReturn}}\",\n    \"cabin_type\": \"{{EconomyOrBusinessOrPremiumOrFirst}}\",\n    \"adults\": 1,\n    \"children\": 1,\n    \"infants\": 0,\n    \"pagination\": {\n        \"page\": 1,\n        \"limit\": 10\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":""},{"key":"X-Request-Id","value":"ff324b59-1eb7-4a73-832b-503b8d25d374"},{"key":"Date","value":"Fri, 18 Jul 2025 07:00:28 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": [\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:12 pm\",\n                    \"duration\": \"06h:17m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6215\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8d1b1596-865f-4759-adf0-eb0fff73f4a0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kldasfjioadsufasfmoiastuaaxv zdis8irufjagliafsgasdofosalfhiasoifdaukfafoilsakvsu\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:44 pm\",\n                    \"duration\": \"06h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6415\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"35f77407-3f35-46c7-aab0-a5f9533c5c40\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"fdoaisfjkdnmasfda;slfdas;ofdakfhdlsao;lfdsa\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:40 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"12:16 am\",\n                    \"duration\": \"06h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6615\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7a30c41f-4707-4bf1-b8a4-66f18f5a9003\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"utO8U2tK5o0piFmj4nw1vJQLQ8GNvChtFpddzuPtebiNF7XZocBrJQuonjguJG2EKQ+A==\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"1:54 am\",\n                    \"duration\": \"06h:44m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6515\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e0f738dc-d03c-4e44-8d8c-f613fb1a92bc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"3TMMHzFmfaC/NhDuZDS==\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a7858416-0203-4c4e-bacd-393f1979b4fd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jICXxvX+VrYn1dg28efV0f2hD2xUfNslMGpeKCNIpHAXYwUblkA==\",\n                    \"base_rate\": 206.28,\n                    \"tax_and_fees\": 45.1,\n                    \"total_rate\": 251.38,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"10298981-8acc-4d01-bd8c-3d50167ea352\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1MuQdCWnZHz002GEmvt/KdIDbOHTrdCxmxfAcJejRn8jAFE7rLJMAtCP7I8lh/+EIlrg==\",\n                    \"base_rate\": 206.28,\n                    \"tax_and_fees\": 45.1,\n                    \"total_rate\": 251.38,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:39 pm\",\n                    \"duration\": \"07h:05m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1122\",\n                        \"DL442\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"939fdfe4-9298-48dc-a47b-02bafb1bad71\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"+NkMJl3xORyVn98Zmug8oIno0EzSKP/2ySlRAmRXzliFLH5v/zZhDZSYg6j7Khimw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.54,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL990\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3654e913-e060-4d67-9c55-a4dcd4625339\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"lA7eTNAl17TO93pzv8/E0CHccHmbEJwXrer8ScRJlAb1MdvIVP7fcVzBAcsYb6cZZ8+OWLQKdZfWxCWx935QWH4tdcYAzY8cnGYhk+yyN409+HhsAqWr/sO0pJHYX/UbWr+qnb8aKfLvuG+Wm7rnn9ziDsY19NVQ/KkLKrpLIkGc37x7AcH7wLGWJl0KASVc3uHsYXKs0QW4y2pr+aUvNGaYNFIVB9ANCXQ9PCDKjPYYQ+pvqtTzEjhfMUN+k7n+gFbF93v0O2AliJvgOcBOyzxLc8F4vQolCjXYPeXPn9yFYnU8Z72ZIkhaEQFVKphtsuNRxyVF+Wfl6GdX84fA+mdLpu6CzkJmKt5xXdZi8yx2N3W4Mh6jKomziUi2YCpH1wy5EQIe7KXTm1ZsfrNmdk+9TPNCmW8h7A==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL990\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cd0476e4-7c4e-4a15-bf90-e69d7e995b02\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"e3foVQhIK+Iv1rvRJuXSbLA2EV2LpfrCwePcFjqzb7ofM+XWp/s3d9pKn5itVtY3T9WFzvRcO3Rhx2I5AKJQXd+atWpRtEAk2bvAQjd0ov+vEfptD35T4XNZCaMEFUZ+A3flxVxcr1JDQ31BDpXm1ssU3mtbVB76Il9UoZqY2wwR3gd9JBVY3Jem/MmLe6tluoBFNKUVsRolBbXzDr4r5o0i4QCBbngNHdW2Dj2tM1eXHwzlml7CwrT0txVqkxV1rvYz+mAkSMKtTtFGTe/N9D8dWcxr7ozP6KDsc3rcqS8Detf4zcJzt2X9dm7SBkC2nsP0z7hIWwT9OCk/VhnAWXb0GFYAkJnfoHGMG0hkNKLhNNfoWYEapHl8ln7D2U9r8QOCCpPnctFRRyefoB4dUcbyD0bmXjKT/Q==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL993\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c7c12b4a-2ca4-4dd1-a652-5a41d5b7d124\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"7gte4UOUk28GWU9sn04Yx/hmh3papH5H7srXkp8NzNbJKuHwWZWwwYsASMZuumabtAQ5FgX6c1SH7/4gAnda8F2CCmE9LanzzPQmoIEMfSRaKgW/6AGmFHB8Oi5J5aFodeITm1DiBucRVVJUsQqhUI+fKHv7qCrlpUr7nQ9bjOpOftSvq1ZE3Ojw2TmaFjU8pOWphDXhuPMR/mZQRdblyOEIRHXP6ZBmRstXZndLw1Yzn6N90nxh2KwjwopkwabpK11IQ4X6jnznrpcX+v3Rgxp5jPkjqY+i/9fPPJt8FSE4/qe/dNN5ARMEqu0F6Ao5yjmGbXvnT4KnK9lj5i7bCSIjR8HEt/JYgRz24Qzl0ys56Z7Ak253FOirL11SUCYarYr27gdNxyxRrNveohFwZ+N+P2BidOCYnQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:23 pm\",\n                    \"duration\": \"07h:13m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1078\",\n                        \"DL469\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"12f97cc5-143c-49a0-8b42-75084f9075d0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"9yX0Ql3hYarwg/EKi5T3NVU1bjrI4Khbhcez6a5aeL4eIOIq8lB2l/ZjGdKmJJVvGSb//pWcQIk4ipwy/vfHILJe72H+xXn+U1i/Ta5zoq8Qvh5NLrk7AxxKFWsDcnIPGOLAd+uTOkno5GSpzwIlLCxui5wub+D7Opy8bSffChG3J3Zbg2VjrazhAA8QzLqu3RsbCl24P535AgtJbTEGuMBlBEY4HAMBMDe1vHz5H6XOMYb/zmt+5Neaf176EYnL1SPqHvjhFRtADMUEjResJ2CuTCe6rNVbecTlzRoxQqDCYdU5CUafeHzyTXS4izug0u0N5CTmVWgS/D1WV3yDPHRgO3V63uPkyvHx6nmsIxf3ASXXAQt+wwcWb43FIpNlnYhe8xQq8LFquiV6DkA70wYwQ4SJc1laCg==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.54,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:12 pm\",\n                    \"duration\": \"07h:07m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1641\",\n                        \"DL2074\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d9c07d31-ecb2-4f9a-bfa6-d96a7109514d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"QaTB4qn04cAPWLqjkycIkpykQw7Qoej6xFQcQtd71ptHUEDKfAdyzAqAJOD3Q35nXwep/f+t5tvaALYfm7bT+WBZL4gHpZVCwiheJ+jk0gQxHJmhxL56EXQBIy9lQZhWYdWE4M4BWRiVc3ZUfgdEPRgqpqpompJ4SdCZ36WIRP2MczH0FkHGyr2YqNNjaHtuu8D4MdaYfgQsvUP2QKf2BbaDOVgcWfDRrrsaq43A7rfydVQkq5t/l44oFq4fL0+pFtYjfXJmps6oZIqHMHU+BW137lOH8nafr2QY7Lczh8jE61/T/JNxMm4HDfLVL+UF5Goutm5kxQar7BDO9DpsqcUyKKc/r5edCroHwbPNCgBx7Jq89XD84TH5SlyfVUh0uQTxvGlCAX+yBZMBWF8HSzGWPRRnxyYjSA==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:29 pm\",\n                    \"duration\": \"07h:12m\",\n                    \"stops\": [\n                        \"SLC\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1009\",\n                        \"DL902\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"27adcbae-6907-4190-ab68-c1a5b19ea73d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"lNYG8UzQOdJLGMo4KML1X5lUtR3VG8nMIftwUTjG8vZ09yGT9e7x973A4E4K1q3gFEsRZv33smv8gMDcaWE4UJrqOoCgqCmjN2LVIdZwTp6h6zheuHS8px2KCeve1rTGqbLgbiiA1v1/q3FGudm89uqB0L6JKYlBWHNa8i+bnFn3WS556XrkZhwHOnL+n20nKdo1vAu2dlN2sQQ4BXvOkGWpQD59IWAec+Ya3sC3EtZTeTyMz4CnNywjIr0GWg1KjMSgoxN2qBThAW4pitZISyo6V5OpwWVlcnzxNZ8MS4uiV2n3kfBHdt7IOtVk0zWlP7dNjPm706O+XHy+qcQ+jYrtTkA2MV6HR4GgeUlmMdQQ63IeaMSpJbfqjs1UEzMg4tNv5kSATAFJLlBA3qGPhOCOqQ7hM/rd4g==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:44m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL988\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e8260923-af29-4ab6-b6fd-6354f43ada6f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"TCW7m2x8RlmrP+06BWWHl43p9b5eP5+v9GsFIILN1jZY/IIIXSOfInxf+1numD6a59NePDBkVSagxFoP5aZfN45Mua2ZAvk2dAlPr1WKJ6KDNmd2GCWsZYodffNA+CYd3kU/mXMKbzCHlHshlbila+OWO2gzoxrBIJHPzHHqRdQ2oho7WomxP8DQrop8zfdSdB+Ob4wnlVEqltdiH9HizKy1PvjdsoCtEYzDop0zZWbuhh4ljrOsgjteigbKqFg/h7C9LN/26/YFuKcA6H72P5K1jfNPDdXqoREtPW11bXfqp5KH9xYipvHE8OuCfJuibkojMeNa3By6BVWTa8/4U/zoRoftRRWA64gS+iDalhu+5MbMz7bCEDtBeRRQLfK5ur+CpOB+ODUPC0z53MOS+S8f895FPNAkgA==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2397\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"993391a6-127c-4f40-9fbb-1c13e01647a9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"eK64Q4DawBJ3dTT4UoN59OQrhExEogbTSi9aste3pkMvASuBuBbyw/c+dqDopS9KDvfbfbJ2OL2jInpg58ABeFE0bLTHxdytKqjsy2ZKRBLIf5AX7/g8LHL18bXO+YMHzrJlViaHqeJ2r7BJUyfLypOoCTnNc3glFBUgYse6p0+ilj0v6rbCD8l60Ke7XnyEapmYJf0udffuzsJ0niDp4eVm5OFdFTj85ll3u0nu1ZMztoRD+J5VxUV5wlB2krAZDOOFkVpwcjhY+kcsin/TdApZ1ScIFsPFhisZOwJHGDcNmVcbYr90qV8RyTMB9glYA2dRH8XOwwhGrW97KpLNw/RlUVyP3OCVVmDX5PrXVJi8Qivw5ElDtih0D25Rivc5l5fgSUbT7UWKFU+x6IACh6EZl3CBHwyL7g==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:39 pm\",\n                    \"duration\": \"06h:54m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2577\",\n                        \"DL442\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c337faeb-4730-46e9-bc42-1ddefcd14a2c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"S9N3Z9CaMEqLSflU/AmZQUHM4fd2/WdYMC7Qf+vd2+ii7ZKmsFPQ4cgFF0cdg3p1+9J/5xYEU67qCkMfPjkMa27xoPUaMgGNUwBx057AlsmqmZTi8ALurJkHeaHgkdkFdyagXVYxrAIu76yXRVs/VCf916fLEoYNYLopkFo1op0e7nzQqSpyrhfhWqa8kCz/w4AAlSPTwcCa/VwXp51SbuX46voPZv8rX5Z239D1/hyRa4YvybMMLESWYEdu9qWW5yRlQV8abzXw1PJA7LXBb49OkcsEtPuHIqufkaMJUWh3I+bVmxRT+1ApKNz2LB5frrfPYzKIgtIqGRmenDUV5GWLTpX6DmBhmMlPrqIdh/00KsoGMqQ5xFxeX/iKVEyrncoGGC3MsozApyBraXH5PJVprJqXg346Hw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:12 pm\",\n                    \"duration\": \"07h:11m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2510\",\n                        \"DL2074\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"af5e2266-7ea9-4acf-bfcb-ab55da913c9e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"ZMMVq7aGNlRfjPacgoPpKbaVIPa+oVIoLMKFsx7nhLbVGNmXGHfVi3JnQTtpmvQwfv1MQ1L9B3mefHiyfj6242mY3aJMJozLUkn5kwjf7ONCyiufoR/d6CgLBJKE19AAKLcOyRGDSQOH3g3UbvG2lyMvtBjAwgqpkq3Jbbxmloq7yYmawS7DAe3VLI+Yn3LSyPjhB7hkkHW5GDnBY5B0b/X80cnVdVUb/VB4eiN2w4Jd5sI5h6zJ8UY0nyhhCyjOxXx16BHy0khVtsSJut52NBUin9Z05yT8UaeZYBMSirXlC6obrjnJr2TQ9wtP+mysUUjifoibwosjDjze/KlCW0+oU4H7NUOgnE0/lQXytBT6zNStEWblmLPDXYVpyXDs3552FJnwKhBchWlipWgXyz1Px9CBk1vZzw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:31 pm\",\n                    \"duration\": \"07h:35m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2349\",\n                        \"DL2809\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"02c83e79-5843-4e33-9d10-7a8ccbb79275\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"la1T0t/cRJ7zljT6dWyxzD0+hMSfGIJ7YRaykOCgsZNilbwv6jx8Yv2+P3P8hE3p6FRLkuI22f8+mWqNDrnJZWlCOXlKof/F2LguP5k2fCKK7qpSRzVsMk3Cqb+HZomaqcZoA983qCxoo7ztzRAqzuO59l8F99xAMHpwyS83KzEWGCg78Q4C2uovDnB1oT0nKrzlqz4FMPvrrMWtab7FW0Spx7XXpVatjy5E5F00pLURoBfePgjVYoXoNkG/UEZ8vLaO6it6KsBFPEDHxAxaWp6VQELnWUiE/kwQ/i+aw/KJOvYJWXVksLLi6y6ALBUetthThFZP1KNKCvfp54HuQRljO0cH9YCE4T2TpXZNDQP8tOSwmYAAtbt1LxiJGw0Vns7DQzVTp3IH3siWw0+snixVUcKT85TCZw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL994\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"21b8da5e-d5c8-4f0c-a2d8-f61ed986802a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"cE3ZVETBRLfC3SAjASzz94gcEP6NywJFo3ZOITUCQFg7I0BU8urcqZnRbTIjvPmCj57QHq++4fiLZLEpnGUsELjGjRZZIAxbrhH7/h707yUpsiwmgP1E80oQLcBdPZJkwla4WI7l5kXweKaScHmqmEs7Zma5djeoJNERYToh96Vg7eTrYtkT+CT1FdSNJDKoioqlV3tQ+PpRorqApW6S0ZD6GRDSJC/CGAdqm61U4o9wUzlwjcjZLGjsIbGBII2b/9Nq5ZU2oqPJHmCIxm6u/LfPrfwBS8LJzJNjwRXrGppaJ+a5+8oCAnYqtP6H+CaimJ1F767p0p47XInXV462T06Oy4TO4czxGr7MiDiajkciYr3a2dz23jukPA9pnWIq4Djh+JngrjpDz0TSiUc6hCLLJpl76uzpCw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:40 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:23 pm\",\n                    \"duration\": \"07h:04m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2566\",\n                        \"DL469\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a07b9c84-6aa8-42b8-979b-48637fee46fe\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"t/vUYDuXDOTHtlkZNRK5tzRMUfpa9rD7xJGpC+9KcUT+0AtYZkmg6TuJ7CXK76+PglkH3YQVGxYFAjU9mBMDb3Ijrs4OxvfvKRKp7oqoGzKNARGr/Wxv4xzWSlef49X+W3ZLjsZfcLwsXXMqLBCBlM/sIEEYFdLBYiQhLa/+FEKVEumhWPH9/yzyn4gt8Ei/Bz+r1bxUgrOiVsGgRqs+WMTVj0ENeo4bGn+r4v6EX3lwSPpYJSkvQAqhroom/tLrOekaNULIxBF4uFuriCT6qW4QEi6Zjb6eo9K9yX8iQPsFmBxDAEsx9kMiDTdW1ZD4BpuT/MrypeBnXagt3/8RBhPymzRGlAT5uhdv+i6VOpcmpKJmwEf803P3fIa5lXjcPzNTLCiCQbL1Ah4QJFtddmWtCr2fNW4CuQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2325\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"599a5671-9181-45a2-9d13-83fb0d3ffa3e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"7b6O1LIAHnpbSZsxeAgweX5OgV4Lkse20DNrFOorfHTddHHDoftcrdM2KdfaSRh3lFXsVlNFlV5J5ARONO71QiTPrAJH2esMUIW9r26LDdFGOrzuppR5ATedRJipzAu1FnzUeSUL6metifytkX4r4TrjOLLXgHySyoS1ROKh4PVasPKMdqIxTb1s8/H64FvDCDqZ6Ly8d0/roCmVbB8XCPUyaEVBQl4NOoEKCKAhrIe8kZkdsowSLocTlnf8813PbN+gK3YgyGFb+dBfkzn3syoZm8df90KcVlpQMnwqa/ArbouUemd2iZ9liS9SgNjkbeaLjpT+o+3nJQMYcP6saWdQk2IjtZdoya9eQEjQCyF1lUKosC3hLz77T4Bra+x5GzPfMUcGRmZ+nPopoU7Jj1Tn8LrsrFwBag==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2397\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"580f79a8-9717-4056-ba94-f207d47a311f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"SNbyM1Cpl8EYcdYln3VzKqFt0Wv1S7c675t14oUmjw8Lj3kmXoHCWsWDRiO4qY2Rxy6FS0h2gKteb3b/Rzx8dWHI9DWv33Lm+nwslQIdTgOGz//dwdA0/vqMwLpzPDYR4KougMUMoFNJ+mCYzldfKEyH6xvx8ENmiVIxL2F9axcWhxZ92Qzb2ek10/wwejrK+0cpZAO8Khc6luaXC58awPNrTstR3TwmAW+r74kkhLX3M4H5cABEdjY+NDPsxiGAVTzjPO/3/K4M2uhKfazInwwUV+4kZ5t68GajHo63vBjR22yl9D7wPG3CpJgpTJ6mU7QB6POOnlsHZjX9mMbOyRSP8aPGcUx/2034VDy3poTQSYnIMO/x49zfzVlofQIdbJXathLjQsjRtofcn0yIJY8qQ29Uivs8YQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:07 pm\",\n                    \"duration\": \"07h:09m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2864\",\n                        \"DL756\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0b46ed32-0761-4d5f-8dbe-ae2768b64bb1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"36GBGIpWG+7aLqO/doE6LCGjhOJyuIq5a3nfGVLRjIuboXKv5brTsiXA3pXRe9ntX7/kVGqdhpmZfh9wNW0kceHotB5dUC+9htoTkp0BAsTW4D9RG62nn55ibp7NC8mdyswNMFSCsc7s7R8kamoEHBX6ArSvSOiI8Yttll5R1qnpC87Q0t0r+32FPBS+2mlv2irS3cq1AL8jJI1VRdzLWVdnu1pehwU1bUWYF6/JnSQBrR5ne5uNsIbeBOrW/dWWvanZsZt8IbuymCyNxm2+iPbTYKitBmKRQTMK3Zaa7iQPgWnWx//gnxglg4bb02QIxVCtD0+mqt8tnjV1Kw0OYJ1TqOXhVzhAwo0Eh/TNOjnQd59/KNDDP3oEwsw9O2zY9Px42vcaOnECaTpruIVACySBSN4hFfWjzQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:45 pm\",\n                    \"duration\": \"06h:25m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"43790f59-14de-42ad-bd98-a3e80bc81e32\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jRpMxf2CeRAWBkosnH6Zhurxa3kqH3aiOtmzw+kZEDE+mpwCntTV+wp4x7WK4Q9v8LWaCjbKwfDZrOImR8s6Ier12X1XZWCoaKL5FDKyJessJAnl2tngzXZ1rnCWJqQgvXi4v7k8L/hlZ6doXUKaOYDsEOcHTQFuyjzptxdqhxTvdvCSZEn+ff9Va1xn86DcKrDaqTvO+fYzmJUZY1y0fWRYZU+WZBzcpTydiiuKeGdUMtrXJA6gEfNYspupQBnqH0Xta66lKuo9f2/7g00ZjGplN2wkfQU7EABOqnt2Q4xTF63jc3UqOoamoSqrQoJdFDhPdeLUorSKcyHFEBiuZ4UMG3MEzqz4IRaVAqpKoNQUAA9DP/GQYWhfxBP7njcCV59ygk2PIVy/8VDB4nMdOnk2FJQWovWYwA==\",\n                    \"base_rate\": 262.45,\n                    \"tax_and_fees\": 49.28,\n                    \"total_rate\": 311.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL667\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"05866d5e-8569-49db-9a34-5cf85fc6ed6e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Z9riEj2oEK5pgK9dVDKd/oKu2eRv5iMLnxZGx91PDjWadQVxpFr/CZ71SiY+SiRyaKt3e5bI19niftB3GQcCjmGlI8n064PpStosGXh56NitQZ4W6rlcGzZ8lZziE4VmRWVcjaTw9Twlh78x4YiWJBUj9CtJzSGntAFtpK8w5ZuK6j3yHzYUm2GgiJnrMihVgbHMCxXcM4c6bPzMcX+R+kky8XvZffOfEr6Efwxp1/uHahOsMrj2ieWlD6ZED2Bgg752oREMGF/+ygVyUst8vOVjJELMYD6QKt6YQ0hfLDUrf7V7vnxOrfjR8374rqQ8GU+2rKwvlL60djlXyPSiWa9OUuTNDtF0rACDqeWRqYbbi/ac9BLzsKfYiQ33Rl3IWRv7GgEuuvhAs7ponhWRFtWVd1UQf/JFUw==\",\n                    \"base_rate\": 262.8,\n                    \"tax_and_fees\": 49.3,\n                    \"total_rate\": 312.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 am\",\n                    \"duration\": \"06h:57m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2596\",\n                        \"DL361\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f65a41cb-f31d-4e7f-ade2-319e14a37bfb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"ZmdSsvU9KGSMxnXca7g5ziLuwvhvRlTKDY03/S1dUqKl8SqVthx9U0wlSeUQB09ZK/vBZTEmpIsBObL24ze8taxmla0xff0IX5shkCPUkpGigyQJLtQlcGLEzTZ/XLJgnVznbMoK4J+6vq82I05byIlmwlDoe3IFGKYoZfVEqetg/9U4bwslEQOpRaihBtYKI/PYYgX21fH0epGM41WFTgR6LNnKSZXmKYaXwjW5UtZcrDPVj+agBe26NzNyiYd2U7ytX/wtEZ1fcebTTkzyNm845WbhkhIQzxJAfOVCbsIzngGr/R1qnxW95aMrgEXIdi8nvYpPdDTkTPIxRVNFY5ObOAWKIDIgcByAIzvm/EMmEARZkjbW3MS/mVl29fLhLhI/cByMk42JmzIom+fF94XYIeg20nd/fA==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.73,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"08h:02m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL969\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1789b781-01c0-4a54-8575-fe98fa397159\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"4cE5lzMNpSfi8b+AF8knZt4xN6ODy7rbXm3orIcS6VUVtHu7EfMk2UDkmSIMzaNLrdcDrxi22WI+8joSopMTnKA5WPjEpCvyha7UsZS5/44wvzDJp/yg+EkcPIgBvFKXuAIpnFf1ChDgJYOGC7GzzU72bDylSGpyFkFGpPkRWeGcf+E66Oy3UpSJ0RQ+hzOTEq8xcEiquD9CkhUPSkb/yGhKU+RC81g/ZTADWZjPcKdHXZMdzIEHq+ToLatQtr8vkXfZjhOOeYKmIymiuYIoOrJ5URR/lqgEOB/V1rIv3Zw1Hwrjl23SgMmCa7453dUBnN1zpQYpctTs7+oAjq5zpy4xHcJ7io2zWhO3OLcEHV/Ov2YQ9DuDucHbMZ10WYK/k3X1HfvW4Ug2xufsSIC6hJ0c5GiyAZvKFA==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.74,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 am\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1231\",\n                        \"DL361\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9e3eabf4-d2ff-4fdc-96ad-5e05bc1a937d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"QUxA3Wbpe2WNMBcVDLqRQARJw9CZVyOx1JuTiiRT+yTWa1Aas9d0NCiCUybYer3SoyzDFGX6imhwob5yDHHzHiJHqlhHhEJA3DXAzGQv/ERfFHqnMOqZm/U01FOhXlMnCLcqWrsZw+ruThLjhCnxAJCFTGq0owk0aTjhhFeItsrA3Bneo+LAfQ/cbs7y4yFJJ6ITVRXiiv+IvwJ6B6rZidH5BegLgHxM8OEr+02XQcxyxuAmQEg8d/g/dibN+mQ/KWv/dWV89+qqLsMi8e2iYhFh3lVuX0Ee+DspuxqNwkZRJMWryKSSQjCl/v++jMs/8jJJaVB2gDsvC0zOtYGypXs08K8P+oUBO4zBUxR794FGtl17HdTT/Oc43aam1u6I3VrmWG3uyPBCtRGbwBFjyq0z22BZRZEgNA==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.74,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"07h:56m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL974\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"df456c3a-5952-4ea0-a9ff-a6938cdaafe0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"SfoUgn8YRAqWm+85UiAfum/aKOjHViL9mrNF8naGkpTpKOSOXJdstnHghUlfVuxm3k50xivMcKsMWARPkmF5vXX3gUIGla1I9DpexuO/Rsw92UKXc7vxF/gj1Okv1SJujGxu3rFsF8n/jqthyPvLhb7aVFPrm8k7H3akwTnjgSR7cOgQi92KKh2tvrvLEZv3yNyQvmQk8g3SNQglbsVhsnGcdK/tTXFc9V31WUhNGWmrT1Wz2pKLw6PsFLFTjBt/a0IwH3jK3WGUL+EE/PJk1X6GIKJ5EIGKzGzSb5mJieRFkntGYtMbD1qRR4hMv2tx0zKR3/Ckw3vyoiiShMzaNMBHoHsdRUpkFadrfA4vgI9vnfTtoQ7+h5ixFfXHw7roiqS353ppQmnYm1fs0n9LIz5n1MjyFhf24A==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.74,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5ee7ff71-ba4c-4abb-a31c-11598fb5d5b3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"PMG5abO171sEkYbtreyB0Wm/fZ0rT143lzqjp4xTDARwyXvCfdnqbLs1LmIJmOciJmopAYOkn9wMrhAtXb/f7IdaJXzlM8QwT2J2mBspGN0s7/F+ZwuCqpOq6aZ2sAFY0QKxCa3i8gjVFTTzGG4X5RtilFaX7Ez/6zX/SXhlNd86Y2a7miFzsqMK9+2FVAKGqYqU+m3ZsYnfCkmxfJv6UT2dYxGaaz4Z3CKKC7L4befYsWlmi6GxDhy7FK32gdLVIWiL/uQBv3kHOT0zBDUlL23nDWW+wq2s8wOwmoFT6pH1CpOTlloTZyok+z1qlUqeOjs6CJRGUBg+bSwLqM7MKneCOMj0Ke9GN+0fpr3s9BL2ZAp1KBk1yXj44rKIphFqcVnhYyO8TQxJ+BTRRWWwrELa/G7eVYUQRA==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"552ab3c0-497a-451a-b89c-754e925dec44\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"lcSrsXHp6nBQnm/lnpDsTtAhyIQRM7aAxGYTZu6RKPxYnheVtMMr4oVxut/8dYluvZdTQU/mK/XBklvJlCpGkc9/hS49/OxTToiBMIPOjPONlfv0B9SVK5AQ/gFLfourZgbkg45yPlpesqWAwef7wdh9yzNhWjpcD3ypJ1tjMPleOyW8T0djzKApUbRcHG+VpAjn3EnvAEfxdlImxtEOhshFPxtQf90pKa8gh6d4exR516dzt8z48q5R5LPdgQBEOQVMksFNJJMcP01WxKCf5ewUXNNyWO2FmupmXjzFVQe1wdDx8sUFuNhfvr6aJyu29EKWH/VrSldjP9/gyD6Gybzz3dtSBwE+IPHImgWtfx4Z4YJwNTSIKeRLFi8COsFZHkx4dbEyGMxRK04cbLjyCEQwZAsKXY997g==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3b76be0d-e7eb-44c6-8664-1987017d9dd6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"y9y+24R1jMlgGCwfXv56q7/3vJb0XhXC8v8LFC7rCiMjm3oTpycecxRY27CIarI1yOpWAsz6mBB4XxHasGzp9XhjIt47F9t7UqfIC2aQKzAdlzOa57F0SBei8Cc/O50FvtDYIalnrPlQppFu5IkpeVlsy0Fk1OLriD6TjTTpEECjFSE2keU4a2gtwfiJEvZf3xS20vz/PSoyA8rVLsEuBnWBrLB9EwG9nTDmENN5RHWZiIVUnhoG2asv1vr9iPMa+UUXbiRzEFilpJpkWXQORYbxrAbUXW8yYxe935KYdMySFusC/ITvZQjbwMeiwVSr8p4sAGr/Dp7VxryxrswMFL6vKTFTPcnk9QAmpmaxr8VEd4cixxTk/TvXbizepd9sdNn8p1vLqvJM93VzLLfkNIPgfINxRYbwCw==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"12939a23-ad3c-4d15-a979-e2cd9b744e88\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"3iCRGLZqqerdXzAJmoTIQFRVc/WjHPlVZtRfEJJ4QtW09XbY4TddgFwBtJcYq81898746DCqAY9ah/Rbg/XKtwqA+FML91Rq14q0kLUo54nJxgDZ7u0bLpwjOrQQz5Q3lVDrxHYOEAp+0Ug9IdnKQBNq9BB/ZwkjEzBD0FJ3A/fUhVimaHpTcaOPmhAOS5lVPR4V4uzQCmIWmq+wGl1dZ5/AmVV48KFDhdZ12Kqlujb+gXnyYH0FMaqiUU6a5B3keL5hwgKDvwfJlWZIGhL7x6MAvNuRIDjyKRwfQ0s1m6NDe3SXtM81iVY/0H+q6wSqiEw66ecAiiBzRly99WQcB+TR0ajobE+WO+1+ngVyQyjHQjJsPW61HDMSqGcjD8u7SN+BDC8xf5bMCdfEOeuDXszZXkixZdW2og==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e8438f3-c78f-401e-986d-873293749bdd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"0PU0nZmqZOC3VvpVNm8PdMGTn7oFUM+TslZPH8heXAllK+peO0mmbyk3qH/3SBIqr9VjAPVIHJSYWtIhX3AQctxRYb5rxrkM3tr682L8OaxJcCwIQI9i+fczMZaEJMyMNoPydcfqBlFWjQ0yZNWohU7/HoeM2nUqRxflmXvG1XbD6tUfzvAVxaCsJs125EEbZUh1+UBnDCaMQibtFVGRWn3WBOAklM020DrzSB2pWMD44Ya2rRtJ2tpGd1I9q09Z2GzZMjVkTM5Dj98fEMBatk2uSxZ5Hm5wmovJErvRYzhPZDMcCq1srD03ci28qmLWE1Y9MMsWsSPbI7DhZgCnDpKsaaWb7fQLM/SZ939HywzZEyvafIc/HrWxtMDOQ+PFKIXm3THjhx0eQ08AI22aZPzLX6gVzQgLDQ==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4d9a0b26-6a4f-4059-92c7-ff3926a178c3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"DHxcQ6FPa0HJNiNQzfAoOI6fcXIBS+B68YFUMHd30q7bCF6aGkREvyrMsDLNqh8IuNQkdGlcT0oS30hmOG8hZjdg40gVlXL/HJ6FFD8Tcvv6s7wLTkFcPGwlCGbs8o2+BFYnXMRxAyKx3sShJ32ps1Mr4kMgM6VLSOo6srLq33wM1rRr8nO5QpHkcVoJgkNmB7O73IQn3Yi7HKkmOnenbvMQBn80Ao9SVaXX9zrJw+iZf3TgxLUjvrRWuaFJmIqw+RR9WwfkK5oQppyEYOBe0RS47AhDpbmkXdxpj08wJb8/RsOMykIVt/Sf2N1Wkj1D/x+I3aydCwr+EayRF3IcfyBi5ZYwp3mCF+udvPws25IkF2Tp8RsLs0JudzmOrFQ1I7vAoJudYMdEjrpZfOaw4P4tAr61/Rgqsw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ecae78c2-5f33-48eb-92d3-2b6a27941660\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"j6YhjSUMG5ooqLQSWeiOCm8IetvdakAC8B5QyO3C/i151jDcxMyX5lQWJXvgNO1TYoUhUdSgBKZSQ/Qvp3z2LjiR/DuAM5FeRhCsVi8F7jeEuywd8osfRrNEu1VNQ+L4lq2h57YG8GydV/Wbe4KUbCCWyikKWrk042fXIiJyBa4nmZsiixZAQGBFyJliTawPzUkDxsnxVHop/NxGdSacbWFmcdHYdL1YbJnMCE5eviBc0+5lCFdUbAaEtlFD3G9/in9bTeBDU9/+dRhW5vV4AZM+/VeC2Hv6DNkEM9oao7RHPlcDiYDPtZlXntuGMhVAJkztgljYHsAGvvLHsKe+xKreaTFK342YNuS172dLgPLfgW0n3boEo85bwqWHLeVyL5gr4mUx2ejuyUKJLOEnTpMECLibvfLgwg==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1e1c3293-f89a-4f0d-942a-4249ece8ce5b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"xGATM2QIBwlfOgqbHWfIPtIxFBkyk268S+tcbJw6qN0AcwcsDUnmblYBevv2wiZHc8qOs9QjVehjliB+ix8cMLCx/aQ7phFLiQ2gOAHPBJtV+aJXfGqZxUSM6RLUwS2GPiO1pviyTNZZDvLOB008xRAebBImk0o0i34ew+hwi3fVK1Oe7jl3xmbpwL7RZNhscqYbs7gp5spSNkbI514/Zh8WcHvDxOhhzW5GHNZbH9UCjy6xzhfsZEkgdi0bPT4etnrN2Wdj9oQV+P+dPOcZTvKWG8Wfjl3wIL2Edx7Xib5KM0u/mQfuwKzSPlV1gFkfYMC7Rhfz0Rv1ypMrbnD4mRDdWv43vvnKSzjY1Nf5FF3My1d2pepOdDKoan1VRar3oKpL+mftKcL0cjkuajKOqD5pBmclzTpufw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"73f52ce4-791f-42c0-9509-fa73694aa0ac\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"jUKAM91aIxdAe2gHldLluzVmgL48Bog2RucDmldYq4MkGZP4ko2FkYQIybyn5633xDoDQ6eJaCcPC0QfCLfdnggUq+bE9hFzcMkDDyltIJTu4eCACC+KeanL0rIPhQ4DqnBSgkkHjIR0NKEbPMYXXzzOQC2erpuaLyusItNzVkJbLbbEhJOit/TdTO9xdRXtSbxu9Xi893jbLp8tmsdEvqkjfRkba3Hetl/WPvbXaJBS0I3KS5RtQyspZvazTUfvslXh98tuhLikWg3FDDZZ/FuE6G5WZKYiQq9jeHShTZ+Nm9Jz6zVs7zq3u/xOQGEwqBBezvjGZ3JgckU7oGg8Pnoji38VtgcAdQqIjxJ7x1YWtL062nb2Zc5ZqoL2R/gy0CzXjxh8y0KvGpICBlKWMxc2PocCCggqjQ==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f1114baa-91c2-4f8f-bfe8-2c9c09cf5454\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"4ARO9DsJiDlhUnQrPwu7H1phD5ea2Oe2LP/G28dSDhJtCqCeSvtmNTGMR3fzMcK2SWP9XhMLSX459z5RU/5R8T3ompm2CK8RYQVLMl+gB4BWF+oCLWsOwxOvNgNJbUH+du3sae0Xe/5z0cA3zRcmHOrSzfFsiBnLslGFetumIQCRPWOSkn8lslgXWt5Oj5fqKgRvvAvhFou5JuhNXMbG+7gDEIUIhNpHT6352zGhaNO3IaUpT1eFI5ndvL3iPvshN5g91yuEFIJNOp/EMVG8WjxOsSdBQgz2ObrPPyI4suwcRaNZzuhkRlIS4jm26Y+8Mc5GFCNx8dkms9emoERuU8NHqDKwZ+BcNG3s6aBdTlnbOdgGkpCpdFjRMLkg2iGcStN0rIOs5tsSpbMn3HfmSTv8IPhkszTjVQ==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8393d066-85a8-4fec-add2-b91a6873f4a4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"FqyvkNNzaMRjSn27l/o8/3wxxWBAJ/kaTY9m7YmmWduAG/geGAygFcks85B10u/5icgi1QojqLv8TZu6BR2qU0alRS71uIztr+TOhLIoEY9hj3zxie/YCms+9QoVsSuQ8ni9uSgUPchMYPuO5jlJZV2Jmp8VDf6EQhLm8Sq6nwXuoFMM80/eKsbcaEMTWNPecYPnc+U7SKmZamDsQRd8pna6TP1Vy1pyqZS/6XTUHXb3xJUPSexO7m1NbJrdw2WCAbxnU8DuBv+xRpgb2mkWw3c0KghRHmt6c4CwlQKmo0QYLkYG0ReAgAresbGs0CvuibxvsHr7O29HaH3U/+YWQLdKQ1//MlNrJ/E5aS8+e9ed1jNYEHQ5DsxylNUCMgD7AjWrX08A8C/YL+U2eLRhITM34mdx/FN9tg==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"db0fdda2-71c2-42fa-9309-4892c44e9dac\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"j4Q3461q99xxrK9ypA0/CyDAT+le1cll96V381lr3eVpQDnR1Y6nh/JD0pEC+roX9EpbdsITPMENhi0l7dHU6M2ptx2c2bO5wB3bFZ2zFA69hnLA3bpOzYkZOC6P8/ksQpkhl/Y3hfkLhUHrBwTqTkeaw1pnkoD/ECBsuyZ8V11Z+ERbdl9nMgb8r83Q/RwoL8JmzVEFmX3afWRselb+h5Jk4mtZPfix0dqPTk13vgw0+nChx8h2np1YwDCL+E7DstkKSFmSerfAazaj/tkxYvrn14BpVmqxLLefNvL3b+YxovLIyA8sg8mqOhaDy+OmRlNOF66MSlEhjcEkgt3xRmNMTDqQbX9bLwaEuW0AM7kjkB9tJZaLVqCdwuPTu/VAcKeDa5NEOEpcMyxgODqbL3R45C9UVgycYw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ef996723-b4ac-4431-9a91-e4d57fb0fce9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"l7InR+3k1yPkPXWvFkaWBVczywG6lzsMC3Lgb/NIvSLzCg902MP3W1zfAMc8E1f0KGk8QNcz2gEfZsZdlWu6iwnANEsCg/wNy/19cxbeNfUHq1tJBi4cvJNpi67UQnKhc9/5dQLgO9P6WH38AhtPCfKH1Em/zqOncKthSqzzboh/2QsQtqWIjIDxjNhUGRLEal6dHczChNmBl0Egp0uvJPbqGgZ4aWWODPEh4yINeFpm0AXivxLZK1al5E1n2LzM3IJhAv7By4ndjKQX03u0FVn3BI/ZCXozZ3z5OEPnuJrPaY4W0cVh55fzq1Ise/KDmmktQlkT+OhPT3byuSFQSN5k9pTXLQThLu7iyBJwMeFr9EVwhrlm3zdaQY91Z4lvgeX/gD4pH79X8WMxOaCH6H0lJQ6uZdWRkw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d4f49a91-e237-4d41-8c9c-0efa1e0a89b2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"I2Wx7eBW1tw8cTEOt3bjGKC3EsEIHLA7d1J8ZUb6DdYJEpyIMTgVBJyZ4HZg4d1rU5vF9kqVkvbalgQfPBs72LuImbKFZXhtN3Pufehj3x/2xYtr8ve49ZYqaM6TumHeVqo9064oZqILSmw0u8k/iAFCQSWJvr7TWEC0f+IcMOjgcQ0kiMa0AqpLmR4KR1MuEqCXgbl9ZzCt40UJK5PXv+fgPhZmcrj0NQEZ6GtxHzVJOvuq8Gn7Ao/uMIPvh98IgMF9uYBFv0VmD3OjlJkP4jgqCgIH/+0C8g2ogBO6n624ZidqR9vozKH0tDhBqxhL1Olpx3pSJPZaLy2Mpm6hxfICamvjlwy5PP17brAFTSb8KqnHizWf59PA+9UIUokNrJ9caSbkck1UxWx3/PVEVVNlNYtwAqYv4w==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9454c58a-eaa1-4d31-acec-9e94e23c5916\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"17Y1+KFLlsOR3dFgaH+iWYRkG83HRQ+xiMSApmH51z7fDVe/4c331zEf18paHfxAVqcIW/wxlnouSk/RX8nUQUCocjIhzE/D3w3W+tbxZOH1q7EjkbL9CMy5Y7VpzGb2OcutQYjzeiRapT7lM/ZInFPY2K6gMROTspKD9WpwooUhntXpuEPRorSuVhlEKfFq0d9f+CNTfq15eCAVUzBK9kn7dumgshiuyt2AEFG3q9xK/+Z/OR2viWJLlkfA+KHKcFrbCim4OUsXs2j0Cru7BmMyHE1pFjxgs43wOCSZX8ZjaHS/WA/MjAsOXzoxVOsM9lYgiSGEJaVdXmdiKKMdxE2juzPlJQaOX8Kl+107MxflAK3G/Mr0hUZFa/hLQgyhJ0mcSDNtIIA2FbreLmgvbLS+EGqYJY4vdw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:12 pm\",\n                    \"duration\": \"09h:12m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2658\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"60a76fe2-9456-40ca-a123-33b972a58180\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"TpUuy62CGdOBmfV6pLGKLOPyUjZSi+lC4RZcgJS6vRbGSM8X+XySM7sEY+xOUL8HHnLybMdOnB/CXwS+pL5vlinGCf7mC43ZENr9pczuBMubeA4ruGNTKVYH/I3AYR2o6bwFGre8uI/DWNaDN21iercDKEHFaMLKaJy9zLiX+qLwFZmycXY6CnmUFKGYe+cXgfJU6r+4BD+X5FNp86Zxw+mQqo1bU5/VEZOPEr7m9BlqRD5nIAHCAi9fY1/V7tgWtsjhVxyJSGe0A/DZArNE1h0Yk+6Akt4mClzu1wNVse8//CYVtjr8uLay1BZmVlVlZFG4YRUCi0LRmoo7WC26T0bms7MPqU2c+c5jXF803Lj+IS4nppbL6uItU+6oDjAuC0Edu3MlUzjESYYuWZ20LPCdN08fwD4kqg==\",\n                    \"base_rate\": 300.48,\n                    \"tax_and_fees\": 62.52,\n                    \"total_rate\": 363,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:05 pm\",\n                    \"duration\": \"07h:50m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4989\",\n                        \"HA6546\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"798ffe5a-c140-4830-a1d7-cac67a566f70\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"XOEWkLDtaF/WTS/zeJZqDgudQsEr6LnxdYVcV9JMZbYb23cqoGUbSlzEVBVXLLcB9sF8uGHYoH5Xt2tJK9Vp+IkpVkqSt7JAH4WSVzOLerGyucMaNrHxFK00cvNDKM9tdmcsnjfFHRX1aK3/Cp9Lg4V8889DVx0YCD3bcdke2PjuU+PUMaAGFSFUQn9n8+hFSR5vQBY5fCWT90XVCB81Yk3GfIaDft7ncgGmTirVFmwjxRyEgFBZn0TktmwI/wnVno6twJnFPo9T5OmSq58vl+7z3G01Mr7mQf2EzPTzHN3zfN20QoedxHi30gUWmblTS90bDmPZjKK2mO13Z6uJzt+/hsGJnhbRQDcvUSwBLphQAxXMmlG9vtlkmFbpZMzwGVM62SLKPU++MC7cthJeNDAGA8Djd0AzQQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:38 pm\",\n                    \"duration\": \"08h:33m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4900\",\n                        \"HA6900\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ece752ee-1c7f-47f4-a3ee-c377371933ff\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"6eYoF2OEDyNMZalL4TUSJ9PSs+Q+MahsRWBO+/KWicBBS72Jw/tlLrEAXqqkIT30pXCvUd+QEmb2thfQoB/DCrm0AnWFUp0fDWLxgWbqSslr50SU4VYYrTBk2XVDI1iAn0s9jDWoy+ZBqHsiWU5107++SJ9pPQr1kZJazM8eqheWKJZkWQwj++JwsrZXDaR57VURKDmmBoGDlGaTzQ1WFh4wc3LeBw3bs00TL85U3tuoQOZQP3WOppDceNc8muBFICjSBnYjCw9A2K5CQIMbuK0nY9yBkD4LrGUYF/VJnFWYTtVLrTzmtwU9JkoYPgfbldKCfQnhAiYqrSSRYi4a6YDQ7A8+o1LxKbZ3zHtWLxifTO4cgo6r5kJ6ME0B8CiFHllT/g9WpOC3qnyhT5raMUOxLIsna2LXYQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:18 pm\",\n                    \"duration\": \"08h:37m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4992\",\n                        \"HA6895\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2f7ecb95-d4f4-437a-842a-f69af9ab714e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"yEDJEqQYqD8C9yqF5T5WfpznDXamrQ/cfyfRtv9DeFlxCxzyF5nKZsKYGWDJC/4MB+RA/pX1hVrN6TeqGstf1gs7hMy+U3WiXYUg1STb1VI3BetMBM7+szIcLVz0+VjVJpolLnH7MlVPToH7FODce/W2w5JxdHIFVnBY8iPB9Avjys+IcLN8xAA1fzKUyg7RMevQU+UbhauakKoyuSPiK9ADrO0VWUKUX0NoCR+C2B09q/9K3MthbXRFWQUtzk7zVwPabVB+FxtGZgwKbeS1B+G45Hr8oiu5H/Yiv9MFep1gPYwYxG954+XKOU4ohcsXs6up22UwRpYzil5q9j/kFk6R8tQurGOiBd8CN2ri7vvZ8UI5moRNyjbztmn29KRQbVLzRHluGUkSMczhcRkk/fe6VFSgCSzs7w==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:18 pm\",\n                    \"duration\": \"08h:37m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4992\",\n                        \"HA6902\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"114a8b52-5e78-4aa9-b48e-90ed6f082355\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"0ldxu/CXGxGFbFOymHxYSlRjKQ/NnmxAtJ8EkWbNp0AzQ3W7gjEIRWpZqvk2Pg0OjhGHhHkoWVSdUpGluxBVIWKA+zRrIHySE361fJiSSJHucdacsK5Jdb40G6DSZhqhMog7/BlaiRVx99VZtW8En6Gen6PlnP+bLG28819jYpBLFXqCNKzHMdospGPROCYDTGhiA1UtNmxYtT7VdCV/yLnoV7UeOQbMsFICnd8p+g1TA/Gnt0+PRNEjpwgyek0dg69sN9tdyOV75qB/O4PcJG8LseHonoLW2nsPfoPhrIjqGR1rc9s/8mUTpzXMotRXsoo+CHKgohwf4aXaGV21s/AtJDCUCvjxmzDuKmZZq4N69kO9Q62BQXCH5cYjjuyps8cY/50AhMCM45kt1wU1Dtj7JP8+uk8TOw==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:08 pm\",\n                    \"duration\": \"08h:37m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4992\",\n                        \"HA6904\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0d1421d5-bd3b-4e49-91f0-9df2cb9b53a1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"8ltxLcE2P4SprzlrXG3QCOGAH7TMhJUzuq6h62ex5FlEzKc29EaZID+wrPCTZrjXtSj6dweUt2HH0qYvXKNixYqpCObPCAfGfK/e6ge6bV4rtspJNVAXlcnr73Ld5LLe3jrB03I+9j+43CEZUpSB2Qu5OnHO3piLY48otY4gyu6eEa4TQgcWPc2hGvXMLTRBLpzsDqr6kM5ywXR8mV2GkkyjowpvzNZf4q9zJNm6jChHU3Bd/r8DiiRJ/ztwl4yeFNkBEDi6xJVysBEwD9F3i9FH2KtGgdgyeA5ZgRdyUEPWKzg1SljR1yi91S6Xy0DRJqdfCgNs9VysY0X5FkQf7v1ErW2d9IzHrSdxNCKZhxxgrJwwD1Xz8uFVpqaqU3b8LeHqCWIVhNlpVW/EBmAQcxiNOEz3vWYcDQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:52 pm\",\n                    \"duration\": \"08h:27m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4900\",\n                        \"HA6901\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c7a13226-93fb-4867-87ef-75613e580edd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"RoW1oWGfMKCJ1fJ8AGTTaUZTfkCkDTRnPYfXjzf6JWkoUR3vEGnmfn6mpYXXm2gS/uPdU8SXRGzFGlMm11bszvihkMBVc/9QhxC1igwKuiv27Yth5ZZgIgAHf8zVzTehV/tbwUdrYurKbYgJSiI2Acmbe9yM5zbM1pdDVpGmF+uN5PboSU1OWrz4FkeVwsd9KB0Myn4vUkCTY64iRjbVElTgv7VIJb9XzZ6RRyLaQvy4MNQuJbfLmfFN87byqekxzvKt0qcMsoV4Zlv9WnSIEBYFP4eALRhd85MCV6i6LKymQGBPviLjX4xe4VB57Nzsy9M+2lbvE0VblUnEC/iJEJn0pAX819dvcjzPgzFQWN+zSIPquW5/zsk0eztnYpy0Wb/TSzIThKI7pfwN20PnbNowpuZ/wYtYMA==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:18 pm\",\n                    \"duration\": \"08h:36m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4899\",\n                        \"HA6898\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9bde2025-9aec-4751-ab7b-45cbedf6c1c0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"Uz07dSNgh76UHiYGApuPtbhVJY7C/S1aGf6FXqYYUcMZSButxHKQzlND5MtNE1N780cwWinMSra2ATA98qMvnjZ85CD85AMSn1lBFUNMXdVsPr/REEp1bsSPK+cQqEGB0APxvfb0kjWGXuUg33R7gzCB9lSN/s6hZAo7ApFSGUy8rakGk5n9zJFDzuwMv3YIMtNAQZyym8oNi1UeJ+StEzQp76Q774viOqz3s4bbktb8fbJ8FIDuvIsVqeuOJGztPO+lOPBYPDBzYB/y1OGb/gZU1fGL8plIdVmXyugIYz6nhKVdHkV9xTcv3t1c4R8WOwosgdqRgGZaYHsPg2yjanz4XqjXFUFBXAKfvbExi4CjdSNIqE3OgtL9HY0aKiG2lzDPyop3XsBOmKum1ZDL9nV02dzj0PtsSA==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:29 pm\",\n                    \"duration\": \"07h:35m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4923\",\n                        \"HA6543\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b743a854-de63-4706-8b5e-ed342f5e52aa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"1LpjLKxhd0duAqR8/DoqKkPN5fe8gd8V3vOJqkhFGzwvf1IvvuUyI0QEqm+ooVYc1GqhQPWJnZrC+s4T269VYM4c/NvqXDHHh07F+SI97Q/C8lXY+QHXX6QTJ5+Vrt7gKQqyRXxjKeOOnzCCB1WycqoBuGy9sjcdo8bxfCAS8kbVGQWmqPERI4s6YMOqjTvW0Xzu+QC0caJhYJqSHJablx6UR3S/dpd/9ZYMtidK3Pfk1qYhU66WbumtmERe1Mxv73Z3IdvmeBYW4AvyBc8/PLDq1yUQA/f0+wMz3XrbM50+x4vdixmcI8iCLhkbG7Y8/n6LVjv7VY9EVBDtJA/CaUP9FO2NKsPm53W9woD2r5SUbNy3vxcQRW8YG+bU6Ok9wOr+wFovW0Fc0iXstj3/o0GvTsVfsApAPg==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:59 pm\",\n                    \"duration\": \"07h:51m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4894\",\n                        \"HA6211\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"322059b6-460e-4ade-ba49-66bd65204ec7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"PzdL3ahZYI9+g7Pu1kuV5JLziyQhSmP0iOGB799PE6LTqUubkPQuH0HOA7pk+CjUkbazHb//+YXhKW2cTm6AWswh/GzjS6WnLDiu2tUv1I36csElsp7CvfLBDUrrbW9msWIUVr6vwQtYre+oRZvyVA1BMsxm3mCBYOC/wmhX0Ke1i+WkKuUmzIX5aYkw9yymsBOweb2NfSYOo/K0otdlPw2w5VlA7shB+FBGCcFGJda5Qb1VqJNdnAaoAuKUZ8CMz+Hoi1+fRxhNC/1xK/6Hlx1/bB/NnRYm0Sv3Hxp88APqECRATYkpUOSSaJrV48rMIHjVxKIRMtS20c0tAeAmfhOZKzvLEh3xnRBflO9f+augZrYpJkixCQz3Av63H5dHPTDpqURyDWN8iLeapHGXq9Pa6QyXfArFxQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:52 pm\",\n                    \"duration\": \"08h:31m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4991\",\n                        \"HA6901\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2d7b36ca-ba14-4298-87db-b02c824e9bad\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"QZ7AcEpUXLPClRYYV7qNjnYfirxQmynRNlCGjnLiH0OFjMnhNJzP1XdN97qdZ/rXlp1mbfhMyLsPx7RQRCC4/uNtmPfyVaZOlI6XAOoyu+DyUPUW+4oxeaQ+/AhdTyqreBH1aV/Kw4/ZGjQyMYfqiUT2BJ3vSX8yYCEzvA1a+t5K70dbbktPvcJWR5wSEl8+C/7b+Fu3ss2D1+ClH7Gu0ToyyNN6cS+3MGrjCFQCQJchLjHYIfPMQjQR+4R1jZCH7pK2GPs671D68WUO4r2x41PfYC6Hqn6iyzQEGulI13B9G0O//SdRXd71U4puoJUSWaT24RBi4Vydzq2GLYbIUx2johmK+GkEmMjlOwBSGP3GIXs8Kn4fgat5gWh3eWYN8kle5SxwigEvrgGh6QHj87vbP6TFagLVkg==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:14 pm\",\n                    \"duration\": \"07h:49m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4896\",\n                        \"HA6210\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a1f6aa71-c452-4299-a686-64c936c0faf5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"7bmN2qHQF3TK1mkFyaW03u7170vofEQBk4kIXAoP7lJMiLDKUDIWtGZPyBQ4c59gXCmd185YKZMKKfqYJN+0oI6RAKoT37FG4MdweaDVBTWcAZb/dHaJxLnFPjFsny5SIHjZz/rPdbRGaSueFjBfyq3hJYKOzo3ypEuB8YedQTqa9wdl5/x0o0AD/XTLKWpcwCrBYeWlmmw7WtT9rtz5jNw9MPT2rhlIyaYW1z4jVB88Pm6TnH4ibTreyOhRdtSN4w2obrBIMt602gGxtCdpWRmSERZzBAoy0PmdBrmTSnJ/uUXZr+GH6hoZmkgQzH8k/znwNvFBMK0rfxTPzdZud+QfoQS6sjmP/DVQ454FJfN0cD094ZjmRCNMs/IhZ8AkVG/UeYOTYvfPys0tz+EuBN2nWE0TTwZ8kQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:34 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2617\",\n                        \"UA589\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b3d70890-45f0-4ff4-ace9-e1423b88b796\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"u7ATRnlMDWKSB1Q6qEDjwvi1Tlpb7bAZCVUmW/jV8PWPy0V/h3bCkCyaIa1KYssrxj6rYJA7PM51YDlz77m9IQlbDOFx+wZokBeTuJADem4gev7P46bB73xIkDeSLcud4nvHYgSBAK9oFhF5Qk2nWcb9uJcHXoODw73Sm/0pdJXeYg+CMXUvMftBOSdLcX1FSs2jJ9i6ThjdxM0HmfVJtSwj3zSf0iTNy724uRBOyy2zHOlW1YpceaBkg8yn2m4L7wj/jITvkSy3cGplLlh4WrtcH6IAMU5Ysr3t/17OntkljsbHl1B7oMeiBX08HJsNd/I7ViP2UDcZEkxtDTNkAipLbFwwOYZQwbDBH9GSMl7eVDNIwzIxMt9qUCQzemQmzElJxM4dg1rG3emue3LLo6Bmh3lYHeo+dw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:18 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:15 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA623\",\n                        \"UA1577\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ee36023e-833c-4d42-a779-84ab7e26fffc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"z2Op6DOe2RaRSO0zHc5sOmwtoWqQQB1Jwz2AaCRTo6wOx3Ukq5iyHfcqsMBxAXRbBkKbU3f1+FJw37DnRG1TVcxr7R9CE3iQ9J9Gy2jz/1ahvqlQvRfIfoVK0K0AiZnKIWrdiOusHH4DSm2KqqVo14tAHuonne0TzhSaKWK/zDHpCGiQ0MRwcAUOsQ7n6tUcfeEfuif5Y7A/yN7SOShEHDJcSFZ4oYDn0n94BBpyxM5XRSInXRNLlw8btkrZIu8z2SYwfGvEwC9gK8JCmT310nNZzk1ctDdNaJlPELTt6jnX51o6PTKFQQtOGYsSXmfMIkGXLXwAzV7oP5nL9gXJysTFKnet40zNRSK73BucmdUviuaKNPZ1quKGaE3vjYZyL74DPc4LvbudmvhDZZSePjQXC3ITVkpNyw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:18 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:30 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA623\",\n                        \"UA2465\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"53c4c5c6-8bcc-47ba-a626-5dcdccb26b36\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"mS5Rz7SKGXq5sGb8WyRSYuSyG79bN6bCrIItrkCGCXNUTRejb4E+PlXdz8b25+gI+1wQ8UP6ZkU2N+S3aDNvowGItDNJbri7EoYkP8ULEiuxoAHQrCKnDfcoHhtkUQb+g1rEB9ydQP1iX1WOGot+/4Jc+cGbt4mpL++4yw31BSM0JOy7Ei7jc1DAPXriZaSngNJumuWsuy2inFQ5QJuxNmYUNWat163aNxCtmcMCJaq4L9so+wfAkaHrZBNX/y1Ywyb8kvf8UM+pMuG6VA9p79cjWsVTApgqigH57AHOQOipIdJFgk/1eS+12zYqdotR3oBdquRfbjbFUCHgkSlW/jPjV1Qg5hKe6CBt+Kb8D4OW1hFw69Kppy8VGjiHrNTPJQB0FSUqH8ppRTARdC7tXt2muN+5trp+xA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:30 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1554\",\n                        \"UA2465\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a10cc0da-4a3f-4a7d-827e-35e26381fad5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"32357674shRbQcsIDfo+10SE5GL5H6eU4It2wAQIcN3EWWaYtmy+hfz5kNkITKos6TZ4CLErRcdANJn1tBELSUu7oyBbuTk6J81FCHkKBM0DVFSpSMwu3gD33lmtLxQxWjGc8f9h78pzBieH0Bijn/IS3SHgZX7JBU196dNCKV6dP9t7fxo/Y9IsgLncOtuC5caVxbQcwAC+gMczIvyYeiKp2iibvcn3pQRjFGxvQvFbnblED9rPEDGcUDVfsVDBnVkkt79g874amOPfgTyr4mIhcGzwiHvZYf2rrRRHiFEG4r/R2F2MU8TcsRS0tFfwHaXm08kPYyBE1tGSL3tEXa2WP9Cesx/ankAsCVvEbV2JxReeJIGZoYicZkPWsGxUh1TIrIWpnzYSJchhKP/omPKfYcYXuFkQbw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1554\",\n                        \"UA343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b5d4a8f2-1b25-4428-a576-b11d146a8451\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"vbNQ2UazR8MIyRyixqfBnp1xwVjREFy99btAo32aljiD8XhKnUTazDplVWvDnlpS7oGqG/fLDISlnsNYGzhq+pDySuphKoeLhvpgGTpb6DbjR44Y5v/raG/43CBfMGdF7Juv6Cc3DpDbH/k+5H60UFjbXzAHUQRRvAS/+OSn7X3DGjrXOi3YPkPHVqmWEAvMCS2boqx0ycQ162x0sPbc7Hq9V6Slrze4LlJ9GVYk/Gqwd0VA7wCQ6vzkrzvRC9CLVx6tcm08wErZK/Vrs5Ak7uVak7QrA1hgl9PzO4Nt64VnBI3cNJRFT+nAAJh1NbmzM27LlvwlKSnbBfIi53UXZwMyKHTl1GG8tGE8QNNEkaWia+Coc1KydJ8YT/ZvH3xzRquaAYYImwHE6jmuno0ZD6NcKm75rhqNhQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:28 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2389\",\n                        \"UA343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c42a1154-d95d-4bf5-8560-706b477ba655\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"LpS5aiq7qadqmceq2NRIao2wZ86r2d0rgsR34vbhs4vfN+SRzw7QdYNYoEVHKhIz278b5NNYDzkJVMYC9wukCjBhjV8PDF53bOifU0A3Uissx976SUnQgbtEYg9EWgq0YYodrul3h99D03wcc3dvYMlnr8E/ggBJZG89W4kJ3UdYiihjh4QwDmOc8z3fLUalkCfjqvw15mi+B6i3I/gQZ2IKnYQ2opm5yMQtDB/VKESbd/JPOxjEbN0RBmfeI3Upcho6VfDm85mjS8zRk1M/0gdbbLpbUH2w/yPUADXK35AJ0DIiQ7juJqWJFMxWzVZSlXR6y+jXohDAiZZOiOtBMPx4LLfga8j2aX7uZ+T58NZ0LOGh5tgk51RAVb6KLFjXxPJ9+zJW3WNp6KkUQB+pkuyUlNscR52Wig==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:22 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1963\",\n                        \"UA1561\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7becd824-0578-4e1e-ad5e-6e8cdb2c11cb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"N1R0NbUBhuU7FJ/sU+Qx+OLeYJClcJeYxBE8r99FPOCrDH6t0Rv84BrLFDllhY0tbX2AsZJsO2ZcLIYAh9IZ8c5aQ3Ufu+DgarsaaLfuImAgTPv+o5GCBeRUN2Ow1c1oRVSfE0MT5Q/x6I2Ivl+BINvvuXAn8AqC2Ovw7Jtl4fj5tCJvI2ZzS19mBIBkJUmg29lab+y29WmvOqYd7WnfiNuG4Wb0lP1VFpCnz3epDx2QEVwvzCtd8I7ZvvlCdqaZFpqharujNvrcfzmlusSZ9+sr2AFX5dROWTpHmj1+0leP4Bor8j+3OoGOCf/zhAlKK6Pkr5ShJOdBgfJ87OSnms6URAGNjztKUWvDyKtTXgI3FBEhfl/00p/1oTaTpTUR3CBqGb5PoKZZmWdplkSbeoEyrk+cpyR4zQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:42 am\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1139\",\n                        \"UA1387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"94460845-8d9c-4ade-9fe4-906c858dc4c2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"b1IqixJaksxmUTIYqPA3imSnfWejop5HU6RktlrGs5QXrOaceqoKSYczBCe+KeJJgHj9ZldNpRwGhsz9KUeV3siOGsIaixhZNkeT9Du2yyxmO5wtfQFUeGnaqpcJAWEyYeBjX8ehDpn74yHQys9HBClpBQY38guEjoV9hYbagwntrXwlkQrQb/Zp94whuI+GhcY4SInLwAYPDp1rG9rwaUdaPKzU8pabw0jgkaIBrsNxKoDjvfT89w2mye6owqxRVRg3P+qiq/Pq1hQvkvvX/eRDBu7gwj05MqVZ+NF+epBiCkpOM+pjRfFMatcMQ+5HErbtk9kitNl1xlTinNfXjfA3MlBAlttR9xExlkcQfmoKLDeUQEWrKDYLIiOxpD7p/jVCSsmYQmQ+s64nq4+mzCmVG3Ea6/31Mw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1139\",\n                        \"UA343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a6a0b81e-3f65-4df6-96ea-489763275eea\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"wtP8sLAFsfX3lYPIZimnT+VvzbeWL+ptF5KpRv8/cfIhV226J6eQq1kViS5iAY2+A7fYkGHF87YSGH/miFlPPnbqaHV1Wjbeh7HKN+411hiDqr3ypjlbjZpvR89p/G+TkvosHZZBgt3Ll5Reuw0HacTJkfbq0IjSYE7JKLBBQaB6qDxzgEHHb8AvBtdKpPRmE7S7LYzdvMquBrV++TGikubbwhD+lNVy+aKatFSdA3K7aavahqoDtuXHKKl03g2iWauINIxFRGWnGw5xSw6Z0fOVbnDBBY1pRmXM3QwFY7TmjT4672xNH3kGxZpxARXYA+NKMf1wvuFrn+IsBh/U8mKJpoXQvoQtdqqnok0q3HLGF86BaMAg+DJqFvD2qlT7zQ+3qc6rMowQktPe5JyXc1FPw3SpY+uc1g==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:19 pm\",\n                    \"duration\": \"07h:53m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2606\",\n                        \"UA2358\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"76c2af14-dbd1-4321-a206-13c099ce7f13\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"+6cn2W3m/L80kmb6zmwiPCYe+VTX/9j3VzRjdzED7DcSMpMyq06/yXTRlc8o76MgkaL/5HHMISj/AyDW4sP6k/xH5NYFBEMb8weFE2qVBC6mgQYTY82uAloZO9Y30mSKipstj3hfIeAFfP+kDNQRvwgeMFsab5a5F1zybjYXaTvxHsr/SbU2M2to0Jqslf3EPiSLFL/udqUVG4/B5PxwSxk42pqnC+LAlHv1olGgGliFVkCQAWmjmUCiIwX0f++VXAPtkPXWpMHjTHkNb3S6iLmgLtBz6Y7O7PCS1NBJNaFyHTgASDVSbEASoiKad7wf4s1kpNBAusySA44sGXcmwuRn903HRMr2zBZjL5nLB5ufMA5SuiVP+7DUjTW+D2YTftolVTnB6Oz8YkabfCpZ3yz+/eaQmh7XYQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:35 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2606\",\n                        \"UA2464\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"48e8e61a-2eae-4728-b57f-e876be10236d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"OhadlWvxWImQC1LrhCMuoAf8dm8jQv/IOiE8buaEymjsHLI+evcjgn6Nbqzk+ZWP51m7iQYKGXb10EdAb4iNwn5GfWHt6ed8LQgURYJIdFhrUpaGH8e9lrYK52dWe69GgfK/JsnZg2TeS9l2MQ4C7YFV3VcCe9PTFhUYDzh5d79AmKAE58TDZRqa6HlJmj9SMNYyz+Bw5THkNevfs2+UHodqqqhvAbIqb+8vjY6ye4KJa3T76+SbakSJ2pj0AUgovaOqEH3Gcx8OoloKDSmzAR9mbZPGpkE8oqnx5Dx5GdHJtIPS3XFi94U9zRJYE/rhpafDW8QKbW4Zwoe+p6GIbLA13IYFapUFMtasaAtPZTFra3HdozNecWHKQaVHSWap2DqNVcFGqrrp9UVL3OZw2hTAIWzWUIIR7g==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:04 am\",\n                    \"duration\": \"07h:09m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3656\",\n                        \"UA1702\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"df75a4b6-f0bc-4f80-9c6f-54751964745d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6SmCX0JcHhG3iO1+QvzeBtJxAbm0H8d7K9YZoMemADgxlweMrvKmAQiXhTkdUt4ekzEu9hNIlC50hljI2/qHPsDXyQfDk0zM/NzPwR1/NjYm7gwD8fOsywExHSbs3zdHttSvb442rsgnvtAB1ayhLe/VZ+GPZEo0U7hacQN7RA2qsIGUC9OL5dW/fECNNQgdIj5lq+rxqdL8vMj4KJRoA3pK84Srcz1utOFMjuexo+MI2lyQJ82BgASWaGzosY891ddEXjDTIqTPMoWiWkDf3Ri7cK9XAW/ivpLHpwsrSeZfiCWSNTGzj8WgPXbIhQ9iHNEloaLZ+4Y5j3wPLUpANM0FSHLR9DC5xwt7tcWvM+M5+NdhMUiTrOh0Ugn96pxqgikIBm2FgdH27tzhLvUUwma0nrvYXq4q9Q==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:34 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2371\",\n                        \"UA589\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7b3bf269-f16b-41b2-a319-8836468cc050\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"w4P1CNKtdKO3LV4z/a4oKcnQeBcdHTDDIsGtGIYuCgoMpGQok8ok7CLsbfO0HjF8KqvqlE45khUNwxaaGlV77Ik8zc/HYykfvg62BS+QuY9jf2lwMJ1wyNOXSt6VUqn+FU9cadH7VVHhzSrz3F3hCXazie/USfXUf4okiMp1rbASYf7M7/rCH8iXVxbkgRBhVc33zVnAQdrEw7rND+PY8ETTD8AQgZd/P9enq2Gjzdr4oyqhr+PeO9m72lJLHxHVlbw64i9+ujpDJdVdWAD/edSlY7vbdzp48Vo0Vi4Fsj7jszqbMddsvLQSfBqkNhK6+nQ27BFNbTh2/MMRv+vXX6c86GZyXvYS/0fksijB7rLri8irnmvuujSSb6SfyoLmR2acU3uj7lfGTaNx/rnB8ttVzk3ivKBRtg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:12 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA586\",\n                        \"UA1812\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"dd09636c-9462-47f5-9541-1b3ec56111c7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"E0Jxf8QPGrexDrgkCvJn8ABuqi1TwpcjTuRos1H37JedhH5I+TpDthncWWOAe23+qqErCj+0isMn4B/ibzynapX6R2D1qlFSZJSUEo4SpYfpZFP+MKYew63T8AGkQlfzYHLsobS7M1kvju4e4b2+UZMRzkMEoQABdmStRuaoo50JxvFFCDSKwXeChiNAkr3Ye7sO6N3o+ZkuPM3SRD83YW860LmETMjA0Pk3p3bJsOmu0oKO8MUA8ISLjhAlBzc/sS0aqO/EpyD1LkEhpXLx6++3kMQg9v4NKEq8Ie4ZbcXhFplCTECf0yTGshC5dynTVXjUeJWBq+S/PmEOzNrv+j/4NzEG2THZDlwrE5eiFclOjD5PpyBn3og59eyGgAfu6bd0oY4ORPvLhL9dTQQJB+AWCcmj8dp4Fw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:47 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2617\",\n                        \"UA334\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"be7124ff-8559-4bdb-8d00-a456cb0f66da\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"qwSJYzXfbue4K+3ePqgQPfc+R/aB7w7lyUfqizzQnOKAgNZs/pF/U5EOusDq9m46Rs/9omGfwqLuAyWLCLOvZ4IVn9kxLSWLSSAoPNCKlxQo2Y/5yU4tQUbh/pKfkuKEF+icZGHO/VKIUZ7i30Nyx/bd5WfeOC3hZny6UwT86R7gy8YZCr0UzidRbhbqF7FdDdtpiFjasE3uIDzkVn0rgek7lPXYpzxcN0zvxjDiZUQ89eCLR7V0Y38sbi+HJzJFxQAw1iS7s2QDPetQGTPZz6Dg+sslFpwmKMFh/MQaVshPzmKIZFXSv9s2yuV6RmpPDl8vfvAp0ObI2hSpq6w88IhGEL1EpSVcgxatvn9RvQcHPCryEtDFAFP5WHlWna7QGpBFcXvQ9Svlr8Q1H8fdWlngOCQVZAZ82Q==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:28 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA1168\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"317bf373-c5dc-4145-8cd6-deca85c3b195\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ig86KlmSGqW+gB1cvIlfNf/tnTin4BFgw8NDOL9Mzpp9NHHReOE8ziLbrRpTsSmo8igBu52UdmG3cTXeEJEC1o9Pl5i/ymY9YgTccN2bqOM41qMDiRo+2XfAeM/HqWUau66DFeId7k1p2xkyKXYtxpx0YMec1L3v2ErSUfGUekh28Ya4/w2tuPZIVR0sW7NBFUGl5xIZ9s0weXYxLFDNuHBoM2LxlINrSk5sggqmZEeE+sQ8Sc1yWdLfvJx1Pe7JlTpaoK32IYZQZf0dKeX7ykDfcUdJHUdnZ4natU2C+dqT5ITXaExJVrRIePbJZHQNf0CsgJ81mckbd3tjweGT1K1CMx0JBI4MTNtJPz8ll7oSk/JvaQ7PPI5e0Praa71KQ0zCE8dJAbHA9094GcnGFOmLnrqCXY6edw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:19 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 pm\",\n                    \"duration\": \"07h:27m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2299\",\n                        \"UA1324\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9da66c01-f2c7-4a41-a279-dfceb3367595\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ZMN+Bw1HlGbeJcniZ0neBcMIZGJPOL0mFoKFvAGFd27ysyDy9F3PzywrxWJrmZxAEdeQ8sIyLv0EIOamuN1zXZ0ei0IIqa022YzkECcFzD+qRKBT7N1maJtgDHm2gH2ahleSh4g1yOnyxs/ww7a5uii7iiFRh4UH7BbBYCYcouPe+kNhGEDIfuip24jSP8ai0YK86taiUoZx3eRfx+leeWcdkrrv5O7YLsyql82Ola+ySp0oui41R6J0aJz3YqlVXpRXNMvqBg1DpNJC2qxfsvNomxXE3fDnz4paim5c146byUbW3o4+UxfbfAXGoMjnH2qtsdVqca2LYC9mk0471n0p+vHYURSeip9ensVwkFRaPgW2LwpeSkgmix5/h4sl1EZSllonLrApQlAxOIC5nJ601tSCQm7d6w==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:50 pm\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA484\",\n                        \"UA746\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"80760f39-0089-4a38-94e6-ee53d1295310\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"yknOYkjKg1nPqCsYRSELYrogOU8eycAfXbQ9mAVKJl4isAqiTDtaTuGGACtdHaFSDbT9s1C4H55b0NGRZyKcJJSWreYMCBLTWApsJlHc+z5ljQWvvJQSXzfD4nPS0knrFr42WA6GCPpzRoTEZAOZAVfkFHhIjQTrE1Avlt6UIak9x8fB1IAsaDBrWwuM7K7Dpu9duJkLTR3APAdJ0/TdWEbrDq5zfVcjOf/qCAz1qBS3npKi70dshlH2/UyChLhukrLIzr0PIqcTQARfk61PGAbIxV1FlXZo3mTCjsZcwMLH1iMj7N+ImNws78fN8L50KzGt+icu6Ez1FyWZofRR0hRccfCqntC9QNh5Wip8kSu0yoRZ6lvrSMKN4qCkY8YujV6mx/pmISprqtnvQCx4Giu2/5iGUnIJMw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:28 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1842\",\n                        \"UA1324\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"621a8216-0f30-43e3-9937-662468e8bc50\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"pxvgSSrtO0QDWOGokpnJ3wWZyR5rfFE6133u0jc0t0y8rqz9YO0/x+tfuh041J1PXgnjKxh3kNiPrpep2Ekg+5XMnfP0BEfpws9D2MwVM1hlDWwS8n1HgI7KzSYokhfHUWtYZGVHLhloBpYyorqXIS+5Vag53iKSa7ZElyiEuaFVWjTdu2G9mfdl3QOAOuYRHDUGe6CQrRrle6Jx0adl/WMQAojaQiRz9paeAfXsSP4RU3UKBzd9p1yqBCrCUbQiQAv6erRpfVn7gOdMG6T8ektuMYEdsyvyDEHNP4i2w6wwnOusUBbtrhp+YgEyU8iA+AhcJ7ck095RjPALi0Q0BIzOfA20tswT9L0xw6ywVy3yJ6GQs9H5GUOBs0MOKRWsHuMhvlkifl+e6VAI3dS8BX/ZEMFTXADOmQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:17 pm\",\n                    \"duration\": \"08h:01m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2638\",\n                        \"UA2388\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"63937b56-7794-4215-9a20-8b464727a283\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"TJyGY36j3UshfVI2Ck3/bjGXjfuR4k8kkkMuAPLmKETnfEMliE364EJRq1tOwJFWMAQc8x+tqfbrOJdhPgadRw24c+yYACV8PhKzMB4JM2kiR4Snat8HbozM4zI810PqSQFtHbIXLFhlibvZhfakjZ3YZp6vxClpwnoBCcLsatkczgdqgo+5OPaSjrOfVI17wTic2qol8eCEWOp0U3dOV/GubQG4Nx+8bflgRX+bSIP9TWbv3WomBe2xa9cAkM/IVex+P2bcaj/UgPkUcrKUhAcqujfXBMHWQPk5KvN/Oe+AVFVPP+5d/L+7i0uaw+hzUls1N0Ppd+Dkyvtjw+AY+e6s1QJujRrHWV+VEZTeiK65gFK8u5yM5HADXd42IpVC1iRMg6fcH4C8nZAix+wQTk5RuXrq+pzduQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:25 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1504\",\n                        \"UA1324\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"36147795-73e8-43d0-8084-a6a6c8a55623\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"yaR9DcLL713p0GCwu6m+86aWUun4gWTDunGWXlHoWKT89VEAknjS+o98TyJhl6krJM5YI/Ub3yziuas150R+utSMyuHXJrpl3yUoYbh6nJ7JkiiRWaTsuLYrOr28bDz3eCQ9LT6Ij8eqfnf4qromZpm9esbTeHwPKM6IwGH0Kud54hNJuhDhyXztTjuOSn/++8oAUBtLNgzgLlDB0ZQdXbIoz5ILtSuWKKejHN6G/yyE63Yoz9q63xLjvZeUTkSbUgtK/WLDtS209Ah1273XCkNFNOvl3XCYgRaS4zyCkY+T0p/aMdsRilmYeOJg285aUKN4iZLEkUiaSOvldOnGwhtXrl0onCnlGmKkyUvbZwHBtBvw0MhLFveaLIgB4/Rr4RzwaQ2yqjDFn1OCgtVmuf2NVlUHcuer3Q==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:25 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:13 pm\",\n                    \"duration\": \"07h:25m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1504\",\n                        \"UA2179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b75b50b1-b4fc-4354-8dc1-5b251dadcf09\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"u1PgV67fzFJYf1Y6PuVpTkj2qzp/LBNAH6ArkgjJ1TLaAr3j3zpq/YT4Fxu59HPmB3tmJ8SGKm3YFvBlM8xZ3zaDFIgmWJuFCKo7tNF6m05GIbuSuwInar+EtdWIISiy+cQ1tRyo9/wC4az+Knli5dv16Cp+wGsqcSUYXqIaZ4lrY6U2sRCQiqKlWXhsVPMo2qwuOoeJKdKBdS48MyCdDFIe5Fxg8i7Jx3OD+jKzJ1xoOzt80SjTO+7pfvq/zIwOZRSd2VV5aL664itxuNWOjQ/ssD8fN0CRxKNWepEbN/4jgsQIdWqyLvm2MuDmJeYBfJ8RxjSCkrKGxFtzSt9MerjurTBGLYMO4KB+bo89JyBK2jCJCGvv4kv+YkxbA5Clpe70SJFaOUr4ltr5NDIqa1gvvnFAy4ConA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:23 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:54 pm\",\n                    \"duration\": \"07h:02m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2745\",\n                        \"UA2681\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"809c8a3f-8b39-42b3-994c-fab1f39a1944\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"V/EHH/VbLEGGYRXTWKsOLXStZ9xd1TQokf7IU1fnfGwJW4YjdUFxF1fPG8ZF6V8Nr21xcXqf+PRvXP3e9r+B2ymHwY4ymp5tgBZ0L5hcvcj6DWSVUonlFknw0oQI+L+nw2W8gm5wd0lHJSmOCBSLeqGYV9FWCZtEYdJ3jxA/YoYkv8ty7XMYJfuuYqQE54jUA817/isRKfBtF56edY+YfOHe/HHc8SZ4dNqiPMJrO8R9ihii8hpMgLkT4sUHBaJQUR0q4hyg5IAA47VnmX0pLa7LKrqOKRpsYtI831yiO+8a1G2fi3yzXeEgTVGQ9mceiOmjEAYV6GaOuelME6kzD9tN6vZj1rho5yPnBzsI8wLubOwWXc3vwRg0uHF/k1gFCN+ekylGRWLpEn5eZhkA3W2g1lsa50TFpw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:23 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:50 pm\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2745\",\n                        \"UA746\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7d1729f1-3e11-4894-ae58-c668314aa068\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"QgQAVbZGlNTc/gYrZQ+Q7K2L78iWDuwPaVt8XwGO/xII0xorA9YMzbXS7MaI4C/kLyTL04LkMzDOFYUA7IPys5EToIo8K+XJ7IfiZo928nTqLJMnJ9iUe81mHBixDfuj9lgW8pIpdnE3WOK7Ej1uq8uKwYtdM4hbLdHcG9GhzFVf0W5jM2vl72EhMXMdUu6FeX7udqU2zZ2GBpV9S5pyBABiJ3lNrLdS3PJxw1rEdci4f56loqDQAREQH/no2HbA7n7qJx0Z3mu8kDadTUcQepk3T02a49DJxyxpTi9wZKqLubkC4GvI9D+HncCPpz+mGQdLfOfZtApTDHE5/O6U4pNGHe4ghMZwto/MDDXoFu6UoingwWV++N01GiEYoOVjSlSMwkhLJh7yP0nO+MZWhv9bOBjh5Kvl7A==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:08 pm\",\n                    \"duration\": \"07h:08m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3688\",\n                        \"UA1757\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d7d66800-f5e4-4d64-9580-13dcaff74f8f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"E23uyeWfLMxtjkki6FGFnSzI8M9BdJfPIlUelMLqOuqBxI4WqheemlhI0md3REGWWfRnZL1HKsqBN8NMCyyYKdH08KlvLg8HF+Sd+H9lq2Lpw4ieD4AcRmmntTU/yircf79BbeDfAYHjbkZ6RD9Z0bTDZuedNJHc0xHUODr22yK0qkdKhH6ofJsv36x+zfA7EtGdErqQ13GhgJy5cAM4z4Z2XUP3jR9H918WEaweVJa91h3GfKCA24OeqXbK4qeTg8jwuaW0s8lCKtKVgLpLxgb9etbbwWnD1NIW5/RN4zWfGYtf0syeBHaQbeqCXnzpKW36GwXQvCiHqzZ83dmy4YonVcrMPUukkUcYYUtg3gGRwif7PaQIwvbhHFJ83JoepD709OIMgQ6qmxMyI2oEKDwCg0WMbwqIqw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:44 pm\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3688\",\n                        \"UA1129\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"44e53615-64df-493e-a777-21eb99316695\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"rQ0XRbHF7W6WGiZxOOVwIOsd1mVnmHTqkEUZI1PObsZwa/IZ8x32mbUNqnRtBvs51NaLyB43APsEXpjooUBtZiJ3LhDwDM3lakxuk9s5D+6ulhO++6aX0x/hPNbI7St4V/ovwwpcmAeuEum3IgGraQUrgdG907rh0cbnRHWRGBXvqYzSAGkeXwppBkrbMTAvU04i8tRTzTdsUwZq5Vq0AeadGhuuraqWS3abqAtay57lkicDcnU3NVi8QA07PU0cEFfbBTers/j5hpWktdIseyACg08r8u1G34R2c9Z/TudpRIQkuTjk6AywWb40t5KSsOh44NehJshWCQAD49W5nuDAQmNS2R0B+oqDxxqcksKdepk++LjxWlrthgEBSNrK5nzK1W9uzk9RALNR7Azo9b3Ko/NcjsxePw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:40 pm\",\n                    \"duration\": \"06h:58m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA586\",\n                        \"UA2633\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"64023100-8a76-4182-9e5f-4c01bff43402\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"8nnp/L2bQAdM2/hmoqN11sw/8R1Im4uBBmsx3A09bfj1lstPj8KXUI6gFyqtDLYuzrCUanR7eiLUyhRFsGZO1cdden7pn25VU3BiMXiBU6qcbvwXXRgnbtKWRF0pww2X6KCJd6BdX7GcZMZfWiXZj2ST/GCyHDihX2V/70QTggFAcLllvcS6FFnUCZoPdWNFdBzHoLhcBjUI3twE+Sf4FCC6svsbzOgTiSaapckKZrOX+3Of0MAHu+eU2isNRoObRM2nOfTr3RjFlb/LGrPYVevfFY3X7/6jiwcgooHnWwxH/JnaTTB5X6NjlrHmJkoz0Zpgvx0p/3Fkihpr8WVUSLXiUELm+iAXDunZPNGvKPjaSqydMu1tZSI25/jgpRPGdA/0aU05jXETyo80x7K/6Dov67wOau5LaQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:17 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2658\",\n                        \"UA2388\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"44f3e330-e698-4c5d-9020-15c40f91f5c3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"P4wj90jwDEtr1HmiUxd+9YYnD1+fPVJjFUFC2lOVCfEKD0N9cnYemfe6vQP9GTPhVthF0rXRJq6pj5I5cW8Bri0tUYGsAewwhnog2bV2q0B5/8ZQQ7x9FRH/S9wRqy/JqjcuCDKnLjFkfwUIsOZc0wVjaQycpzye4H7d7EuI2rBg4KHtMvNuo2tve9CgRe1ks0xYpoTKMDWOHDHSeDN+00Lst3N2f67hAPxG0zPfAnYy/nQ86kFZctefotp2pF9no0TKwqq6UZhxG8W2mDqkkShKU/saQQV5K9ofmYKvVBSOr3t+YKELptOhDS/5+iS6AhgaJsdm0fp98XBAVr0W5kC2gTzyh9yPNDw9FL2Gtxt61DYH0qWAlxZ+6BIIbemA9uX48+bzT6oEcJnl9OcFAbkLmqk2fjFGRg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:18 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:13 pm\",\n                    \"duration\": \"07h:25m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2199\",\n                        \"UA2179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3d29ef23-565a-4096-baa8-314836452b94\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ABpiG69Dt+MMFrzenAK8NV7bgVyXU4bDTA9CuzJ9OzcYYaa+UGRk3ggAYjQjMO1CfoMX5TSpegPS9p0d8gl1iy0Tf0hQYpi968qo5+vP5mvLjHEgl8KOLFAJDmgJ/R7qkHMt7hbbu0lrQAPtVsdVIUlsYni5JiY240J1/rwyCj0+Xekp1vDdlNplEkEG+93SaH67YAf5cM/fLmldn3LE2X18nlpvPii4Gt7L/ZUEE70Vm9ecU/ZNwA/9gUZicJ1RQy9Vm+2l/TXyJCuGNnt7qBHU2w0AyuUNTVEfVc6LGORLaWicNNxeD1WUZjGEbyA7F+MO8RXH62LokbqQPjPKiHT3RSO8fNHj2RD2qjbDo7/Q8sQ780i9g2X/MaNZ/7meY9jzbsYGz1tXXqgp6OmA+ANgp0Kz6coXBA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:13 pm\",\n                    \"duration\": \"07h:25m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2360\",\n                        \"UA2179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ebc068d9-9eef-46c6-9645-39564961a2a0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ZGzm9ZuaIKgbA3/yZxtiR64STo/nQpXITYLDy1HZvfkRzqqz3Q3pUeKirfEeW5HiHTazXEToEiEIuN5oi/7GUNjnrzboMpds+ZR/hKLgPbrJqivMXHZ8Kxmxh46qamv8FDHt7r8B+PVv9T+WjsGZvwdf7jRUTk2S12Gmm9VKTOgtw9HdSBgRlsvQZYFbxQTw9A/73DOetuIAJoX8ROD33mQAtvtAkWzVbQ8mreiuobZCKtVGrkGvL0dyX5jI3vcDOTxJamLezeNo94yTQVgiIEynP3S6QMcd/9wyTu1vLLHa92N1FTskmf2zFPn2TkYpbDwJjNsoCFf2BCFYuCnoEfwWosqAV2D4F71QH5FxX3W4FmMmXm0LKRLkSW0gnMcV7Lge1SSYdHLCFd7vLsJa/OXs3Oxxw+nulA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:18 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:28 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2199\",\n                        \"UA1168\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"764b5472-ad1b-4054-b2af-e788b4b7d7ff\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"NhD5sE7fPjfIG/ZCqyfUQTk3bBt/fH60xKkqPyMkAxjpmLz3ZHMAKm5bE0RVnIGGjtn8Ve8EMBa0IAcKAbD6zyb683EYKM4p7ezs/81JgbuNCJWryjHmsOsjoS8Nu64+L6J9SzQD7xk6aOJcxAWggYCnjBkWkjgKdLTs2KJ9rcgzOrgav1yg1ybVKNRBeIgn+xVW6jcwGCate1ouGuU/yDlEBv11M3aBW7EbS7yZ5lPlsQJbEX62Ddm3OjD58R268xyOYfGnRF++sgeWE3G6DpVHCxr8MJbuew4P4cnlIvQg2buXpa9YdKMCqSq5zd7RoE+nHmRFgmBt1j7Y7PVkJNYiYKl3WBA7bCFlkG714KYvgLA2N0q9/kYRjidPoVglVU3n7AmY5MnscKfhMpFiffJxlyg5xS16dw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:30 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA2465\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"359f5b00-dbf2-45b6-97a4-5b3fea20a6df\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"WE98Rv4hKKaM4GXytvYGuycyorsCyC78Py1BdmunqtYML+dm2cBLqsOMr97pdz/7Zh83hWTfkyHv1s07nv9qFhDuxoahRcgUnunBdtsC4F4N2zf5kvw7PfyiCrecge/ovK1GXcaYA8l3BXcxfwrtHNhwV8PnntYcM/b7P3AXAKObun0QbezAYMEnguZNpD8THRJKBwhM+SUqZ8/Y3DrI4oD1+nJRtdTv0g/vQ0mqLy81VwQ0uZyEYpS0tnXAr2KpNO34X2SeksXHEswuTyvfZhBZ2LkBb+Ym0R7Tq/RxwDS+ZwTvbNg7j3tP+0L4X/sS6PircNYM5aq/r9cF6nsMFoMPJuxM8iB7QzK7KCUSYStlMuqkD77ixJXmzmqn00JIboreRBecc9IeJ5pDlvIyoBwiagx0L9yZYg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:15 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA1577\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0d93cf0c-2e18-4c21-a247-d8c13dc4d395\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ZBT7nDYHT1DTOR6CdhV6dwosZqrlxla7jEnkfYhbegdY2RhGB8KuVGtWSzUXd5OCCURDvoz/HqlAVaoqNcq+xeNRXQnmVxXhdk8oINdgQe35kP+7N8BJDFA7Pwnu3Y5HcB8c6rkQnPTYsEtc8ahi8rRHnvtxOdCC6Zw393hMZXJmHVsbEw1BJfhZpN72PddrQs0WRY7sK8LEJTA4/ziJS5vMeKNtP91BwpmI+U0OESOKBv9Yyd6w2JYkCucoMxqUsj5D6cdzP7DW8Hriw4tbTghzZpHPG5GOZui0ELzLQBpyygwyWi8XQb7fBsH0+ptjLocTO7md1GsAqtoI13Itevbd5V6ViAC9ujmaA58MYdVLWTNVRG+AzA2ckWK77cTL6P+Ya5NBr3GONFY+YHbA65oDCQqCX0Kq4g==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:49 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3631\",\n                        \"UA2862\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"42a46626-f027-4dfa-92a2-8a85129458d3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6DcpI+bHCfLc6BkXYAwwKay/cBBvVv9Wm5A/zmjkAyVqqScsdqw/k001GXwqP46hr0viRY6Zer2cnJ6zlFUJBxtxZVpYtY57LCnchjbqdJ/0cSD8u98eoEHME9bOUt2BTT6OLihcnzx+fcUOvQNXL8VYKk9hhSE8+npm1lKJsM8+DcbKWLLXgjnoGYoHbmHk4RWyygy8g8efa9Tsc/QnT+wIW2eoLwL1slBqJakZqqM7sMpmUlQFZynj2E4xunLZLx42o+Zf19N5OyL7FCDmXJRtK7goaUcxYlLgBdlU/b9OGqrbkYaUmVURkOSzQJNjb7bm6L1hLw+YKj0Tt81SDnkMk7t0X9pQk8dyKmJYcBU0FMDdugKQ3YzCpErkf/WwRoLyB6o39xfH+2hIZHnv03Jftcg3uStJzw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:23 pm\",\n                    \"duration\": \"07h:17m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3631\",\n                        \"UA1434\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"26d94ab1-f8f2-4a0c-9d41-4e3dc3fe714d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"CLu61H0DOww6ZeJoaxw8I5yxPeeec56AYkzcQWyivn2pq0fv+y2HRf0wRMkZFds9B0Dve0sxV6yIKtN6A8YmWKEb/bi/NZcjT6bB9vqy2HdwdvtA9o3nIRfCOxza80/nYXgkC8lsq7INND4t/38U5cZQ7sO+GLPQ7kpygawVCI4/oj+8F/Kqt279W+fy1MFs91zdbldNK89H8CWZqQR3R6W7RY1X1t01+b92WFgunOLHay7qfhgySIvE3XjqCL3wtVPbfHQdFbSwXM8SmkPPOX0uyQt7PxVGicjOYqAFWt0tRmcwUnD6KCarMrSfJ9Rzl4rpsu9N2GZlGb1DauqQMySo9cJgCyPxM2qvOHR/T2vdhrYp0x8yhd6sJpEE5wzCY/6A8wffWz/3mW8NVS8KBbwnJ9BKptIXfw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:18 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:09 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2199\",\n                        \"UA2475\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9bc36588-cffa-4724-bf34-92bbbf5740a7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"OkB25mdtnTXI7cqLd5OYWlK4u0wEnshOqheywshkOX3dsYWHP3/nX2nb3iWimINU5Bz6v2cnLqNR70k7X5yB1MWJSavPCxWQIDhHvJrI5dda3nSFkTJGeJ9VWZBWOX9imCa39BBjGz1OSv3BvGoBoDVUnakZOp1KAsVw5s3+9nWRg6unJagXv0XT9ejxkGPfO7v+17HAlocpffNOdoH6bR29uqx1SpIIHI70Ktd0f7q9V86XIc4fYjl52YUxAGkP1x3I2vZ7Vb8hPY74xt02RX9qPGgD27y+ejlVThczRFSYPv87A3HRbAOttTBnAcEh5SQ+6WMuKRGinnp3+9Uyv1CJBfCVXS46FsryXqoffiZtTRQftFiwHtDXIA+Y9wcfgXXVsqzA4KJPjSg1HXJUoJCPDB2MoPaYXg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:09 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA705\",\n                        \"UA2475\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cd9accca-95dd-4599-b846-951b5975e52e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"vY+/q4p7KOhv1pHlINg8rpb1xObav+fB9ke4OR5tPRcgtei6Fdf592I+NZHfLYsi5IrqwnVtHFzSCi8jR5VjqbYsumD8CVnVFp23UHSxPMalx3v3uQmjxmA8Wobx6X7q63XNQbsO1YLNYVHWsmnQfoKt2EDXZeso1AVFzvYXxLm7hBWp+U+xxBFGySXYCTHBzoqqKA87y8pAkDJ2h7lNfKwvFrjd5xAenBVNJusjmobT/dDVHfOu0Lkr+s0sGVh6t2VnpaBoMKWOxnkex450kvQ/c7RK5JsqkCmU19FNmRRnDAEd9s7LThr2CEZeWyw3tYWHeJBPztqWx7DoSjfqHc0nJYN9mgqoeZBDlECqznnj64v77rAKPG72X1imcuOMLpycgtoN9oAjSjMT0Pup87EoyGnKUov/xg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:35 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2371\",\n                        \"UA2464\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7440ce44-0875-477e-b6ec-4b446d16d4a4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Udh/+qnZhf5z+lfQpfa0kpzO/OTn0ISJIaoEl1mDBxO/TsQRSLa8yJDqxWNU+0VyLHVNG59hBQImdrsSCopJcPAzgz+nsfYTfrpD2rkfK+4x6mejREEintHB7KtiUUXCG2aXRLCB9ThLOiFckVMUjsPfyhy1pAvZVcGdiQFU+Hz0Px7pAaLv0m8cfpckxPnbJh0HsFPFm4gS7V0xfxbyVyoQpRzXtiM/w8mwu7dj6RmtnNsa+XNHM5N+oxBNJ4GjjhlsCkGTEbGgpEN5qUe0ywFHr6g7kujJPlZ7Xb+48sGUP1oVxnfh8wXcR1oXkxBRETHb1apqSggxDhMMxsH00jINxtqIXri8axwj3oJGiO8zRymGt4V7CG2UA+SNqn6VVEwKZrbwhC9+XnlkYIvH6AllxhGDjeu3Yw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:28 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA705\",\n                        \"UA1168\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"94b4a845-36b7-451c-a6c9-c418be395070\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"HkoUFShjg4NtgD7ioMpmOhmsCPLnq4KWy+rzY8hdUB28hUShkiCSRtO3g5600nPdlYWlTj3c1M/DMtsg2rLlef1L8Jve3vOuLFC579vwQ0BodXe5hCfJFS8RzNcTCjsTqOl9Q9Dc8hFG79NTVjMFsTqXJux9f2x7TiB1cxP24ApsXVIRvSwbzL04qoSvhxm1abU2x2CFOiT9lTfMc3MxM4dufzwAkKMcLcwMsiRU3IJSKZ7UxZAmq/g9IKGNjT3hdcvowKwC9Ichp6qoS59TbM+9eX22fPlXHo2lcpw8debRBeq1WGRuAmPEVTq6w3SO8lchfDI1Y2Vfh8oXLZSCYGFcr+U0ft7tgLxnKVecz2tirPILsCNnLJVG3n1S3N5RmZ58qpX8nBxtzBwxgg3otMDdLaKDjLAigw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:19 pm\",\n                    \"duration\": \"07h:02m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2200\",\n                        \"UA1007\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f9407a95-9956-4c7d-9efa-f82d2b101684\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"N91BVGm5ppf0LmV7KOtzpMaXgEbqEisf6WJ54zhRmAjVfq37Zs4Wn2e0GXkF/KBhtqd2VROk6z47B1dUHbDRGC8Y0VVYSlNTTxNEZlIH557ik4ngOYnYFj+yBmAYlmqDwYUGyV5HDdGAI4qXS23q4zkQRHHPoqnMne9vn+bU0imcLmsGxPb2pNwEkAtJWHCtMFSofFhnIm2VwCnBJ9iIWZS/KzYs/mA2ytOpyiChAX0qenSmhFsZYgPdpnacXpQHn+x/dv+tjj+xRpOhPqnB0wpWDNBRmXTAyQCJ6oODBlokGqItQI0AM2yBPqxDWTZsN5L9it4uc6hm/tB9FbTVWaRybJuEyevybevFbiuYsT5AbCb+VzwebB9Hj+YWEkknMg1nanC8Z/TJTZbv8Yn0jX6kG/tBeD4KRg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:40 pm\",\n                    \"duration\": \"06h:58m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2200\",\n                        \"UA2633\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"70a3d2ae-19a7-4c51-8d04-63f660e9e884\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"EcL7kFJ8dYzfs8O8zK30yX3G9zkFlV/vonwmVTtZrKXjSVvYUPjwmfSpUjzW81w47pwaQ8Ixhlc08C6Od1EObqnE4XfZtSiah4a2CkYcRcrqf8d78xFsmPY7c7kR1X/7hscSPWxaN1jhvMXxhkenTT5Cty6tUu+qew6gzcATdtOQ8PKDwObpqtYHHwToPrTQVUWZljjg3teD41nCa4XVE3tTL9b2ikUjzrPvMntT8h1sCfWETBGB+7FSXDmPbKLZVn7WaTc42fd035SN43T9hZyVMj/jYjlBOrDzM2QrBnnwbwR0bhWkbtHLdYRP4HTg/dnfIpCLvD5kedJQyXAZt1JOwm7VxQsxKYQYgbxYQjYCAVTcoK07YqZB0CTnwLt9b9MZ1ZXnf1dFxaHolRrmw7mKCF1PzZDj7A==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:35 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:00 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1993\",\n                        \"UA234\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"01f17711-ded3-4927-a65b-185d09713d4f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"SJMJgNujOHdOnfka6zNxhk2xXm8lLHblp1lpvimzzgMaZSZk48Mhe16EdSy7D8BtUOPaoIDbNMK78PC2n/MxAvoVevX0tlyH2r2hvupnjaBn6jqKSY2AwNIHZgHe5DimFrnTYIJuQTF8u0CrCxhgBUdBMJmhEOLvj4J94W1WWDYJCSV23cizVYlb4kRYjX/1V1Akwq7GCxKABbk25fIVwinaSAJcTR+l9rujYBzF9sVYEAOwGFK0F/QEXHU3iY6oYWi0+HixI1PWBmj469h7v6/LxfzOv2jzrdxOSruV3yiJJWdloj0319jtXZdcyKpxxgT3N6HCpBX06+kfV29S+OXtQ/IBa/r5qFGAYcygT1oTuF3NNdMOddGV5mO4dhlx80SKktPMiGthvZr8Rb8grx39U1xek+3yVg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:35 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:12 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1993\",\n                        \"UA2658\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"84924c0a-1538-46dc-aaa5-303d21d5a821\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Rv0WQJNHuajMaxFHB5nI/+pQsmYJX9gFSGKq2lOq0yo0TRfbYxnzZ+DSKt3kcABLl2tYKKSs6oC9R7Kqn/gChGDgmJHTFiewDjvbWFnq0lf0s5u2cImlWArtLUiDyXr2GSv8SqVn4vtmk9dSQ03gTo+6u/m7FnEiIxmMxkDGeTEPUQ35gD76W9N7DR5auRCVEkvFYaLaKuHtiqgznxdtC8/7GpKu1OtP4+zb2WABc5X7alJW4OZitAaNMLEi+N2cEnCQhP5EtVnjXXKcLkJ326bM9BYEFcFZCuNJcGt1YhP2lGxNVzjxC5IHly/4i3/80GIPgQ7qpsl7JO+ga7j06Q6RCRKOjda8W8SycHhUK9D4y0OSMUPLaEmQprj71yTBZ4qZPJVspZVizvNWHE4/EHGkbVByNODs0A==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:15 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA705\",\n                        \"UA1577\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c14d1798-3546-47d4-9450-87dde60fa650\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"+MOr6AkOof/iDkTM25ymyNG9Ssu5eq0YicswsNrrSmojX0/GxZ2xSI+Ujs1evkR+uukVKLFrwniOEREM/4gUBWllfvOSWIxSVz27ks3ufKXI4UY3yKNHkfaZBeHMKU+6dRTYpvmRQNJituCHjlcgR9NvDmH5P7dVlHbsaXQGjuYfcgannIwCWiJWfmLInI9LybkV/3LMT83PAQjLYzPT2WAv5xn2K8HyDEhRsCNJ5SdVDjk/5uZZm9ezbBOxaou9wFDJK3EUhg3p7U7h5Z6ePmgxEiC13PEIGqNecj/Q2kpGGVNOLvDtAHMBgU9I4AKEZ/lf3ZHEOnJNPMPmzWW2NQ1EAxFb+eV6EchkMYdpjH0UbFy0g7nt5tfImsq5hzJPn+swCIIo1yeqicpAPxY+RD2J2eUvYKGAJg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:24 am\",\n                    \"duration\": \"06h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA76\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"18d8df65-7ea8-4dd1-9722-c4ad7d44f382\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"6rNIrXfzzVAr85jQARpvQgHZIZNbKWTtlLFdpwOKd/EymL4wmlj0hUy2LT+9AWwoGI9+URZ5lquXqNI3dnK4R5WocYDnFh/gPLmPNQGxoR2uzAwhWta04GHkyZVBA3RzWHmTxyCjdYXbnxc2bVAM6pwJ0QdkUW6YeGWpR8NsZSyGLtyJIFpYiJTOvf2oT9RhiQdTZwHlslOLeOYaoCQdh7120Dd/0Qoh2I1lTfMqoYym1uauUF3rbev4lTkNVzjY4rg4vgd7x2Ja/psCeK2IDG78o7bXTqAHgOluDUAgIvMXjMYSNUn9EUGE/P4X2LClsSFlhsKt+W/12Rvoy2ctR5bqBFe/G8fU8X3pCKQGlhegvrMi//js9m6zo9RTfvAEdA3dmFFNglTN1zNvp9WZPcfDX/exPlLMWg==\",\n                    \"base_rate\": 319.22,\n                    \"tax_and_fees\": 53.5,\n                    \"total_rate\": 372.72,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:59 pm\",\n                    \"duration\": \"06h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA177\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f0e32d12-7485-401d-8136-0d3303e61aaf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kjHECkcAmyUKIHh2D616X4prNkummZ3qLWBCOPYz/SIp/KCLAe0At+8kVHt2XQzWfjgMAg8C2LTE/H757VCRkRS/cL/CUREsHBnCMleCupokWtNAaPY0F2i2qinnivvaing4VYZgW+WZx+JzcZ3pnU6HBKpKU9qTdQc+GyGWFByYXMZLKA1p0sPit1tXSY46pIW4ZUwto5NbqB/89z+sfvw5DVUbNUYZUdO1EGkGJ/iNdrTx9xj6wu2QM/iGkvTi9upxbEe15PCWkORdVsZVjONz05D8YkRHirV4VrtpiQcj7kuBphJgS7zBEtfPgAprLg+NGAr2G/q7WlnvBvHPO9dc7iv9+LtXnlv1849dCMZsinEz5hfuq6jzNnX8Na8n+W7bI0/Ae8gllImwA8TP+N9WYDzHbi1qSw==\",\n                    \"base_rate\": 319.22,\n                    \"tax_and_fees\": 53.5,\n                    \"total_rate\": 372.72,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:26 am\",\n                    \"duration\": \"06h:27m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0ef3c5cf-01b8-400b-a44b-c2a423728b93\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"sVBzbjW99GoMlira+5bbHZP+dBhw3NrEjv4oyxaxHfG7UQ3m/r2DKeOWxpQ8s0HYgUJJb+ZzqX/uvmGLw7M3ym8BBtAeYnc617FZanDzK8gTyBCX5lpBq+ISjwxP1I8ylJp6Y0YbeUP64hNCmntBB9Ssz+SmxeHn2iLU34YYu6WUYDj4AfOjy4draVec73gtSQyhCAD7nhsIvWj5oPfaWh2uS5yhJMgDSB9VQx4HpadT4VHJ+UHmXkFH95fJpDGXp4Fo+E91T+43DgEXH0OEttWa1HwayglAlzNmLnN2KfhUjrpThvPl1im7TcFcS+Vym021Zfub+fSRAgoT/ZLRGYMhaD5NXCCYce/pP6FSx4N/vBRNFgHBP5gnPYroBHxdIs+TuqgdikAafCJdbjAKSosM80ynot+7pQ==\",\n                    \"base_rate\": 319.22,\n                    \"tax_and_fees\": 53.5,\n                    \"total_rate\": 372.72,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:00 pm\",\n                    \"duration\": \"08h:40m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL699\",\n                        \"DL3707\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"bb93060b-4e30-4625-9b70-533189fbf68a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Y1BXGCqgCNxcj3FHrg+bJTuWGrG4+64lYUfMo/RTkWmFnMXFbnKO2vLPp4wmhSv86yR+xHNkKVg0WyGY6lrc7eHmb5N6VwROr2Sh9YKi/ot4iZF5mF+HBiKgCjS6qbPrmalfrtbsjQRIuxHcn/CPrZkP837LGoTWJ3TSdLjz5YHX/u9f7igaNPUaULTBAEk/JtrKjPxj/6xG8ySR7eMYtIHMosliQ+ZbN3Zx9aEig4iwzD5Ia4CJPY8wPIGXBKE1SmpMK7eGJJZw7DhE+EFV0mOHQ5mZp26xFjp/vc3JHLIv9o/xoZOD7L4z5pyzBTbUsww18nwXJfFUSZDILMzntq6p5DN4gt08Z5qEN6bNFwIkDy1lG04HFvpHpK8ljrGVBvw05nKEtk6vDnAk2eWKNdkUo9RhePYXfQ==\",\n                    \"base_rate\": 306.58,\n                    \"tax_and_fees\": 71.98,\n                    \"total_rate\": 378.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:29 pm\",\n                    \"duration\": \"08h:58m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL740\",\n                        \"DL2635\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"239b8e63-65c3-4542-bc5a-6977e92beca6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"AlGSlINApqnt8A+JGBo8B3i3BOSUasjVqa3zWtJA9AJ/3HAgzUnqz1aTrdNWD85CRGnHJSLYBhLUYCAF6fKL7tl8OSpjpdRHtig3Hz04CFfHMMPvSv0OFF+vAMHNtQO/JRmftqQUkaZeuJ23UNDjcaGgP0qSdkXbvLLA97iDiqNd8jDBv1jvW7wYQ1hFs7kjjGXj6NsAfj5+V5KXqF+voYDNOJqcrfzhvXoRrEOrKEVBs9Vi+oYzbCOzdSRDLkiEXu6h7GiC0ZAfwAqNRTxmZoaA+48B23Afhmv7OQaOxtcmEqn/eAzBEyWLylggkd8G9VdST4MthXEvn8nvceXck6MhgMysih/V9NRcW0DUgPUiZvWbocpBXAv49hdp5r7dqFGE+1blspSBVUiMBid4CYUMLU1T9D9L4g==\",\n                    \"base_rate\": 306.58,\n                    \"tax_and_fees\": 71.98,\n                    \"total_rate\": 378.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 pm\",\n                    \"duration\": \"07h:42m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3020\",\n                        \"AA2430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6c715709-09fc-4d2d-85b2-30730de29106\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"sNTExJQtMKuGiyynkSvGNSiB/E9UqtVpG4Q+UPaCVDM4NSYzCPwC6vxJtPVMPzO8xcTQo37oubgcm9+OX2p1C5HuCONWZLXLa0XuBG+R9etOZbD/+XjAtLAv5AZanw8ZuW4sYKgh4i8E3zvVLN12km8K4XDRBQ/acEO6r/ZxV/qKW/pus+RYtYRDk1JNMHgzAkJhInnNHjfngHgwAev0FOo4OGagZ6KYB7GrxyZ/x8jIzwqHQ8DLHvtClnVQrQoZxwiN00U76RnBr95AQIjjABl8MtpoaHirGgpOuxn8C4khAQBm2Nz6fohH2HsfKvFy63a1jExK5wOJBfA+kcVlu47DlFxa3ksS+iLw9MRYJsMFM3uvTAWF4r6XoRj/XxRFNMfcwYDoCauv5O7KXZFXzrA69zW6v84IHQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:27 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:01 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA512\",\n                        \"AA2446\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b7ec1e3b-19bf-44e1-9dd8-53a79a948a06\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"lzbDNtykLr5H/6fk8JKqb4/NBekSIlTqfm13w5jRxksvpMMW8Rfn9mNwbwLKwP/a0+Bf+yck9vcBU5aCLH6UvJzX9nC1f43p7crL0/mws9lJyQ3ICXqGdjNjsdI/olQnbXksfYi8qjzjbo/fS+N1Ca2ZG+tGleEzblR/Y4C0KTX/f0IEcJY06EBViLUlDPBxWmY6RSMdNtbq4ZYR+ro77rI12VS6BUdVpqWDHW0I8Fs6W+OU3QKoKkJ83e81KYSiTPc9HldJIrg5Ne3mkuqnuhCFI/7jNM1UW+b8ejaK0boddQ1vx9isQ6b0OLZ0H7u1y3KJxqDZlCmji1+YhqhYbNSeQeCxLwXy7yAz3g2GrDqSIa4GXoLZV1dlx0RPCp9Z/CZyPenR/IopcjvW8YlilYfzc388Jt3pwQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1150\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"de3f85db-c8fe-4158-ae79-cec5a68a03f9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"TWRi/prUQgXXihVy0ljcT2f95HnlsXdF8g5shRE3yEtUangCg7XbgvCtdGXUDMKi+0WRZPtedl7+wq0NV4+/3hdUS9jRI70nZxRl4fHYnVcYm9wptdkCBCov0a5PvKfcu5bDiuTgtOV83wSK6KTo+9ga14/0aNfqrNoAB348jsoZxScPdkp8dMQCFRaG1j45nZCUPhu9aKC7bIQQXymrhkobUlamQv6gaqi9qTpL3P52ga9F3ucfj8vl8GTazJv8aMl0clxE+BdYnvMNdz6UhZlQ4IErWArEx5Ugl/2cubXORYqCpO7Gnk/bX6r3M2GXmbpeHUEX6J9umB/w/rZ8t5qJPrxMWuJHjcHYuWIbxuPGnizsuem0KKumUjbs7yxV2tV2I8lFj9Xqbws5RIWt6Ez9mgEpkXnk/Q==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:37m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1987\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ff1386da-5814-4173-a71f-3c67d94bb046\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"vwyweJqWeRAz4tkG9L+0WadokzEoF0XWABjFhqv4whVzQInel5BELcmIDiHL/sGzpQUTeV1mDSvXJfcX5hQ+bkgstR6sCFP7UKxaUxdfWsG776b3iPcjkwDCn9g5tdbptVGbDGopohcRYvCvHpK9+d5Fd9/6/FXTWnD2phlTBtN/OefjiH/EJ35xO+N0K2A6W9RkE3VMxahPDqvTl6SMCsWI8YlfogIALRd6uttLcpe6GvmjvCzSniFaFgV0NE1Kc5sE+qaQI2NzqHqcd0jUyOI/7W3AGouL107auJWy41pj6/zItxRDk8LDjCjnBqXbddY8lOR7XhTPb/hJ6tPPvSC8wKqw2Q6hW0fveKtM38oxSGj9qQe3KNPgzgxdjvCu1ZfjMPtpPyHCyn7P38DXEjZBYHdcYrVSmQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:10 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1987\",\n                        \"AA2387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"def4ca9d-2918-476b-9a0d-e92b3a9403e9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"BgAtX3b0FSVIYVIZT/lE/lfFH8G5Fl9ext223bvpIVICi9cc0dXVLf1Pv8FHMjtTkFQqBqaMjdjO77wnpmnJ8Bwhl3dNzBJfKYmCDKMKDF61IeKEuwMlgmTWBDL/C5UhdDm4/8jR1StrhaxSPEEsj1IhOqi+JpMywOBcw7amXwUDJYci5HQSxk++rJxxWpWz6ffqdoStUQ6GXscmHS0W2MPEoIgHs6p8VyyuPsAp94L/ct0GiPIRvw1dnHivQpb2aqYBDMA55g0GYP9BXD6GjBTgrsC/aSnaH/AvG2uWj5AIeKFMIhzHXza2G0OUbODjUMUcq1BaBGXynpBLYxG9Mag3tKjHkcvdLz3nMkcgQ3jT8kGEbhslt4wh8SKFzGj0zd5cTlI7GRzt2OWHsS2tUbLNK9kItichPg==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 pm\",\n                    \"duration\": \"07h:50m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1608\",\n                        \"AA2430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"15ada9e1-d5da-4aeb-b7bd-dcc674a7bea4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Xolp3sJkFFjXvw08YQVcL4oVVRjDqFeIRCe+w6hMvNsyck45hQVYJre/XV+2+hxCovFkIMxOcVenATF8ysirGx/VfdbzITR+ukCuANsudUITtXIIvSoLFt5rouCDkI0hTzVxIB4VtzHSG3rlk8Id2DT4udTb9BpGhPumNs7+EZxBul4teFI3XtlXBQzB5eiRJISyIcFNGJirHuUdt4XtlmWVMjkjqaU/H6w9407C+grqTbu9HMt6JA+kuNJ3m3JO7TZOXLqArTPu9mJlWM5hdUZDbjXAkhfyCaJTb5owp6gXy2aHVr/as8U82CW6R7bvA7cyemMDkK1fQK7g6yJT3zLXP3CWDJlctokY7cICqjf4RGvpt+wzxHJwziDQJnkdbxdLmt9CsV1Upusdid35rz7mHsklzL9h+A==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1349\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e55a7b1b-905e-4ea5-8850-4bb7198b269e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"tJQNbw+9uSaMU8gV7xgSX1rdxNKHuNmwbUZZftdYm6wbI6p0kciSPpHJolS9T1QKz2+LJ4NV+CS19YNTWxVivz362DLwMS+a3m4ewd4bENhC2yzeo+fuxLu6OXLlhvIM9Di/wV/druQJlkGjRwdS3b2dcXSoEbUFErzkRrQcP37dOrZHZ1XjT7lCl+eSuEpHjBQc1tl04fVmgonZgG1zb96qVHi2Li5XpbtJ2KmhiDoyqlR2d6M9AkPyxvTM+SJCex1/+L0WQpSCUSsCAheVBlDghYrSV4HJAOSdiJcimluAfGPIGozv/zk5MQrCWB8hvbFDdqqIcM6U9vasPkCJb5gjsHuM0jn/6EzFz+ivMOKkQLPzt3fLG242eGKQIIFk5mwI3dIsO6lCIUAmeZsnEdCuvqYrR8BzGw==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:10 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2728\",\n                        \"AA2387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a58d6cc6-c443-48d1-a9ed-940ec9d25c15\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"cxF4kUVdhiyBlDN8PAJKOZeNd/Ds1hJtQIasAvzNAkN8VGLGnAEfBPgoC1eH8etu53UzOLAkpI0a8O5frQLTwvvi1/L5wdaV503GHssRbBekjDVQKvVZ3z8Bi1GAIvyZNKR55zdS65YpS+YVsLUonaNvioBtEEVlNWL9Y9x1Jm41XR2AlwQ5d84IYpgdZ6qSMvqpiK4R7RMnDp4N4hDamHVpADggPDZBkgt7k5w7ICY/js7yjuDcMH70MVEvBxaavDf7CaTrrIRRPd0CgjowGRluOL0iJLUUbcJLoqZ166o5E165HJSOI97PRTSUYBK0QYPDs6wjJDaY9uM4TwTVRhsG0UmHo3ejScyTKEupun7M78CL0a9PKfOXOgF3L+cxzG0Sfa+/aucjVcqoCro3QVsrvjGYWvSTrQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:31 pm\",\n                    \"duration\": \"07h:26m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3027\",\n                        \"AA1253\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c61855fa-5dd1-45f5-bf83-99682a5d85e4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"BxJ646PZMIGXL31O6OqZBabLgjjpLA4dkiJOiVDw8H2OvlF/lVbK3ywuH1Ag3VfuJkVch4MJfeNmpvsolRP1WrIBblIi5fQwzhPrDhbu4j/unRbVE3S3Ow87/xuzizECskMEI88Y84BBkz4ILCBZJdExAQyoVt5W3/NrLT6oDqp442CtNVqrb3fHFdg48DT9IdNtuAG3TDEe9lvighiGAh5dEZyqrE2mhpl7W2+NDL7zkVwzfaobbQpQPp+Ny0eYT6SK49z/UqSahbVmamgvW6tbH/2MXdRlTM8AhyvwG0kxtsybjTriO0fCVNBEg+/m5MA77vm0YmMBPFD++bndLFxRQ//LBNPOQ2Hi3YlDfaIqYhEkV7WkW9M9eQHFawRYYiam5FkHKQQvqIG8UxyITkKUwm2Rzhrb/g==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1697\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8169ac9a-b922-4c0d-a40a-e9294ae1cf3b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"J59XmSBJypB1yzpWPL3ChEWPzFLtxMB0BgFXHma445qTg33CiUs8vr404UJzdU3mTHIkUkUVIYcx6gJkap7Tgig8of3xL3fMq9zLDvSxx7qifugIEDMJyvCFQ5uMqQVzJxwoW2wkcn08qj4gCA/vA9tB6zg2e34vXAGYtVLsv5joQhL0i0Ehmf/dUilmxJwsuljMHE+UTCfyZlyr1hNhnmvsbLmVn+AoEMgkx6mNNZkXd2jAHowLbttJNNxB+Ly1HU3oy5yBqnxflh1CGQmKOHqFBFmL1V6VDNwdOFa6MkKWSNGeLWayqSFvUpQ5roFJ6xdYQ2HGoiDpAimPcnQZUNd33s+iT3GjruEAYOTlWkYlzjgecPM8EjD7glieiB1ftJVjkIeOfpShl6vlFDHPOidy3Tz9sFQicQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1697\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d281a149-def2-409a-8239-8d062fb78620\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Ze4CoMn2gBLXpXQy06DgcRr3qF6phSeYXc5WrHxvuxYI/8aZAX0cz/NT3hBjzX02iFO1MnAUS2PwfSj54lslR4JcfjNGe8sdv0tPODuxG7+6XRSxfFX4DV6t4yCzwTGz/fXYRlpPCNqUIq/xU4cRnL90PhCUWesdJB7mg0/0G3POJMouaK7jMRzc9wJ9OZEsMRXJxmifMubLd4447Mv7EEMVAeS7cpVrrCLCk4Yp+UmBIgHGmfSBYQAowrGN/NK9b9MiDL94UkfJ0OdLanpJTWFaq/59XvAmaV7Zg2zGgyjc4JdNzp0hvV2d1k1p3YUnnL+RxkIpK7b4SEXlKjpYsW/NQXixJH1QnlzNG0YMOaV1RmRwNs7oAPPfgxrE5UOgoeTm69xnUeYJU1jnq0r4dmMUR6q12yp8Kw==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:31 pm\",\n                    \"duration\": \"07h:17m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2895\",\n                        \"DL2809\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f3dbd700-6a8f-4c02-8091-902233ca85a7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"ExTrvEZeH9WumFfRAT/IRi2etRJ0F3JU++19HndTWCg+U08JVf34oza7XOXSE1t/0zXMCLb+dpag5MN1o2rx464I48khL9KxP3WBQGBNhfHhVNShDvBeoACnrRubsOyhqTYRrrygga/vdqg/2bCXraeNdD7qkbdCx5CbJYMPG2RfqlB4biDrAv7BfyJmWnxJ+BdpJ+7G9XnJIGerolsQzgc40DsPTjOuRhaompmui1xEFgnHNpxsb/KEOYJZ/clJI6tfOAL5koALa5yE9tblgSJZ0KQk/khzcgknGFnomlhvTMCYw35Ml8NlP4paolbAxVFMWhNY8eqbzoO3shcwTjcaRB81z2fEbaBHcgzCmGFqWfRzC3WyKq/BXTdClbaUgaEE+tjmG5ws4HlXI8G6Flfa9aFxYnPeHw==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"07h:33m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2322\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b26ec2eb-606c-4f4e-b872-b48b6f51fe00\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"sEFHGo6Idkv1qq2oiRgC2e2a5WyF2++Xo9sULSD8twsj1rjXIrGtCrICd4WBFu3IeQ5boTODflQyCKf3IEdDasioExIrM0L8/C8njrQEauwy5BWkHJoXrlMThL3/H57EMZSkAOZbLScgZA61WpsjQEyOkawf74OywSPqvOIYlAWOuyvw1xF1Xl7PZFMzV3+Dkd3PWPyV43SncHLFALHmkAQW8kSzs7K0jR7d4vZPWdL9aK5jSx/dHlJ+rCaxPvBL6Zm045bN0VwR8yHEBDN2UrO5eAqeFcrU7szFuR0Gz9n2qKbD09tUfEY0M6J/AzggoW37+jZxM6LRxAx85URNXl+76w/7AyG7wX0GA8KIpmNbD9Ml9ezoDzSm4Y1xdsB5eV4whYcE2CEKtze1r21LbThlcFc9IP7Y1w==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:40 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:47 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL713\",\n                        \"DL1559\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"25256eb1-af18-460c-a0d8-9aafed3724ff\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"CqfpUDqvUZPZmqAcARY7n+SEMoeZja94NxjK3+FDoHDWxJfEbvcGWDwRgSl3WHLG/AHOGLnTY1K7ZPF5HgISSfPRSwggQOTN2nzgWcFQLP+03AeTF7Mii5osl7vU0AeTrgj5thBveN9XgBo+5Cw60sds25FOSSN1b7aYBCZTgRrQPNowu1ADL67MSwGqX+DjRCikndWvh29Jc88FLvMF313tIleuYZ1//MpaEF2dxpAOytBrJOmPQwDZxQaWfscKnOoTx241KUF4/wsmhUpb8YmK5xp4Udni55bHWNFmN5sLmFtrqq3Pszh3sVWISkIssfF0Z6P55M25fSFqAPhxiE68m+2uba1qA7fuAetCh7+BT+hKJI64/ccuR8QgSt64IfilGNJcWCNxBvG0sDSTFtOOcbClhJBMJA==\",\n                    \"base_rate\": 316.12,\n                    \"tax_and_fees\": 83.92,\n                    \"total_rate\": 400.04,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"08h:01m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL968\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e57ca4f-7b79-4105-ab66-15a3000bee20\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"pG0HhGVrwGi8PcZKBOPSWUpbd/TtPyVMTAYNFKqxwawJOxtWwEAhdgDqG3hwG/KTRgma/nqfh1GNa0iRgufC9+2mK5y99aVnivwsZhgItSbnmpMa0rAevRoaDdvdxJeVh+pOlD/6vU89SlQMkxnyHdKwwJF7ehp6b47qNbAWoRzMtkeHOkDerw1VdYwjV7bWr0VDnPgzwVfdv9YXqObI5WJqbPhBp9GFKrzC33o+6jCDrkNW0giNeVBlE2ZRdF1PA6pwh/WWUiLU8HlXvXPHzxmGI0g2rWXvv5BpL6nrIyblajrUmPLXNh05fJV/h2ZJs1hZq2SuFoZjMOxFA9ZPe0vxRgk68GDzeoA7XFSNXGfcpcIm+Jg3fW/6kaVaWxIR9BJxlXyqxrWVMPxi4ByccUImz+b93+C/PQ==\",\n                    \"base_rate\": 328.84,\n                    \"tax_and_fees\": 73.64,\n                    \"total_rate\": 402.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:12 pm\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2473\",\n                        \"DL2074\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f77552b5-72a7-4c85-a1e1-26a9860536f2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"48Pk/mChVvArXEHjU4r+7Ejb3a8lkT6ZpeZcp6prcZCfBlECMrDeq6EjSYXtPAIgvYnIgOZ8Uuk4VbT7avuY6EfbYL4orHNn/DQPq7RC5nQVu/Yljzvmib/WiEgqSa7L2i+JYSV8MpRiOndcmfLgrnBJuqVI7JmZqDrX2Eomgiz02lIMd9JFkiBXriVfGlA/ZV2Vw3j4eAB1AuV9Qfja5+rp+ZPyKWYDRVTEGmbBiRJuhyPkQ6dfHnvWWYqvoHaRS/WKmsGH8qo2FnEUjlpMwpJf9q+958+a+Yh+UyEJik7L4goVQORnMxcedXJj2rBxUE/GabkseMax1kLJ8V+fhZIV7GDn19MirMI0VuGrX72PEd36fm9hSqKQZ5SEG+a7UycadSSl6Hxa/2Sak3ts7/JhmHPaQu8lXQ==\",\n                    \"base_rate\": 328.84,\n                    \"tax_and_fees\": 73.64,\n                    \"total_rate\": 402.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:10 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:07 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2409\",\n                        \"DL756\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2985e72b-1061-418a-abf5-25091acaed57\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"GmQsCpfOhO8RqP1c+liJCr7ThWzyP02UOWQ1aeE6fJrJ0JMfPTBxwEBnfha/T3nGwQNTpyRzp47f/nZ2m4O/4mPF9xoI5bHT82JsxfpU4sh5kPsUFpROIVVKhsNgGWszCknp2aREL/mQEl6txzlXOtuYPynZjgeKNwAKbKPqMZQw4jPSidGggRhdpsWhzAT1F7oAaJCwdqB3goMh73Xwtis8tQD3HhKnV6opEI8xJD+LuNjJgWxTqG2IFYtfemw+vAqeNv+PWLmag+RbvsgUbqvNs7PemIMNWFBItz86D8ltoLUDksyXvttfQ+Omf9cUbrxh9LuZQMSax7VXXxZ8t7/PLlEmJRdrlZjSe+VdKYQvunhq0PTJFtcexTHA4BOQyYuo9VAJ7gIlhSj7sZvjobw8Cl1Gv6eVaA==\",\n                    \"base_rate\": 328.84,\n                    \"tax_and_fees\": 73.64,\n                    \"total_rate\": 402.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:10 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:40 pm\",\n                    \"duration\": \"07h:57m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B6418\",\n                        \"B61833\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e2d82714-7ec1-47db-8d88-462aa3a65f65\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"aiFcNaZn/s45Mb9k5rqXGqlrEnoJcJaTfwMqLmFCSoC2TgV8C4rUPUpe6ShXFhZO0rHt8L/XfZ7WUw6b2QDqfp+G5bXjSuz/Iig/hmrWxqObn1k+JzOQVoovP9hFGXe8YREyMi8ujdQRAx7E+80RNnY/HEIN1gdsN2aO7jdQ6rorBa/qyKcwuxwjP0PpFUn+R4p9ENUYRsoKaWHDNQmQbJw19kw9h5TQoRN2iLSQBHbv/VaS42/sQeJw4VcKf6JpcB5NfbYLtPrKjo200j7VWR1mpjHKhUyj0diBcYhzGeLlujxk+G695uzrRKMKYIuKR0SJF+EHKJlrEjIXDhxiWeV4KRGv6yLVN7/wx5Lf0sU5Ju1bal/eHv6NgNxy9ND9TKjPYab5sGnj3z6LNrTGaopy7Yb/pMqoBQ==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.7,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:40 pm\",\n                    \"duration\": \"07h:55m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B6132\",\n                        \"B61833\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"07d0d3eb-4388-463b-acf6-c1370347ce3d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"FxJkNTSDVJDx79lQuNd0XXjCFqY3/lDfiUIa3U4zQCHfBdRvJGOZz2szFJywYymu35dzwfaoqzn/j4kQW0w5Ntyoj6DkIOmnw+CDEPEtTIWEdAYXosEjbNxWUOr0ZVwL7fsxM81dPnAKgZ7KwTd5BTyQjVpv7Q5AUU97dfShiPgLPiUN+dnCWJQKXtk3fnYUo3JkSrj1KZ2nm8Q30Efp1T2RcxL5wdyLQAzDAuvl3WHF0fQ1/swAKPs+8rwAq+VycN13DFK8dEce2Mj28TK9/kTygxPklXc6oi5U5o4y2ImfHWDeNdHuwK1j0tVc9boK6CIQ6D+HOf91r2TQFrg0FL2T86pFCQh1uv5tPTMVW3rNrQPC2pwrBWIcNa3nKtUlqus8fRLZsVLGrFK9Dsa3JcTLXrayJ8Tr0A==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:40 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B62432\",\n                        \"B61833\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a5e862a0-8704-448b-9cc4-70b953459f56\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"2ZsYg1itaSyIpXGnYqhMwXdRChuSUmVGbypJOMmBg9RLcTev56Lk1in2h0Df8MX0en6oxtrs9G/bK65OoLDYmQjCqvi8VLW3Dw3YtPDwsvYzQ4BLbsJ3it87z6Rde4fwpitlIFgVJGwwGyHdM/+/YGTHxJule4qA58RJP2Jt1SqHW6CxtoH+IcoxK8vFMMECfjvD8HqjeJZgGf70KUqpg7gS2HGaetSNMmT9aXxT2+GxV9nwrH9IPWZGUhGZPA80/BOvZYynDcJyliVouwACjS4P7rr/SGUC/roy/IFNyliHaEaAp/CnYFxZxiT6MaeBW3r3gaq+p3lKHjJP/k1tUvf3fNXdTGdO24dTklXbOhk7iU8jmPHp/bcsnUnLnscNZRwgEQXdJwszrHQlCQdZ1zOWBtiv+uBnLw==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:37 pm\",\n                    \"duration\": \"08h:15m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61132\",\n                        \"B6233\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"794aa9b5-f225-4280-a3b0-8908b705a2bf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"D7pIGiAtwkHcFaudT9MWbO2uNbXUWcIco/pDBRBo1iQt22Ut31+NeLYX7IrmMbweJx8TV9oDyFBb+JuPSUqwLBX2oNmD9MvfM4vwz5UgcFy2Bx+kAJrv1qnfv/VbeMUH8V6iguczFFHFQn3OSuwkxsVMv9twF6HugTBm2HTW/v6h/bV5mbatv1XvwAhcUu3JVaUhVtOCAzE4uYgsMu3H4X7i5wQ8507VOwkSp7Z0QaxKz0k3tEWuL/CKRwRvfXiLs7qxfJEQKHrudKHHnWY/TQDogKMzy+UYW46Yz9eD+x5gtCcZfmoZIqaqgTZHn8+jmnZFtCbpVwihqL6NDp6C1x5WMgZKG/+NnOoSOmf+avgZjh4qSxJJWPe/9u7+08fXn3T6DkPKeMWgrN4Darj/ezQs+CdnV2R4Xg==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:43 pm\",\n                    \"duration\": \"07h:58m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61332\",\n                        \"B6733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0a3703bd-e39e-415d-afba-0b202dff920b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"xpAIB5Hk3N0LdWTm+Kg1FUQZRTCo5js1gEI+MF5MDyvpHNLGQimcx+x0fx8qn/IJbFHgKlW3SfiW0zwVkRHwppT0yjtMgATsQizjMoNOoc7fOtdYKju8YKX9LO4YtI/BeO0DnpX5sEV4Nw0YbT8oceY/XLXojkYXGbLq+FjMACufh6qNlBGORcKF07gxPyPyh7MHVWNYkIGpQoCPiAsHk0ChCcfsa9dAHhzThK9V1qyhoQndNO1w5JtiEVZaahc7n3UXt6k5LdZ/6i/7VG6kg0aAsepU/80jtbectTB6BDndVUT5ob+n1YmR1pZ9wkRKvKoAxmcBU2rtmroC8jgvEgeHkCSFlixHXKJZO/t3S4qSPFa1JmXBhJt2i8JuCkrDIhn87TcW4LN1C9VmgHpkMG9L4haYwrU6Sg==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:27 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:27m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3878\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"90321834-f8a6-4aa5-bfd6-46ea7f2d6735\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"yLcBeIjE0TRA+bW8V0AH1xwaDBXFv2zvqT1AY4p80rs+Y9DzAqO5LgdxuR48rKt/2I/Hy6Sxr7nZDHbKndY2ZpstkDwiaBbEmfJCrzkQKnZN8pUlBNAq3beuGxRCL9b472u0RXZVuQz0M8E7doSg/FXuh3A1iRQP/uw7I36uMApDyMLJRVqncbFdXHc1RPWXMVFxN1P9gPMxm1BTtmEYdqBFb0gbO+pv5ud2wSvHsmiUOrAjdgUbOjWgQzguKQzxAC7htIkduWKy4Mi/L2sg/nUJSMaH1xJYlyzvYEaCjdBkuUL5h2SU2EUf/K7VneP2/8f1i4OVgC19Cimna+0OAZ0IL7U8/IiupiIZmPO6cVh2rUqq7X0e7os/v+aMu6cBW7MTNyBPAaYJc8ODg797ccHb1gHbZfKrXg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:40 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA813\",\n                        \"AA2430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d8ff1cfc-6949-4001-9579-382580d745c7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"+n0RvbROAOvqk44bv/3joErJfsHX1eYGusibP0t7aady1Il8RdGapwvyPgQun9X9ogV20lCYliR7Z0aI+wV/E7PZDb9watf/Wjtbv2W7FiklZNSaip7vstabbKAKKv56AkPYzAEzm3JxWYbI+oOOVu6qOnndFbZJF5egs7baP4RuBWEQ35XHZ7+ib18ugpBfD5/UYm2FORcWR5IThikCtCLzx7Qsv4EsVhYQW18AuUeSAxSDtfxZqT0eYJzWeWQw+/V9rHMKbBuldgxrWCYwSg8rJBejL6pUiVTM/axu2jyQ4ySmTtUZjzb6yQlbZp9Yy++rfAOCkRVQHoJnw5XzTprlmxWG77C0Q8CKPbu2pMKinmXMHqki46xvubwHCg0eBvKby29wTlUDPV2Q4mhlRbr9oH+jYzO7Dw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:09 pm\",\n                    \"duration\": \"07h:24m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1893\",\n                        \"AA2940\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"fe2718d4-7078-4972-9955-77df594477a5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"gr9/2q6PRzog/rrhOx8a5NY2+6lA8/+dihNsx1rQ9JFRzauUxji2veuM/xDGk3z3PuSjAztm3YNFeCcVfgLeeFpFx2ooXjQJdal2/zwqtgRUL3BKQhe8toNdFJn0bNxE51C1ZFNXpp6q1mMSA6RYd+FcvfeXbiHE7UQ1ozUynlUz9QUviKjuFNUjR/B6RR5RcPZa69wUS43jeqEoXHUBCaZVPNYGKnfMzHR5PSvhRzWiF4L7hyK38gf9ErK9V0jZ4JDuQ5NFoMnK5DnFaKMOBTGhyfguAVH4TqGTxMGOgqIfJwgp6GNZWyR+8x9wMnnMyzlNkoFc3Lbq9bztAfHGDFJV8G6RqmztlBp3FC3LPeI9iyAhPBqmnNN1Rq5XBJ/bDsFX8DbUMFKb17mO7K8RdzrFfZDe2VuqhQ==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:49 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:01 pm\",\n                    \"duration\": \"07h:17m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3890\",\n                        \"AA2446\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a3925407-7fe2-4261-9186-9dbc3d49a8f1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"VKUfr55LCGYISEX4Vs7hAHBdsWFNzlK3kfgUFWwi7P8i1grTB8QGWoK4BGm1s1vKo3Jd6QXyWC1kTcmQbEDYvsGAucZBbPih6+7extNxzvGA9uJBdzmop88b8+kU3+58YVZk2TSGUwGr+JYaG1jK8WpDHRDdhXxwj0I14AJKHV6wWCybu2EPhcuq9joT4fl8kTt/qqSG6shw7qmb3JODQn/6rib+N64L9Ici/XOkIcMTKBviZTpS9PLmQ33PM1R/bL3DNQQ/D5rrTjYKKQCntjZYcdpvZUwXNwrPUtRMzrKqduuv0Jq+lVCbmg6KG3sdQART/vRuvrP1x+xqqnzJuD5PPNNEuMK7wiBsZops8w7FuhrJ3jy+wqDd7rJURVGnhqwhBrjtp2lE/nsN+EPPufgkY/rWCMFcmw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:44 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:03 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2133\",\n                        \"AA2860\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e239412-734d-4e64-bc41-7f3bfdf0e7bc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"rSx0X8gP1HW1iOvEueWRMj6B+TMKORzYMD2JUA4O68u6uFzrVRTI5zirxw78dRAmLsU8c5p8TbBhLRE9L/KXDk5sCMDYJ/qrAr8eDTCoNXzlOGF5f66t0NPiawmZsQzu+bIgu5JwUJbr2HRodK3fN55Fvprn3I08eDmOx3LCJTQHq2eEVkUhReMjaZpkusFUWl/wg7w8PH5qG/R9YcW9AfNJ1G7+b0vrXBqVBHKMaL+My45vWisIia2ba0aJ/kCLHKoWxNzv3JAjVB0u6a4l/6FVnAfOaDd/q6m8/5RAh45RhK0DvDiVhMUidHgIqaEc/EHbbNRopklN/k2KfpGbDAwBrT5n1ZAnAlCo2jAZORAGOb08Xzeo9r3InlalDSkinLauw5ZLgb5DTJUHFmw/EvBQ0qknNs0ocw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.73,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1303\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"40ba8009-4768-40b7-a731-50b1484a01c7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"2jGRyYKzyM8BR0t5T7BSeEWf8UFXmCtIpBm6dFCcmrOP7VeivYnqkCLFEMQYRnMMTSat3U6vzZ/Frvy+CoHJIn+fNCQfP8U5pjFuOlKRZYFt2naxbbExUCYfK3TpFvnzzX/VcQh6/IP50VdV6mHhofZuaOHnIEc2x7boQLriay1WrflvZ6BL8kwJKBps3B7oMrPk5C3RThqa+tQiiV/95itYlcKohmAOV8sFD24NaHmAJso1R4D/C68xlx2hvXXncJbjTL7hjILJtsvoOwtVGTA++fhqkhcmg19v+rS+z/jUo+lgwjWRFRviruPe6uCNp3VYIWRQX8fWUhF+awWFY1zhCKHGmX2Vl7tbyh7F8E9ohDhrT+F68fLieHjf9IA8BHc3kwaJYRN0dipJDzxPNq7j3MX2jAd0sg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:08 pm\",\n                    \"duration\": \"07h:34m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1282\",\n                        \"AA1545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a849a539-5334-4d99-8139-90ad5fc027b8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"qitKKZ8lwAvpbelEN3NyIV1H7WNUNxFsFKF1Q3T1sfKw0ctSHKsLM3b3q/FGMRUAggNZYYHPOyy3bWfS9kj8cqbdx45c9sD5QFVRWHyGwWJ//ON2o1AIJWpulZs4lUw3ZmWXxBiscZ3Y+9/kRo55Q5IulStvJFTtICcYrR2WF+k+rcAaglCJKtu7mvDIS8zTsvYphVhxPoLUbJK9OoUIqJDBWA8bYuaur9IaMrqQnKfyTSSeMpZjJt4lcHKUX8oHG+WXP3OfLFAyHOQvOUCkrKhiJPeqE3JBACWrzswfOy8OPc8NZwzBFThAFWbA4xScj9sJ3cNqyw2QVOuJyS80O9D4CUM0dkuE7GFjrENq35pXhExCaFowXuy382/+QLViStzYGGffAasMLeufeJTwmxb5kQM0KdHP3g==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.73,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:35m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1796\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8e7baccc-0d9a-454b-834d-82ddbf3eb0cf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"vEPw7SFUEmeeZ0AzVpJ1r8JSTygpFZ1Lqv40uM3ekanr8ekDB31BYgJP4WHoIHBE1tecDUqBcVZN0oO1O7o3q/+dD+pi+9QEfVSOTTdqXTsp0GqN2NFbFvvhuIxYoB3a6TRbdbJe9pWbST+1YmSLyEiMpxK8J5qkiNtzlBZSsUlIjy2kryIErNfwo0/XsaEK5U0A7jyUZVIMZo1J0bnYTLXpcUIYOymVVPDQXcvhwb+RQ2irXr8wLufv7yxoOVAAO7NvPrFeYbmGjyzsIDfmT9Glq7AQRT8dCmYgDbu7TVHx+xhO3jP8p5nBrlJFcUEEwnIj28xj3LIcwi0Fg8YlyHcQJ7C6ojDBACKKVWkKyvM0Xalwi/YIjzCgERBr/Q+svccqjU4g96j3t7WnS957+dK8KkxIrtk/1Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:30 am\",\n                    \"duration\": \"07h:44m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2505\",\n                        \"AA2428\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a6143ae3-6f12-4ae3-bd44-030698694b73\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"+q+QRLHuVl62VqqM8/hm1Ro6Lz+J5DzA+1LIA0ymuBTCaKdWS1I0Vt41x8cKASOzHIt5Xym+3AeaUhN7vbDErbRC/ohx1IVfP+mc0dcCZzUOfp5iggM/42EPf0BonjO93qf9HdMHSRtHRHu1ftfTIp0SAxwpcvqlDdp4X0sdo6pCNvUrFoMV49MJHxA2L758eD+0PlztTbMB4xUGKsWZS6h3UinrJXUNjcXvnO1AJBsG0gL5ldxn5QUCitgsVSTSwiief/MkXGYJxX2E5bCVDD0Ohf7opzDebrWE7i5r3WZc3qpkj0ysMEkE8dYJLHV51RqCs7FdAYKKAnJsDXOW1s3ZScoZICbtAaiclb3WEKG4Jz2/u2FE37lQ1VWBmCPLxi0sMWDnVNpoTaVDyV0p6R8GsjLID2PP/w==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1796\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"dd317905-44b7-4d3b-88d6-b2dc595ea33c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"QHwW5XCmC5DIVhLSdJlixu5mRRzviLzvZFK7XiwruDM5iFi6FYTF5s8sDrdhXn+ifmDqenVyndef53ZeGUgv7L/HkDxSLocTdjL23mZqXEwDpMAirJ/pyOskCWVNvET6pYS5CIH8vdMf65LT2+lt76BEKI+j7qa/3+uFO/ICjUMhEbyqxjOXSOo0I+Qhl+cMW5ormQ0VlSKsU2WU1yHqWQerP8i2fensTuN99b5uMCqQ8OMvAI/moeO7Y5q/hkhf2EZYHB9wXbIGoWlZepteO5Fj8yKkI3j+yRISVwYUD8Ekp3kEY3dfFrtvL5MgKuqc0RS3Lmrk9bcbr9jIGZWwlYe34+Kzm168EppWoHPl4/hdXJtiyBfrviK+4NR9QMn3NifcD//2eOgvvOBC9FhsNsJu6FReA3Mndw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1806\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f3205236-3c6e-4f1d-9435-acff2a8bb50e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"CRVN5UHkCwjjuZoIUXrjKoYRiu6fXem1r/11b/iXpyumAOVvFd6FjMJNv/ZE0tDMOUeKVYL19huGYI2vTN+etSk0kiWMzzhKFICzdQ9j2/SssYgtfmO3HZwijNK3JMHZXcp8O5ge01nIl6yDXAKHd/jYRGAn1NwPjiZw+C1j+8IdIaMy8CTZjMPATccQyTFL4nQI88AUvUhKpLJhEGXQovFsYTTFgQVK7KBrMvUvLemkgU1Gp2plX4db72VDPdAkaJw6P92p4kBc9qZYbuXd9vPmXDGjPHNvpene4cRVu6NdGEVI2U9HND46VgiYrurbi8/9J00wt/6B2LnwHjjQhL+ReqhbGtyMKDnHuv37nAHBIisk5cSM9GAcBGs/YnHSxLV8aolDABxK9d0EnLfVHDR1OcdpgjMUkw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:56m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1375\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"18662dcd-e485-4675-9c9e-ba0a25ba7ead\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"gV/GDQ0qYzuQLYZiJtjBrgB4oAY4YST6tgS6OOY7FUncKmORpQc8jctmex8YrlxGZn4ZfVv2xqrf+c28w93Zn1OBUvEb4xDnoHFL4mWCM35/pH2TLng4Cxpt2fhQv/j1Ih52jB/bEaKdK+nJVxIgOCtBfILwfPo5fHDE/r9wtKSnPy6QpqnG/6OU0ddArehxDfJD7023zO4pxtQzVNKG9JVaLSRp9C06sAHhI6RyshHjCyS9UtP2NqCO7muwyVN2UtCW3Ak/ER9gLisNZSA9+dsIkawQTHMucXFFurEBCv0mpqaKtGikbsEkU+NLNZgQmdZ/Fh/WFygqRcibFrBf3MQ6B+MeutrRylkpIJd8BZXZqYSTgTWOeCxlJYmTzhDoSeq06ys5IKGVfDZvzQCIPJXM/X79U6rESg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:45m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1263\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ccd75224-289e-4e6b-8b43-42137c6fc30a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"5kjST58zgSv15CLqT/2c017jvffFliLeu02gdsx/bTu4Kmv+AtTX6ue/Ueh+VHGvgplrRDHmycpnTqDlKwihboT5QczblIL+LyKvzebcDjNjxR68Nb3C9MzJ/MhlFE+s5eh1vb5fv9Oa5pefFCAIY5oxfx2mTIKmhZq+/Z/8XOMUe2kNMpy+dJvqd0cRWvmHCCY2Ufuu8uVoKrzs77ajcXph9Ew4bLTAaen7RYJXTmNMtm21Y4S0TGE66xPbiUxzFx8Ou8lgEs7IfBKwHxXA/H4Oqcjv62bLuQDzBh9D9Z5h8JfAB1sa4opSPquewlz+zO/oxLbmSarxgLTkgCdFLD5xt9wB/OZpS+FJ1rMsdprugSArqV78q5WO3mrRTGOC3QfAzrnvcdZ5VGKrUNCHtmj/rfbulCJUJA==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:09 pm\",\n                    \"duration\": \"07h:34m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA396\",\n                        \"AA2940\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"bae130ae-1674-4038-b1a6-75ab46f79608\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kjkDBFJDLM0O9kzGBtG2ExVKe8/wcBrtiYvvK7kEw/C7FQKo5Vy8i6S1h4g2I5GnZfg13f1DgOwsgtedBKY/OzXBO+AFXOMrOlLOQj8s2xaoFBNbPuC7LaFBFgkY30iSlhZ4Vp5fCOzJMcw4ttUNDCMLTleAgtif99EWGPLnRGz5C9leIPKXLs9oxR2IFMYpEKvdTsNjLrUhUSUj2sgt+vnEadFJc5gSik5y52PclGTLjxMqIN51m2eU+/0rmLYcxdCfHLtVUM4cPwDhUH4wOdRNk7GUlKWDbPrryfcdJ3+f7DjQ39gu/SX8HSPJsi1st/tOrzov1wBt7ArAQT+Djb+FiQeuWz+5DzLYAV4Y1fHaG4guD5IibkpFSl4mXUUJzD7lIRaFz3PtwbKmw7FaPphh9v61kJW1Xg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:11 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1093\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c977714a-841e-459b-b58b-50d13a439a81\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"xi5SqEztefgHKj8HB7zw6QvW1dPC80aO4bgcL/XvS4UqGrz0uMrUeHJrsWUHIGaFmTWGP1adxLEz7maiBEugdaBuQ4gBa2hB1cMSZIxvX4TANlXsZ6cG0/MeJladsSp0MWw5/K0mioHrhl8XyMNRZkB5u//XIe6mKq2AsksH4Tg1oEpbHRmLpweUrQ6jxpQo9xFFkXMTQanwRe7TryECrY3jrBnsfV/gnyUuw6pleYenysjqbiPgI3UyYVC0Q2ZhQmWSkTUrdg/eP21iHFHInykdhoC24yTdCiIjZ+UrDifxXoa4sihZuTZpfrybDSIewXkBF8SAHElIT6OwdTwyUrz+QQhqsrtrOzEj5Yxas7m75rSfB12HHo13NQGSIlXrXd8WON9NFn6DXPZgKgXI4YEMqeLfwb7W+A==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:50m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1263\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"35dd5518-a6fc-4a7d-ab81-7362f9c746ad\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"/ZDinYeIQX+WR290pLtCAXxLK3lIdrEQxmwJlkhjNWSHzQHoweLtAvRx982K8M+T1S+/fbC6QsYpwm3s/QQvgBKFdRCj6739g3wiFP71Mkbv3Lr5tpvMfvePiQugmfg3xr0mIHctX3SY5gFmvdO1zDCfDQdAXNb28DHfaviNywlYpSNGX3UvTFfUcuNOsVstm0TrxeVq4W3grjbNKysePiJicj7YSMyNVN8cZV4xhqjbfsQnPJqMtylhsbwkQBJDj5I2mxoQjLbFIYYAr5AyWWwMv9oHq8zBjLjAxn7cHkoLqoBZ3POQSaeyEEpGHn3qCXVj1LUvLjT+xZe+cnTyC1qiDT8855sqEVBf+0MKxdriOxeocaYn8s5fBDLEgQMFMRUtSo3fhizleUZaXTowQh6ffnU/kykBEw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:32m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2088\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d0f375c8-d9db-4f55-b203-c533d40b6dbf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"NDj7QEVlF4PH7lJjX5hY2VOdgs40e9Nly7S4eNmEiwH8By3rMzuZN4ISsmsgK/Pov32RtiP6fFhAGbIXHn51eSJr6T+4D2w2oQqvO8tsbBwdmzSd/QCPQHzmN71SNr0ReUWPLEHY7segq6IVZBX01WwcXTl8g9uV7vMj4Z/APLGKOOdSuAyYBMD36vEG61d9hlkUVhZUr7LhHJl/8k11OUlLsBX/Saf0plzMUGkk6mAZMcCHxOdmIi8IrpNXbkiHfq3DCicFRNJj31exNVhyGHmVpWvHEkhY4HlCCYZm6C9k5P3wWfoG2IodVL7KhP17nJ1shxoZWMpkv03ktNiUk+BGx1ZKEwkiyaO1lqY5KQqbj8smwtDa7FkFRSXzPCLdLZCb5aQPPd1sFenZa1dM2/ZgySEFsWRdtg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 am\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA462\",\n                        \"AA2708\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b29b8ab4-9200-4d58-a4fc-a2fea3461a4d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1YnKKGt+mEICnOT6P8dV5Rw/94FhfNBh9FBGQOswvXTKlH/aVrlGH00ckDNU2jvGWkkCG8FOUwzJdrcVzrksEnMeW+dqOR7E/kepg6a2THnKMv2487GpCsefyKvFiSgH2Vvzd0quwDaM1nAp+qD0arGkcTny7PXXQkoH69UjBvbpX6TrfN/6grvRcg6vIwEK2k4n3ZSuzryQBPJK8p+2zSBfv3wlTQhwbHP4yudOobEkNjdZbk3zK4PqNzDhpDeS8j+dtTFUSQCuZmkqFM9YSFGSHIHsH0DdswP/dGILbV2kb/CwA5punEifYel8bJWsmfhQecrx0CL3ooo/FxUfrYaLGY44wjPE2U7f6G1dhEAg3Nyw7hpUZxrdnuAYR23rgiqtEljs/RMOrX5vE6FuTuH3+cthm7g67Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:31 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA462\",\n                        \"AA1253\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cf226d46-a6aa-45d6-8807-6522b9c6f738\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"UgjwYhDKNRrN/vrOBSByy8mDnxaS4fIQg9eDKiZCBWdTHrEjQDSFZ7sjffm2SPkC3GdlmwumAIO/aKoYw0z6s6Z3UwdyKU96AOtjdZwylRiPZZGJOc2LgTv3XVPo/GZ2n5U/Gt9rDeV1Fq4cXw426eVHLhKjG5NQwqjA8NqcaLmbIv1t3QmK6lKzzctwk/f2gYs9lxNFV1AkveWXj5ElC1mVsTOTmfCLz1/RMAE8Ix5ShhO+gqVeZdVjDoWlsTyHHZ1qg0vwEO13fXN5sL+kRX1Sty0Zm4ujO1Jr79qMYmuEg5HsqaHVWzsvhS1DAGymfN/fQtXQftMHvWdYhje694XEvrb92PHHlzefNlXBtKLEz+DR63cNjok/xubeVUHjZUDiARqUL+tjXIpfYvhmpUFI1qZaomswQw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1263\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"940e2acb-8fcb-4e36-814f-03a522e3cd50\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"4FHCRoWKrc7cHyD8HQdbDq9yaaPW3FVXHPBFAumWyZkd/+GKQ5fqpxmAUvweCtGJ4NF6U2iKWdRWUquzP7Q5FmF+fXAfAZmWTb4WzHthU1xJnNBw8LD8YrGh+jJhNBX3lcG7AGM9djWL6nf0ZWpd2MQexBWh3zNJtxNJoPMvwQ/qMgbL4A8MW6j1uqQipzV8sMCr12Yi/GreDXidIBnNYkn1pTFxoYCkI4c2MyBs3XMGvAYWNy2kggeBaQXiK4vHTvXxbPKK908OK59iNPW6O36qzwgkCzCXmCxH2orHjRvHzdlADfZbCXCiM4V2IVE9klvu7T5HKYX0tIiOEwwqkWLiOgn4QA/7SsNHy9nX7IEOLyoVjAf7h1pH1vIX3LIXovU+4nQe7FQYU5TEY89JSnCaZ6PYWAf8Jg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:24 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:10 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1597\",\n                        \"AA2387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"41ee4253-c036-42d9-b863-a6f042f3d33f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"uBtQxHOXE4WM7WBiBZCoPWo8dCYawsfVj/8Zi519r8uNqK6l8HJVM/yXgHhtOtyNl6u4vRuwTbX2qQIR7HPvtklmqLtGw4xLhz+U6N5BNNFceOIVvm21OhDtP37csdzXm2hfpEjfNuyu3O4vnU0PjUDr9KuGbRSNRBV1/iBImxRhk75+LVRG+Y6/NGW8CKG/SHP0rLfyIyCYAdTKzUgJdcv++z7pyUBp+j7zE2Se2Y2GZaI4l6MRWA5Huu6F7dzH/prEfPM30WWZoJNBdGxWMV0otD6OVZ8G96+aZSvE4AFB12RobOcv0Y/71QfIlTZi6wb4vZDOYxADOVyrJDzRIuHT+238t0/invy/w76/geTTHrm8sXXjZSVfDIN84orRElSJC3DWbKiONYVreS0AgyYNFMXAeFp2Yg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:40 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:42m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3279\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0a0aa29a-13ed-4a92-8e75-07c1e6e609d9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"fr5jtq9MphH6IpeNeN9h/sH3wkF1c9JDOSQFP7fubwJnAXTWg3FsWSBa+Nqv2A2PXfO8mw/mz/J3KspX/0ihdzJceUgRzwblnZHsKiL2fHPFmjkFOSzVAQ/9eO7sJ+GKcxDQRgkXEZ9F7bqBO4BFc6bBuZmvkZ4yVDrFiX7yM4SY93HxCZ+98fBXXMyDb9ja6LxFiatYgviHZrF4Ry5FRpmFdsCS2VJen79eirtilc+ZU3YzSyNbwL5aCbdJj+hWZlBWH84qpsCxkXEQD4Q4/4tkZBNXKcvbhybKOUT0miWHpdDhjKZ+FndPUY/RMOsGkpdHQPg9jhaxOFnKXpgrXT43EZDijN2LgQEUpGEm17i3egirruakfcDKzDzjemluC1hKI2uOcoNSF88R/bVzTE98Abf1efZGhg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:29 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:33m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA547\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1d2703e5-168a-4dde-8b43-3640b965e0f4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jvD0yurH2nSd1u6G6vPiCRwGBTtDeDHbiERMxrDL3TwyjHeW8o6iMMJXiE5wkFHvYzCftmJdntCnAvmjCtLhQOSrQ7PdRkENXeCzX7siS+wenYTsAFO7frD515116+xlqh72mJcpRUuK4CcpC/pNWdZPY1mnoeDiLN3pMalHJBNecYJuO7e0GScUgh7R5QXLbGOSr3Y0iAF5H/oB8QkSpPeBVUnn5Y7n9CTLRV6tWvsIlBWbKSIBxonF8CJf8Uau1wpRBCL8GJtpuT+8PJflH8J4XTkCoT+DTsSlfuPEi7vED9klOYfjJR7A2d+9dvXjmTo5PoAyLZ7NaWGba7GqvCZrbKl4XjLPurE9aDMAb8X8V9JXXfUEqsKZjywK59Aq2+R4QwjXmEa6zKL0FwP19xe4Os8LR6Sndg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:44m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1023\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9115b97f-d8a4-4a33-a21f-fcbfe613c74e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"zdmsjiNb1Tya47jtefLoDcLIS5uol4997FdQ0SB5mrLaP0eXdnTigjr6PnSwquxcAaGi9SsSaK26RA7L2FrHYTvQeENg6dIAYY/X5GJ4kz8tHVjnmUeW/txd76BETAkwZ3cIYD4DQHPQO/T993xv4fWESwpw0ViFOGfuXfniXdbahjnEm9MM3Wcrl8jlu4QZ0YC5htNSwBj/XxLs+s9qCbbxG9s8byWXZFF6EtNuGdge2A4S7tS1TX4vMKb3oERZPq+agBOZ6+bUfs0MyYyVnR+ox9Zk9Q7MTrvygOrTE5m1ldgYyQ80MjlwRn6Jf/lEKgVdht0inW/TkxbzryQkCYj4Cd31vOlbRw+ICKozNlVJmqlK1HRZ4UWe8m3UQKnZuxpS4Wds7qTj4JD3b4EQ3mCjs0DldDdsog==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2927\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b0c20eec-aa0f-4ed4-9a71-edcd42ec87f9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"4my32w+aOt0zehxBqKxYkwXvTFquGfCu/tMrYo+dlT7pc3wXltkfgH3U4fJ8SPams9kSSj32L/HayaATB3SrM0sm+kQhoIarYOiveIm6+HoG5Ayyj1q7i8evdu5TEQUhZmNCbY1b8tVBqojcgBL+yve4d7mhm67yREOlm3SwZnoHGAm/6SZpAsv+eabAeUv/vHkjKv6vBGnupsx3cDqNqqJN/XMfO5dM+dtYJI7PLi8Ek6v5Nm7BKiQ1vPYL9jF4o32heubesXCGZonHX12A3FqIyNm+DJrz9eE9UU+4KC2nNVHsj4q/cIkcxrUvVcUq1KkF+u/qS5BRqCHfpKYQ7oYVmN8m16h7KMEiDJevrTTiRtCRji5qYETe9fShenxIpHvy76RRI2I1D7TIDjAFnrCSqkBOlpRZBA==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:57 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1056\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6a5f42c3-e3ba-4d8a-848f-54de7d092247\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"tj6/USUws3a71r+sgI79v9qI+O8en8i+zdWABGq/s6TBqZw9SXB5n901ggSJd+oRcghl09w2GmOQYjT3kpJWaFI8HEuDkNDcsouTEMUxQbUMo7lXAKaY5eQ+QGM50mrKkVFVqwYHp7KiO7byME7wjhFLqlbtDCyfKaLo1Xyo9B0DzhxMQJdf4uR5m4lLYegiJ89CfWvdIpWtOEB70zhPPGffBaiPtAXN9+ZQ5wW0QcTNjNqo40nMeynZR8nFOSvSEF2GRYOjHc7RgxU9HV6m8tjBDsSx+DlPnn3dTyDA1dqvqSOOwoljNDPdYuzJ8c8f2l6QlIjXcFDPhPxpsETL8Q1OBAWwOQYrDLAK6ViKXyVff+4mBoNr1oFBMK2klmj1+BdIIBUWOUBGEQOZQ6BoF3YwsuuYnDAvhw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:37m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2088\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"faead610-3da6-43de-87f9-7a144695a93a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"LtRjPY9WIAsvZs2QiMifPTa1uvBLt5Dtq5LsarHTAQ46yrxsbvFbOLGAvRVcpT/6qWySEuE2W0VBD9iy/JUZ+b582/r/46K7D3vEdcMjRt9eTIgeD+U2fhqaOhmvXYT9wpC5vT1bIh8k/goNuUTnMiGGTZabbVCQlI5bZtPJUCkE7D/FTRiUfL423+vLxT2iQdrV28ENoCdUCRQEEAHqArK9DYKeeBATxB8EBgqbxRb+SzzSOCNiV0TGIprf2+hGOtBBo3Ucm/Ss0aRBvCVLbwJU1EZKeofK4bAR0E+Pzo9GRxrAggZ0C2HmUaBOmrgApvna2w6s+nAOcNU1+oJC/PxTUIdOu+M9HMcJZX7nElUDw+pgKWz5Od/ysYK6X0PkqG+j6iQPk9tXTl2mNxIY/ya5pNVlXs3LfA==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:57 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:48m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1056\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0111e304-3d1c-4d94-9139-e5bd01f79a89\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"vPeCZFfyr/mm1YUGcLBWaLbBihnHzD94CDCnKbrcc4F257GiMvW8TkVoAWOvxIIFCTtndDkDQfeSEqb0LUtp1u5TYPlhuNIlF1b43bel46CBhEXEK4xEtKv8B52Tjjd90iVvPCLcD6bUw7yTzkG2TATEcpFPVafMXP0cIZmq90cvqDHvXZLzP1hDWz0hn9DiteMuvg5HJkeFkcCpHmwne3C17MCHnKjyryK6PTXnQQ8Rwoq6bACCUDWbficSCZ5CoZ0nYvtQ58hRAY03bk201m9b4tc4QoUnUvRZHoFsRiYDyrhVcz8oIyWLUaUaKkRTsnFoTL+T9e9UFCt4NsWKYAYUNkCNMPogEE2201rWvguS/1TS4gp7+0YhUYu87IIfnuG7FuKaRXhqyBNYfY2qMGazXl7ikiE33Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:15 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:31 pm\",\n                    \"duration\": \"07h:27m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA392\",\n                        \"AA1253\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"49256c18-c5f9-4b98-83ac-acee4e796d6f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"iqx1xpeCxVyj9c13k5I+9XIyXu89bOkuaNE+9BuRbJ9eDbtUfR2SKEQEljl6GWvmf+Aww/TWSvWPbHi6NjUehDoZzcEBlxNfT7hFk4NP0pDaBLx12STPebEar72K2/hJjDoJprj8SZRq6YSrnCImQNHXMmHuJ21ph2Jbpusy9ZIRDGgU19ko8ILhl7LxubXbhJnwM6AUMq0UZW6OeZ0opw+Pzqcl2nPil60zwNZRIFyGVWYW2/6WN5xm72R/wH7CP2HNUTFiTikts6JXgNQQfJaQx5MmBXZ4F1XrnPo1SHgnZU1qcrB/r9P0Loxq0tVbxE8Impvw7SlaKSBfbHbsgYGINQ38QstGDElanumGqP0g5++VLzcQ0uxKuBu0DgoNrI0zIS00l+hs1v60Y7ajvU/f4T9t6VwX1Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:27 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:30m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA512\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9d403c68-7b90-433b-a255-d2d109753d7c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"RP783wZ8fZoK/HccbM1a6Dk/Nce/tk9laoD3chRVF1E20iYLNG78uKLyI2aXtrdjzUY/RAE0auPafv7FaEIdzYXeRTejQ3dJlT/QjBNtPN9WeCOOMthRgDvqt9yWUjOOL8OqNA4Cqzxf2gJBfqD3JaLPsXq/SNhGcNmHTpDwrC+ImVyKnPGHqf9oDBg1QOljWQut/R29qILY1P3DYKNRE3MHB0nNu2iF6MJf7sPSV+zS8WeWoNecsktARaE+wbxfygWPbDMnX3SGWZCPHqBjUqy1oJ536fKsWEk4DxjW269HKF7PBq4IVNr72JKcjIXwpQhX8DRNx3qrIUqwHyIPBhPZbdV5WBMo7/pDvrcpE5iVj6Pr5r7j0fXLtYw5DjffaL8kL4mBGRUjkoHx2m69crRxVUDUAjeDgQ==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:43 pm\",\n                    \"duration\": \"08h:09m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61118\",\n                        \"B6733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"60b4a05c-44b1-4213-a32c-96989b92e2bb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"cTt6auL/diYmW1b28GibM1nwyoH3idSgYktmKGVNtWVZHxQbH7eWnbskQ/AmZzA4Z9eUzUzhfXD425bXE3p4w41uZzM2lesqEckDVNCu3DsgiaWrIiIahhvu3lvHMjplTFq3C1v2fiPC+Mgoasdl6NfZMLAKeumMpJtx6hOO7RKxL/aMpcFyOE9S+Kxvvq/Sv7TzLDUsMtONJ7q0Z+zUcdkZZrJH/Sv/BIZ0QA+PqbTnlO4Sx0t8j3lRPgcELgKquXkhxuGfmo4aD1Lie1TErBHH4CIgL37BxQ/Jb9eaUou4br4jug8Le22LUmR4KdWFr+AzEojoHe3AfWWSDaTF6ikLm62LtFaRRapwRfbLAsOnOKHAN7m/cP4gLzUPDwHzziMomFwqinyLCyFDR8jT6mGpVfFUWUWa5g==\",\n                    \"base_rate\": 366.16,\n                    \"tax_and_fees\": 76.4,\n                    \"total_rate\": 442.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:37 pm\",\n                    \"duration\": \"08h:11m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61832\",\n                        \"B6233\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"16bacf28-ceb6-4978-ac35-572f9f67f0ba\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"BYG3u9TYV7wExBjK91e1A32MPy62aqs0d2eOzmgfmipdbKh4qbiI+hrahOIZ7tPNrSh7S+RPtdtef/C3SavTnBPAteLER8AcQzhGmHYCEnMNp496WmYCaG+TcheKWcnfOX/xNiG7oumhiKD8+SHXC8WxFP+riiuWW1rms6uDvH/aCbFFhxlxylfMfuuOubkRYsfglgG08OmqMqzzx+bEnKErcLABvnc26y5pt4DDXbEeyQxhVDS+JWlpOGwOIG5LE/VVedLIfoFu5HOIYjJCp2YqzQ+Rpnq13rT6Wt04QHBuUga1UdSPFpeB49PoluDVxsADmnqJmt6Y/qOO/WOTifcukOlTMsJmF7KSZMYUiHHIO8bIE6U2Wsed0Jfqr3DBPE5bI1onfeFeHFdaZ/7z6ZnJN2ioofpBmQ==\",\n                    \"base_rate\": 366.16,\n                    \"tax_and_fees\": 76.4,\n                    \"total_rate\": 442.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:43 pm\",\n                    \"duration\": \"08h:05m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61132\",\n                        \"B6733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"56267f02-a20a-4671-8f26-9406e023ca96\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"q48R/BOWaARBe/BkSu43nQkxgRnzaNPoa/HEngowhVuqcQxgeGCPQlDGFm84sMI6//RJ8pgkG8bJPO6pvCxj47GdqF+blRwatHynj+9lRLbvpO6c7kkD9XKekaoFoHtKy+rogL7yF+rEWID3zK5bmtpEJu0PlEEW3aWQU32q40AQb21zqJtsqboHqJt/3am/c1LPgjH+C5XLTxtbE9y/F74pkjHKNnkUdWUbP2gKtrXG6rU2K+/hzHpr5ZleEaJu422ndIWqhd6KVFRJnuIPwkA+hiseNtDF4aIHrMa8dP5lQ3xvKBBJeqJqzo+InZJ6ILc5iD6bcCTSX97xNBicbjS2y2+osJ/2UcQUCTenGD+XQPDh9lHzJNrq5uZF8EqijLoOcXNfNo9Uo6tMaqMeooakLDdMHapGMA==\",\n                    \"base_rate\": 356.86,\n                    \"tax_and_fees\": 86.93,\n                    \"total_rate\": 443.8,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:49 pm\",\n                    \"duration\": \"07h:01m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1321\",\n                        \"UA393\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"48d7216e-23cc-4b22-9180-1d3ebebac4ca\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"9sAHzivgQixF9WnGNz6fqq1lvVWR6GMLtfCPzQQtb+86GBTODd7ttMyeqTZadsUFLe8GXgkCBIckH3e0XYbY4bhL7Z6T5IVdcanDvpPtTEMMGw//TAsGrvK2iFTxm6IArPdC13Q+ZA1qfUaK/K0z+JLCtz3kJN/i39y4P9kuEAhrNZMTDg3GSVeaVYBOPx/GXQB7Eyqy+pfhcewnXVujf35yaHHj2HH8/IlMqqBxBjxey58OvIHnMYlYd7V90FxsFWqUEEvMbfBuoTjAeH5UMbS+OMrar9WTbJp+w7PF+CCJ0X8y4wT6+oKNvtDz4VkvZmUPGBe1QDwO8aI4metSgB9xaRJeWlz3cvVH4GD6unBNctmBvXswQnDGMr9RTwCut3LJOLUWoU5J2AuqZ3P9zpuOP4W9q6vIjQ==\",\n                    \"base_rate\": 363.22,\n                    \"tax_and_fees\": 87.41,\n                    \"total_rate\": 450.64,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:54 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2434\",\n                        \"UA1840\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8dc9be25-6856-4a83-872a-5dade65b3614\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"R9TeAezwSjAjKT3Jl1+6Gjshb+BbMGDkL8ma+oeIN6PPfzzuBDNokTR7mWAwfRrGXNqHXNi7WP7SpXmhpt6d8bs6useMNjD7KA8l0JgejYfyCmWUISM7Axp2TMbFR5ivYMtvJPjx4QZrduWO9qBUVWIRlHSI4rjZFc9KdacZwfDoqLy4wYTSNo71J4BELpE3qA8xmot3pcdOnEwV3OywXmyRWI+KylZfxi5ydHZZy1bFqMu6ZZ3gEWm4m4wkmKFR8ZppO/jwN7L71NtGwStmJ5V+QvUpwfz24UKB7fn2VOcMP4WelZU1kxLV09MGnIQstAJYqM2DguciROzx1Ova7WlQHiY1TdZ1GqGfGrMMe47X6Vdc8J9bEPDftVPKfFokJ5fTv3uJTCMlqUbJ+cmRIThKXe+gx2q+ow==\",\n                    \"base_rate\": 363.22,\n                    \"tax_and_fees\": 87.41,\n                    \"total_rate\": 450.64,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:32 pm\",\n                    \"duration\": \"06h:32m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA15\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b7a86093-47ef-40e8-9661-8d55f7d9eaa3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Ff5SEOY1eO8EfIzKkhHAfzetfhpTvr4uPDxYmVZy0B14alz4mEx1f1dB71/vaoiEqmi+sfiebu0nI5Q5lI8iU9wIJQCeYlOoNYv6Rp/iTZ4YCWTudDwnJV2YH6x5rcYDpMEjmibktMYDuLcoiFJh/ysH56uNbsf3hyKI57apFxajq8jy3fPLbDG8abnq81Obge8bE/kGxrdEG3spy0HgL0XdTr31JZsQ/sYv1MmS7YgKSg889eNfuX57ywqENLNBHD3tVveU8r5YpVQUHDC/Vw7IxC70Jgfxcgd1wWB5aJr3UfenDMxX2ICdLiiOIcxzhwVxzTc28AGco/yU3ZRc0niEb4XcCfE/FpimRBgB9KWi+7GQSIt9D4L1DMMrvJXqWXs9vyaXGbeb/sLUWEjWdXsXQn37y91pTw==\",\n                    \"base_rate\": 404.02,\n                    \"tax_and_fees\": 59.78,\n                    \"total_rate\": 463.8,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:01 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2434\",\n                        \"UA469\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"168b07f3-145b-4569-9d6a-f5d729d2fe3a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"oLgpRzRmUly/UrYa1AABdjOKSShcWxhX2YPRIovnGVT7m6GzFOy9mbRSDcqLh0/B+WJc5hKjaRSH8wMEc+l7ohHB75W68/Du/VyEa+G7P3JawXwSnmCcmg3TP+6ldtOpwpMEkXFv8ycmdHotNukdUD5BKwrruKqm5n6zeZN6F4wMusmBlVIv1yeH/NqTEgFYIoQjh0zi73YJDdIVJLoZQe3+u22Db2a6WchoG8h+ZtmjV6CnB6GxzKib4L3AND3GnuoxY4RohVLm8A0OfI6Aqg9njh0cSd2VX9lJgMAjbBPccwND5CldilNsLw+NUoU83rfL0tdW0bPyoiWBPSwqTBjLyh9dBBzaP0Q90nR/zZpVxMUbVTADDuw6SP0lAj1J1VFiCq3WsgAvcMi3NWivWB/DsEoiqss0zw==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:46 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1215\",\n                        \"UA2019\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"62558fdc-9c05-42ea-9219-f1989516ca98\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"5FsyyXLppRh/sHsSIwNi3a7BbWCWt60My2caEs57MunzQ8STiNatxIhXfEwpbiorpfAjOYN4JUvHuyJ8w3XLs2oxFazkQQljWXyayo0YQPhor8WPI3fpyIidF7wHZ2f0WVnI/DPQfs0i1dkvxMZ86Q/9XAIyBVVYpwGhKGbjFLhifSdj7/ma+9aveAmiX+nf1JQfvQZl0MSzQQdUIK4zWfbaAtBazI0jDa6iMzPkUkXWoF28qsSpqPN5xLgTRLcFPHucFONYhC6HPd+MmhQFmI8K/kTjOfUhf8oAZ3oztgNqxFvkHO/HIzjMOzAjRK15iFZoR/j0Epj57pvk9//1j28Zl9mHD99GSykA2hUCs0MS1lvqxUTfKltJ8FWMnLx2TxLsym/HkAfTyiDGC9MBMjSlJ78Q7khDsA==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"07h:06m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2679\",\n                        \"UA1363\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"122dd2b7-3dfa-4aae-a0f5-0781ed5296b9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"YWEPGeUalwahxb08y0mKwC000cGMWX0ti6DJPAQhNoALgsA6Z8v3kE/zHYL0IoUxAngD9Z0G807Yr3h7WH6nZj4dASjFTfgGqXYIec1ebSP9Emr2d1a84f8DxNJ1We5TvUPi+J+8TqKlBkRONaZbvWC05NfwdLBT60p52uQKwn6G5e2+uPI77niZm2gJh1qRamgNNysrBWM+dHOjsuC9SYZZS3Z5apZ1oPKcXrXk83RSL6k51Kb8FYVjOHExu2kI1X1om41NejMn7KHJPsdg9n5aEg0LtxcptRzSK5lU4ipeEX/wOSCnHhy8OXR5PmfzrJoGTwe4gu3ORJ9Bnn4HMazqlBP9Y7jWSVB44vP0GONB6e5K4Vh51rePlLrINXME1ock216grOkR2EWPN1/6zP9/lz4OsQk/xQ==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2191\",\n                        \"UA2056\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0f3e024f-376c-43a7-95e5-f14601561218\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"A4oUyXyOUP0wQ/e+0Zrx+0sGbjz/Ww8kikMNLUO0bQyh1z/I+kCJ0AKqPrdQtGjpSun/f4SKebSa0+tgBvtUF7hFvGDbbPzKITEud8pt01YpEttPH9mlZXASIxwHFg88l/aYCwGmKYj7JZZA1e8uP72XA8fW/nTQVKosqsOl0zt8bIc4MOOlW2f2v9zzaH3ps1Q0/HnWSTlrstaZdWgYHhVuROmEWzt/x+xXN2i8ZQxOvLwutBWHnIl4tp34W838TL0OZv/XcYVaciE/UZdIeOa2lryIX9DZuw4dlhfPdLWm4Ot0+tZCdcwFBfzTcEdZwPcci3J8Kldu/SG42yK9YAibxYId0r7jlmzQJap63mMb1oeoPfGiMpwtqkqBy8cIE+XFoNQ2yNcgGF3xiyZn1unMdqbIfzNy2g==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:10 pm\",\n                    \"duration\": \"07h:07m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1321\",\n                        \"UA1743\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"51d3c900-b974-47d2-8c33-72377bfcea63\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"n/iZeXG+FU3k49065fZmZ8SE7zGqThG3HhytWIyP93exUg9W27+3byyn2xup/ues1h/q4xdBsdmteyMg5Q3PGIWDzuxGKW21LVQg4npLNEQwqBFuhYLivJwAnvP67I8L8LAGH1U6YBJ03uSnWknEf592DR3R6NBdewPsy5u2yB10koaSk0mOqWA8EQ7y/YP6imJkkmsna6IxnWXzAc9Wp5PSYkUbb74vtdn9C7LmYUqdjzM1RqmE/1rSpKjauaxlFdaX7OpsDnlb0kVlx9H5BB4lPqEzEz4FixBYdT9nZvPm2YM5PtPAOQVIU+Tuq/0xaJ6wz5oKNGn7SJnBpyN1mvjzpjR/k5+lVm4gnkR4F52iITc/cYftSziyfeNY20XuQSlL8XSAXXTbvKU5tH1gi52OX1XwJTFyyg==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:42m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2038\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"85f271a0-9220-4290-b6ae-bf8c14be95c6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"biNFkiGrD7d1HOctMHkvDCILgXVqhi4Y3SJyPoi/HMPezN9k0yS2WYzFhg2qlDON4vUy0hU0ZWG9LsLGiwrvPQGZm0nZrxljY7BZUatGiyFKuI0REHiQFKeHSQ7ldfsfDt16wk7ifNsFlDo0Lc6bqiCbYTjmUvAbaUsx6qz+l/98092VRobqncgv/UODRqBookATdFdDkYpLuNys3UvyiTUqxjT2Q9Oy6MfD1DdIEXTpRWYxQieNk42fv8AcKVGv5eAzTkuFVLZWVbC86LE57hC78HzjvZLG+/N7pYNapr1H5YDPukgE4dBeFnryW/rjacempY5qvT8bzT89WkWUqj0qD4jFkfgN9sr4/ZC9QyI6zYnK/VQyIMOZ+EvBhY43osbip9bKqGZqHsVpLeOm5Xf0amGPF641/g==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:09 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA4489\",\n                        \"AA2940\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"fe1a8e2d-4f8b-441a-99b0-1880a79d6f49\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Ixnm+syY1+KCscvKHdVE+f04s3oSVNDeru2S8YAmErbPNtKyngmmfj91GP5gRD0iSLjKRyNOU4SukrPwsMuxwSuMLOHo8t5QNjeivdVXR933sYLluWWybY+i16wAx5Vw72VVtyTKeZpb4AgUX8L5//Y/yUL/vrqXYYHkURe1c2hXPtxPrygzRtIxwfC9f/VN18/fRy9DJHsPKr4oAQKHjInPYSXnBcCuEvA8VsUuBOQLYCVtKJMl1shZDqx5WGSB2hs4zE3+HXi90ojrYzxqmjAtyh+jIfckZcaoUqz36eMa6IGOa+FUD/HG/+UgCBCyIXSOwaVOhr5tGIFrIdafBrUtCaOAszV8XxL+3TpbWu++7AU3h4J3JVMxfTWILCMiwv2FNgWxtv1Y2Y4tVVh3QRpnmtUWt/m8vw==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:08 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2369\",\n                        \"AA1545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b2cc82af-38f5-4f9d-abd5-062f84d9a80b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Hm8sTWCdmp7IsnjevqpVqGx17Ei1fThq7Xcq00aVaQ+r/0CEAIaHA3IX4LoERei4bu4uugD1eRybcNvuy6ioABwVurKMQX1euDuEYpgVyUmZy//wNYNCfkfj0eX3wmxLIrBZg3kdsxrGQ9D7l9vC8dP4x1dfdYZniUpd+5x0CAHH0sDw9f5XTNZzMoLwrjZbdQCfKnZgSds12O9oqATPX9qV9H+MLSkms3Mw0TZ8HAjb8K45WiszjqSy6TdZlhGKVE3cixOVfUvqGvsTDr82rHQ79WrAKEDt8gG5hVQP0W4jOCZ+D60p0EDTLapoPJtqeRzD5RS5Wjl28p3w3wqPGvC2YhzeS6KdQt+xIBHKYRk2pD7EU7xCgVKtUCfCdboV8P1wDYDOhhym094mSKmRF+FYgQRZnTFrvA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:24 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1444\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d52c1d83-cb3f-4075-8e32-e79191f208e5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"8oMPdHNCtAKN+u/qnaEtMswL7095iCWO+I77h8O5tVOPVNRkIrys3wGd0kO466hhElVGWgTcJwNmuVlp+gYEIzKCo3SXSF8RsFe6XOLiCvuSan3cQ0YiLidt4CgV6fCBgJmYmXsWexYn3m0+7pB1iFn4d7wfQAyPPE6HiQAVHOz+BAtNXy0xdl1BxlwIx+1n43C0oSGShfGLj81SckcqcaqeovxhTNChdM3nJxDuc/fpgR0DbOuQy4gG9yM4JZvVyx/U8h9Ds6MsTwzMcEGb992TAd5f874AVxKCOas6qSIyOmwKgeMV7U2ahZME7Oc28y0pT/KKE3+LxsmNtTv9CcvGguOMBN+0XmbkMrQCvwG/hO2ueBIZTyzS/UP+wbSs+b2yjZWC6MStPm1T/zd0Pw/qmGVo+ktyUA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2234\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"34569a66-5022-4872-b20d-ddcde27e412c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"p6UhDIWnRrMU9+kFb7fRmN/bQJ1JRmGf9JAJcrMRRk4MItAeOPo5V0Ll06IWEhbMWGtt7WqB/ytw3hAwVpnxixYHcVT1Cb1kbEdo9IxjB7/RwSo+qiIw+ekB9UCfQfgEDjPj+7w9YSBCSt03lQWDlQy+gcXGf5He4xBMVJ1Y8Ju78+kqlAzWVzFfbH1KvnhIMHmdTcZwYsYr7IoyMhbKCi+UBY6AhP8vIodT3l2yqGJlvW9btkjOs09D/higqDizoaK0Iga/ixG1AEzOz76QdC4NE3P2AQU3TrEwrdHm81v+zWPwS75FC0P3xDbbE0y4HUhvJTWTWYgeRzAB8Z9QtlNPnGNPJFcTD5uElw6C+lgJMYcEgJhIkQSaWMqOk4lj5Sm++LSyi70jjWTCxaOPwE/eJ0jODU6dxQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:01 pm\",\n                    \"duration\": \"07h:24m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA255\",\n                        \"AA6238\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"294247f0-45e5-4dad-96c3-86e9a8c7df14\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jRjesEQM91e3+BCm2EJi9NeEz3GPMwe8C+fNH89SDOigNKi8fKndVGKW4HxsMnzChQCaz0NceBvWalJiW9Po5y+JmRQkHyAN+1Ks4i3sFRXdtjVSmFHeaFWB+Tk8vm91nIrPUpCXWO518qgRrYH01BlOtaCERByLLHxl9Ziau4x5J46w+iwaArLNX7UIRGlbVb8749yXKxd6aSHhECCf6aFMTud+kNZE9tDNnhwRosmS/P80DwBvMM9sE8WviBW5DnEl1nTASclpZBzugBhcAp1F1ctWK+mUJZnfEJR4u8ocOE7MJ7bIjj+5JmiU2nAMrIEK5zmq2wDLABDWNIlUVKkTBC1+W0VU46DeH22OuFVBc2hUsaT2FKo6I/co/FLr+LLpAvO0fHvYPV+imN1mpA7yBzu2nwyXtQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:01 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2584\",\n                        \"AA2446\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"27e3a3dc-0d3f-4523-97d7-0dd2b99f9596\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"qux/3eNSndnugIPwb1tKD8ZSGzx3WhSRACX2bP/IB87eOKLvqazbOtRNA/5pA/M3kc53BG/oTyjG8MvALMQvmxhY6WX73BSjg+NYIGrCxUOWuhBpREaMy+x+Rx0TdxTxsBngh8HOq9Klmu29R2Js6ZdQaYwHk1edXBLD9Xk3JlCNL+ZN6AgDRYRFGBzFHGc3GmTZEZ9g6GDuhgVh3HQH9w+PHVpk3R7c2lUfu4dvlsNJLbzdFw6feZYZjFr/LN+R8f8I3fzta0gtnEBxNoZ/Ya9W+Dfjh75gCM4AudVzt2x6PlwQT3kAOkmCtNtTTG9srzR922BTY9DIWY82pmh37dFzs3plFAYc1gmFCxgHI07LunjfoUKIyIcZ/O0Vd0wDVgKEk9GW7iWMq53wp4KkJcaZuv4LHB28eQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:02 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3\",\n                        \"AA3138\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"057f68fc-5989-4db5-b2da-c429b6bb071d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"N9iJvA4nQnVfNnvHnowZFDAPhbq4AkzsXloSlLJglCJy9m9syiKGP4LNux4uiCyqJd9+nBC7zlOvWzAYB7yxj5r+IOdFgTvSGuD8Zl2WwkjtlHQA/KGGOqsP5mGuL5G5MzbPhHn4SOJt9u0suIBeMQ8/3UHKZi9oFUig7/sN9+KJknefAI7d9wfG2hdmzytsp5kXrrdgQCWfx8Y1vwfbxBlBofjncEO5HOflT4myP3dbfC6RV+nI6Jinkunvg6bASXIcwA4LawWdjjU9o2gU6C5vD7flVmtVig+lDB4ZySkL69KdYxArPbTQyaKuXhWKOK5biCF8oOGrhvlJH2ZJe6oFDYpOMxvBAXziilckTlccJOZK+nsePBg+RY1bkX1l47h1N8pSCCHnIRu9e/OwvnLxEf61HqvJCQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:43m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA4489\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"edfafafb-a96f-4216-9d26-49bb5970e60e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"JH4Uy9C+svSA7c8CA2URODTVWedqUDKqrOQpGC7w46DsrRy/3u9NgbduHbPAbfVzh8KSMqY8OMOWQjIfZQhQ7QqHxHQGoTkqhapEY8EjxWf9AAR4IlgtwBcBT5zJkB1ZVPbjOnW033zobXZUwu8TKqNXtG8O2Ss4yT8kL6M9ZfppezMCHcXlAvWObG0PL9o7CjEItJXboZytAu+r4k2dwZ7qcDGFfLxtXmCWzUNVcwHALikTaZeX4nq+4KMzlmJrvRICOZdlTNW0GjWpoKb51b/CcSqLOm74QKqEse6UgttqB8eTkc2WGafNOH/jhnLRrCJklQp1KHRUw950ptMIS2jEGrGEcgEQTu4i0qpQ5TedUjAHqK4Yp7w3TDqYqFXT/gwKp7o/DsE+5hunpEN7xQQCoOJBcf+Leg==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:01 pm\",\n                    \"duration\": \"07h:26m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3\",\n                        \"AA6238\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5284315e-ae37-48c3-b088-b5196034a5fa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"YoevS0+e/rwIdd8FbLHF9jultaRgI5cYnqDiTnggTZ3EKjMYctYl+2dLZtnb6SyG64V+vQTGNCyuluauaBvUbLy68PEqOozZAjB/v6fV6U4az62D+ihrXLh984LASl4ajQiF/tKJCyvmI3HJ7yHdNABlwiS691uONRbZgSHqHwLpl9H5gbHpazcjUKWE2Fq7tUA4cKX/V0UUDurAzBKE2ah4dDUSEpeS3+zKBCJXK6EDp+e2SYXjCG5EY6kTZO36yxQo4ZV45Y60LbyAFJCjRdLtEkPlJpAz54PZLZfzaJm4ad9iFfnfVPQ4IchLEi//O5rFlbmFrXFqIydrJf8PSzBfn0GHpJpLnaig4ZP4Obsoy4OSCELFv0ZCGrEDyw4vQG3XJp6E1fm4t2ylManScHxnGdNBCZVluA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1628\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1831864d-f97e-44a3-be73-ff360eed39f0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1ihKh5LfWpAFHCyJSA3stm/loOxzWTF/gEpRIJZNWHmPejc/I4gYAVZIvHu6gKvoJjFoqqWc7LGuLxVmJ0nWz4juZYKn5rDj0Cr/j0lTyvOwcdKhLFpPQWW5V97ZksJSDPEaWS0yyONAjCBLOUtNV9Z8yZ67fn7uOahyqG2NV7hAE3aYzG99yh1gRR1b/0CGU3C9vf/G53hAp/IqdN59Juw8ruHr2h83xQLZuntZXXE4u+KF/+bXQBgclZzEoLzIJOQodGc/oMP5x+K6ZtR9Ed5REmtHJ5h8PIBYiYL5AYdETwYGjIo3QMRVVhD+KQ6I87klthgSL4h+6lkvb7LoPpT9q0n2DEWVSludurEiCVyHUr4pWB/H3H2Y5MG62COH3nJ3DUv+rCSF4fBivAWO283Bnwu4ElDyzQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:43m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1628\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c614252c-589d-4511-8b83-1323072fd915\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1KjGj+Ca6xZK6OKEzNLs+GAJwRwdiqQ6TOX4QIUS2Hg25Lk6Uu0t8U02HojkmO9SiBsE0OZXsau30UMhzk644RQeH3q3vKw/wbdP3UvoGYp3OoITgGHeny9myKpjGv9kGa/mQgnV5jqQn0O2aaR7a6PfxEyw7aILSv2V9bVOTP3gPS4IfHM4cKzCAoTjW2PHPoj7G62hKw2MB0stD9ocEvuQAmpjsOCTLfEiK+3q43eLVvvH0VITAxBW0/fBA/yhpIvLnir3LViCcXfT06bNKWvaS7Ntd4OREfArUqLctKvnADbmpc4aQ4tHY8u47JKpNEAqZyirXA3Qb8dYzmbJOwjPO3YZ1nA1PfF7CU/r09XoRD1sa4mj0qB10nbSh/fsb4RPwvHUfJ7cilkEY+rl5Y+zlCHQQQo6SA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:48m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1628\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"013cbb88-51e3-4f1f-bbeb-6217c46fb203\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kq/c8zvdJk0oqMockmltKJ1YO9qVqA69ZQE4jgk0nEpYNpPfhXTDYiTItyUAX2YZoBRFz9eFRCreXpHiaCECz/+aMwc3cAM3wKdie6z5SOVcEuKufBfl7i42waHpyxCRsLwv0IYZ7OupCcM2Y5l1gO4LOyQeYofaPFu+oiOOKgrezLQXDXnTd/IHaUu/5kV2myOptyEva7M32S6SblwqtY7+dEtRYIlw0rni0/KNdUmcC7c/Kx43GcRVV4+hNnga28HBuKh3L2An+ajF2SO1+6s0fLjoh53cN09+89gdMVMqrFUh0AkUCmiJByWTovF6Zf7iKZMSSkmSeZov+ubDGZr6peEoiEMob1xhJDF3w9SJ/Eofiao8uyegrO0aZw9sP/cixkkWT5eUWJVPXPcUeEZkOlgzVEeGfg==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2829\",\n                        \"AA2421\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1af58847-82a9-4ff0-bf52-b92d5b320b88\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"X4ITrRE2nSrW7ddUWALqNrBoJnSidG8JY2zOkOocSoZk6jV3wr2TmNl6oRFa+5jBwNU9+hU63ifKoSIuxTkB95Bs2ZJnH5xIl73xv/i4mjKbZk07eJNUAPxiFtdgTPOjfX/N27Fq9F6yASzQtewfEKLBP++ebedE0Hx/Zy34/jugEwxT1Zw+wV37yIRLtdKcHVAX7zUTjtVbyFlTrWs56dnY7chg0GFamnfMnxEgRLjAwsv3g9pyhNJkaMop4dX32vfM1WozcYqcEy9ljgu4aH0HQJswZWsaM6IS3u1JSG8Uya5+JSEcRNoX7T1rt1ObadE3HcPjZhw1+JbqLgZUy4r/2aVEF6FMqyIYmO1FjSuk1WjVebEf69hQW/E3wtG19SFu3qvTlM3CSW1eH1hfjBo1Uu9Gdw0nqg==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:47m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2038\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2553d3a0-9a72-4c90-9ee0-0ff9fa9a52a8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"0JW2viNBznsUASVZWVt5PdkNY0rORBpPWWkTbbQpo6hs3CAhs7576KE7LM61qoNH7GQ4jiPiRrdUs8XFt+PsIttjb/HQqDJ/JlhOHdEDNNIMt+6dzjv5vTm5nuwxKvfOirS3GiZ5ylFJXMLAPmpOqyb0uh3utWpbzy757urecI1xsIVuf7iwAOuerb/24rH5UkVpA3s+TYdsh3V65IEd8GYa3xwbyDcRHc7mM/Cclx6SOmBaElqKSgk3H5SQMTBRr8oA4p0X81T/uAmDboxQKLcruX8J6SrSl8Groy+8tF3oAkYSgI/Cl/H3MM6m5IsxrkvL8d4jqtqnfpmzl1ojiWO6jODWEkgb7WyhOzrQ5ZwLWlG2CDN5Rjy2NB74WwsK9Yz+H6Zj8H6okO+hqGV7ptdxm3okVnRZgQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3179\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c54bfd6d-5ef0-44d4-9a6a-795a3895d01e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"GGf0Hra9CZfRFhjrNzeJpkUKSlKdYQ3uRsGpcOBRU1iXbdCzLf/V1hiy7lz3WP+8KQX9X5SuZCdLPvi/0/V+ufEbQlZ1BY/+jIDKe7QmtxGP1Mm5zGiRzEhzhSGdVsstw3ZFR027j8VG9YKIWzMtyQglpsQW6ChCak3NT8U4ixBr4aBGRp8dLGbtdQLJBrzrGqxJvUlGK8WhM9nUpL+Zijm3iC3tvicxlc3CQQcS1uDiuHnt4SM2kaMEdHyfjiWm4THfRiXSmnXGpuGbayVue51Hk8NhACdzk6VB61pymKknjh7wr8qDqvQAS5pnOAFNI5u3Y55UX7la8NLmSo0jrUoEc3BZZc/a+gg/I9pnesGgheM8wt6sy2ft9F8xcepdUFhiSEuaYJFP745KAbtefqZYtB0OoSyWEA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:31m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA495\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"511fd82e-726f-4e5b-9860-1d96dab8e673\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"xEoIDvE31AX9fhmOi07mUKkMUsr6pkI5oHdp5of6qUNDhbUP5pBTjHJqAghylCxb8rxvwKeQA+oVBQcQKzMrYC2bIRhWi2WMCmPyNZFjNPoFxMq4NW26YQzz1SNDtMUXXcHbtjbXSWRWMD8XRHfdJfbbueR9Y673MCLUUdKTQ9in8Tnx2BPqpGvB972nhFnPM03U2GqBQ4UP2wsmdu6emSl79KA02a//osgVB+bVBgoIMm/8tazcbSMkSmE0/r8n7qYktPQoKSBhLyEWKTk5Z2rUANEpxth5Jr1oNOEF+JXreRjvueALHn2TYKTgelRVtjvuHYGyt+DSAVTuholDUlBaEZcv6Yb8m1DLtl3WHKQBcmGb1hvOGE4wL1LWIHIlK66WRc4B6FKyDp4nE9fLJT5WoUtnRpJiaA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:51m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1766\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8ec33e04-8f83-4485-a63d-34e597c88c4b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"SqIFhepJ/r5SS0wDe3o3qeDb+RGdBL7+f23+gbklglmBQ8ss3+5sIpyIzRoYJVXirKRDBseYSXpsgFwICVKA6EWE/NG6nuI7B2pT4AWmVRB/DBoJHTZVKle8Wi8zx7Dk8SZ/VqvVKbYOdqZV78P47Nhl3LT/7MPDKDj6OzLoFR1NaQqC49HxWi/QXjtVCk/2M/vYbIUv5FxwnTYoWAoho7uTD1dkEOw/rYksTaHIlUpmJPvb7Em8+3H997y22bhXyzOmjlT9VCCFejO76uTCmevhs+DDbz9RPEbsqDt45L7N6JEmnaFg2Vt1WD7LSeZM6iGRuiNjzCRKH4JiUVkbCXzz0NLZuZqTg0iQf01FfCW25MfhCYdixJhUeypCGfJFch6Ic6EotOtxzBuq2uuzamJT5JuEmZ/qyQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:04 pm\",\n                    \"duration\": \"07h:49m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4989\",\n                        \"HA6545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b2589902-536f-4f5c-9dd5-93053c352de9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"qTy++joQppIinMwwifHVyv7pItR3u2M5W7cKkU5HSs+DqYzM1Unvk9FEZkYjZrigHyEDc9VE2UjZNWN8SCnzI6707mWZd2Iisy4antglybavmA70awSyXX7XvRwlSFi8C6cbvWlNiNz8IVsQc+NbonPyLd5/Bb0plRD1LLvhMmKud5/2NSRQRAe6JkuRvUIkFvaLBtnnsUr3UQZan355xGiThsLDtfeRf7EIyt4Ae+Pbj2so49MChYFesigxgjoMUnKCd6x5s7kLhoVEdOrDkXu3gQ9PDJcfQNWm1kttnUi631bec5X9WndP1NTaD+wSzJBhlrsKViTMwcFTS5N+aUAhUtGKBo9HbBq6Mr6c0PPnKVAE0EmItB8MvmkQvwJ1sbda5Br4HOjeyiDsvhn6r2phGCiWmdMdzA==\",\n                    \"base_rate\": 400.2,\n                    \"tax_and_fees\": 90.16,\n                    \"total_rate\": 490.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:50 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1626\",\n                        \"UA1763\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1fbade72-8348-4721-819d-a119c6f27cf3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"f8jAcm20oCQtawv2awoLWt2zjSJqnQQK6L0uTN4SushErT59FhJmnz9KNlwF4CGhN3uC6tFiyOJklU/WJBdzVMhc84oz/p5MeMQsb2WE3SnRplZy5iYJf/y4k8Bm03A5gKonmdyjQhIepVRHlrE+gffSsR1q9WvjVq7HWW+HgJpPHVyxEXtsLrfTwGMTzmVOP/vETS9x522v9vGCzGjn0Gpl28dlauuY8Vpz0ixSe7ceesf/epNsiS9ZKq1j5d4zLxZ/6X6uFzO399+sjhOGFV80lUkGA1nj024fckAXcQOr1/J8t0kCAl3uzMfXafeWZxuviHZ45KqssRc7ivxlsxKYRJhvlfPLbOsllqZ1og1Ey7BtnelgUKpnmT5pGeUwm4iLIbrXMWkGxn4qUjtk+ZPJ4WrQwE4EAA==\",\n                    \"base_rate\": 400.78,\n                    \"tax_and_fees\": 90.2,\n                    \"total_rate\": 490.98,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:50 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:12 pm\",\n                    \"duration\": \"07h:11m\",\n                    \"stops\": [\n                        \"LAS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1162\",\n                        \"UA1799\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"72789823-63ff-4358-ba74-7734419321a5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6T4Xu8aNGWUJ31+OB08gXq5U5JbzpRLf2y/Cba/aNQP7/9e5ka+GjhibgHfifEC7DkO3RbYG2JeZvZEK4pAOnTKCnMcR7RL8Mnkj9NFWOoHtwIWH5ZwNkdNItQHyf/7I9fIZm75ulCGM4luxquILid9MnNH9nRpcDi6PbDpEaA6NprIQAbKUpPybuPi5X90KXkZ3RZpTNrM1ApRghImJRKYOaTauf633HSAqjyrVMQvKmVSYHqo+4C5X7zPqCVRkjOsuMBFXezShtarMoUFJnJB5jYPpyBjr+LlkgQi6hQh6tSDqKelg556A5CDwIl7U0sWbB4z9lcECTeVyldvz3QKWiljUsrUTAEokdw3+2ELo0+oq+8A6YJNHiGz8x3koWk/FYE5zLBCSKn35impFu8w/Rcq3+ZKmig==\",\n                    \"base_rate\": 400.78,\n                    \"tax_and_fees\": 90.2,\n                    \"total_rate\": 490.98,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:25 pm\",\n                    \"duration\": \"07h:13m\",\n                    \"stops\": [\n                        \"LAS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1897\",\n                        \"UA2047\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d65fafc1-431c-4bf1-8116-2ad91045d738\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"jXiXu4oUHVU7VkbfhKNCY/nSRfotaPddeb5d4B5VGOTJXhqLvX1DVn5X/9/5rOsunj+DQ2LE8x3Td1krwBqrZWFSgo3BCd0lOSCDWvBmXndxLWA4IF29/cZ0WTBRNZZnqYP9NoGTs8w+5jBlaeUNy101IySvlHC7d8ebx6j/q5Bwih+2QSF8QXlWA9grRPTFN4V+uAw5sw1qUwenzIDtiuz5PNSLD8gErWoZLRINwZXMRZq63SY8CiKNwwjoCiVRbHeGCMKpvUb0gA8B9tijeMYJisBMp8KGcfhOCTF6Sj8UfhAvHIpGOKuaCpYcwJNhSIYTEcUVNmirNu4YuQiNFgdGQsH3hRyKiiWkCvHlnh8q65j8VETBTv3VNdcV0IC/xLKpROzRsaLyQAsLNcmc727gstchtwpaaQ==\",\n                    \"base_rate\": 419.64,\n                    \"tax_and_fees\": 91.6,\n                    \"total_rate\": 511.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:10 pm\",\n                    \"duration\": \"07h:06m\",\n                    \"stops\": [\n                        \"LAS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2050\",\n                        \"UA2747\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d755b691-0f7d-4f2e-abb3-b4fb15dc082a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"IFIpw4FMSQA2SD9CJmU1qk6twR0ynN2m1HVdcB3szR9dSt9iW4Y5UHYl7++Y/zoGoUjOqneA3sn6lTKNPssdp91I5yCh2dkm20FpA8Xq85ddkIcd478GX5fNbyyL+AQR//MzltQjMkJtRM7LZX/8FEM4lGb1narx4up8oveEJJshanhQ6nKUjvTaBJDsprtC2GA4nGGtEWZIR8Qj1g9FlPJggzDk8MNhAXMEw+h31DNazAq/cqiM1xB6MYuoK5nl6L8uixI6OsCBh450mtLJoexMN3sMnefQyyx87RptvX9cFZIL6/p7YH7xUjSu0FmI9umX4AMwkY0ABouJOWmiuSWZ+rIDgVOZZFOC2JX0hawZ0H4TPt/W6HNe/14N0Q1mstfI04Ax2zFo1Ys5RpbEtoCxByJl+EypUg==\",\n                    \"base_rate\": 419.64,\n                    \"tax_and_fees\": 91.6,\n                    \"total_rate\": 511.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:25 pm\",\n                    \"duration\": \"11h:50m\",\n                    \"stops\": [\n                        \"PDX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1554\",\n                        \"UA2615\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2124b7e3-6f31-426e-9086-7a28e152f417\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"xzZSIxdfi/s5cfOZg7dGxrzC9N50RQqwf6iVWw/qmaVlR2LB29zRPSqLatLWZXMnjCbclBTC+q42R1Ch2By+aluNzALo2XJe/Sk55u3ld8l7xhPa0DZLoXoUy3s5ZRllg5ZD37VvQJxyMhbdfm1GSCSMPdfh1Y5aFxMCSBXq9Vpcmd/Sx3Jc2BohsuDJqk/qDVxX4HNpUIskdNxwcHk5VRDcv3/cEkbpm0B9ZZdgmCE2sKRPxYgcYoPoRfTb/WnMEiTkdpLv/tupKsll8cldOIuCuVZhX7BQ4rVucOshC8sIONnn5UOfbOtoKJqhkC//Um7ZSOkDindrvhnBPnGMnyb2IwBVQ0AnZ1CqMwSwGXrxvBGT0lNygoENuR+H64Q+utyU4BAJRRf8BSem0/woLh9H8q2o9FrMTQ==\",\n                    \"base_rate\": 410.32,\n                    \"tax_and_fees\": 101.32,\n                    \"total_rate\": 511.64,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:39 pm\",\n                    \"duration\": \"08h:16m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1330\",\n                        \"UA325\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5aa300db-1084-48cd-83a3-b77dffad2ad3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"CotkN+1bQIXT1vg/FttB3B4bqWJttB2OoKmreBHISrFvKKG36RC2CNrXpZktPGNK7cBQVpQxooLhpmI2CvPWSweFzb2s1C2X97kl1Tf+ECzLbCwrbwwKS6Mzdycffsb6dwdOurJRVqSH/MGeTcRssZvNEIoZBf7CH9jNo+1ihZt6DfCmCNH/WGhPGg3V0ZaLDCbDLxpSksp27TGMwQPm1BBfxc2jKs35fRWKXdE+jEUMRdD3eqzXu/6ppbSBlG8q2joqCkQqV2WAISZpBKfr+soLA77OWHf9U/IZHZ72ZEMVtZ4EfFijJjvIiGlNL46s6kve2Pbq2GlEgWyh/HEuwC/Wv4XV7ZGIGYVk1Bj62+RLk5ggvmRP2u+xjluBGgGY5U7+a50L3f9t6ehrLPJIyKx+Z2riDD8TUg==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:12 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1963\",\n                        \"UA1812\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5e199aaa-22d7-4f13-8225-16a5a55dceb0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"asFy29T/zXQTJFJOMjpLfcHgS7YfnNHMx+OwD5HqIymtbv0q8gPxJJdE8Up2Pn2SfmdBKd//sz4aAQz1rUYyL1K67n7sBTQ7iyem5ERwrM7frG6x8TthpjhCHETuIqF39Q+6Oe/aN/1mQUzGzJcz+3JBduk+Di77aR0l9qKsqG+tdUG6xUZtw9ETHjMWovyWshggMN4e8AGccXdtetJk2Nlih/7jKLXPw4YChgwDmOnjY6rZmMbns7XRHOwEGJPTu5FiaQ8I1qWMQJnFwiyHLkfEjclTAa/fx70XJhcbwnjrdUbYMzuUEJ4eieA7Vbuw6czagNk4au6xdVBzXuvRGPaQY38ydACBF/w06fggkPtdkqUgJ3x8sH7sBgkKeUEnidDr5lKXf9iemVfrAYef7fsR4DpeEULDGg==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:09 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA2475\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"33303eb2-8926-4195-b7cd-5fca10fb5cf0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"bfNgoc8WPYMq2/jmfmVMzCovBPU6LGuqQCgVmGzIj4ogL4XHGqh/RSWQ0xjpMnmgKAwXcm1W29bE4TQAhQug0Dk+SyDEoN1EvcCBho+12OiVnanrj4uXvSZ2inCEK/HFVIrv2wNfex6SLkNnSSnkjrKRrY4oIV7E2373ZOF3XOLmRbkmWJvbnoHV2PcjyMcaWhC2wQ3Suji9ie+OCPdwjo+4tLTnRLcWt8p7I/bfDCcHVzeOc5u+9jZuLrNZ1tXAmo+h9CMTi8/YyXhKQdm+e447uxqsOaQVesOPoGaloFeoLxfU6qjbDToRgzJ5wighElkYPr2QxU5q9wh8vRLUEVSHW1UhzV5qdhlq0l1yRdNZublPIEz+HW/l9FCZw9yf1tbT7JIBo3YO0R2CkACOCG2YMg6j2Yz4ew==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:54 pm\",\n                    \"duration\": \"07h:02m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2200\",\n                        \"UA2681\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e27f3f99-528d-423b-aa65-4ff5627430c8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"RjajWDR787gRuuTsTs3kxy6we4VIgTTz8Om5A/htCOa+T+JkOZemT0RC3pp6skNmMiqsVFVkqRDotozP1RTuL5HlEchats1SZ4CwhLfZ8E1TypRFkTYngBZb9IKEvLXWJu8WHJ2lf2dk2zKTIvQV1ekGF4jPQ2c9cf3yBxzR9AUV3wl5AJGZ/2UKQ4ebTCYdqercTXENqsUGwh0DEhuhB6r6FTshl3UsJFskv107BZHAkN86XwFEAZnkiXAwVnxS6zYb4Dqlns9g3OExsHEcoq7k7IqkwmXdSQftHVlGbeYB5x703FPRryG71AyqZ7NdxMChr4T2RZOrA1+KS/zf0x80rWJVjhL7pBW2V6JKr7YhoKXlNda3CE9RN4K9w5oIioBqqctBcdJP/n+VGUfoeplHiFUgSlvLww==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:35 pm\",\n                    \"duration\": \"07h:43m\",\n                    \"stops\": [\n                        \"PDX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2219\",\n                        \"UA776\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ac6b7837-9f2e-467e-a0b0-c700c53ac85b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"IGRXLvogvk3etepUPxrOLhHoNXk42R5esCDBrYFKFNFMOPaKKuM5C6wMslFHsn+Q4serdVH/yUqMIqoGEHSDK69vID3wfS+srIXxXgtSrcF4Gmtv/TXVfd0MJ4llNrb11lsnyOfHhmKofC824dTqKpie7ZrPCCppii1mLO8KfzZzicWzj5brfiCeZNEY3f+m/daj4BqdDBR5BK/K7VlU/hiUkeQrJKwfp2Aq84W1fRwkRfLvFqEhpeFU+AU0qTgqm3kqpMQ4JYoFBLcfPL0fuvMJDAm6gsK8MGqlIlHuXnHgPleu4RCUbX+SVP8rK1D2vaTiK5C0vCInB+pHArdbayC7HpPZq+CzrSw510SzjAMaOteC9yk2sTpTNYtsUZLbAgrYJMELn1k/25aEoKy1dFx4DvxxI8hNFA==\",\n                    \"base_rate\": 447.9,\n                    \"tax_and_fees\": 93.7,\n                    \"total_rate\": 541.6,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:49 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1307\",\n                        \"UA1184\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"489e7d26-bc91-477e-b5ad-7949745cda16\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"J4TwGMOfhCQkrnm/kI3UuaYX6g9SNFHRWMWzjQ2h3Bt1jW9szTBY+Fhd/skju09TSyTgcAxOJ+0JTaoHL+8PMwKvVEBqNrVq2kDFKP7pY6+nK9zGuUqjeLlEFeGMFgWCB9Z2VjbOZatS2MNW8GNyBPYSOueaMw64mYOzMRiB+tvHrIJ89gPdRWHZXe88LemzmiAyQKXekhTUEqtIbRMVRCjUObsCz2ofahDJNP/qzwFe5yad5XqDNSxUCcEU0n9oqDg5gEIZxcmVsMZbnfG1BH1GULXQvsz9krTzOH4NcJMRzeoe2nM3n0/0/QQMdf7bzfIQ8QiokrowlvFoLPXtneEA0hO9Y5CvEL21lefpfQJoFgZnIQTlr1sk2dE2VtFq6yuseEhNx93kQAX4ZCt2hp2P+TQGhl8spA==\",\n                    \"base_rate\": 453.54,\n                    \"tax_and_fees\": 94.12,\n                    \"total_rate\": 547.66,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Air Canada\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:51 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"YUL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AC8941\",\n                        \"AC763\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6ae790fe-f714-44a3-a9fa-1fde110bfbfb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"BASIC\",\n                    \"cabin_search_session_id\": \"wPlus87tYVzaFbQSmz0t/kIbou/uLVhkWyxWsFQ+ngMg8ORnzU9h5Zb/7RfhuQvFAL3cCsOZ6SKpBbbq7JhOnMpa+GUZ4vLlf3YVA3onFqM2fQB0/TC97lnim/cCfjy4ZqPhuP1lRDaVHOKxJP3kejRB/X9J6D9o2CSdDVBabnWySMcX+46DyaN/0MeU2Gj/RyXjxkQDLb09U98eoP7k7lbr+gqinSVywemFJ4sNUoRmmZB7kfhmu1nPfaKNbz9ASHG/Kld4lnHOtHEso+sNgE9F22fKO1FoOVDKR/mjtjmqfR+Y9BcHdW67nk7FsVQmMUiYpdbbVThbI5sRcfNXTpZA7Lg7celFjzGNJdRIlhOYaXMdoXNG0gXKeX7S+6WxrNemXJ5aR+xh0FfixOguGfzDk7eMofLV9A==\",\n                    \"base_rate\": 529.86,\n                    \"tax_and_fees\": 239.72,\n                    \"total_rate\": 769.58,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Air Canada\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:15 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:51 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"YUL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AC8635\",\n                        \"AC763\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ecb7cab1-8ad5-4573-b335-3cd46092dfb6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"BASIC\",\n                    \"cabin_search_session_id\": \"teOmy+MplsBuc8nBPYuNrSiNjT2QX1cIz2q3oEMCgL4fEgeo71Ey15t1RqSIbtn1RKievPQ4MrWPw43epu2G2bmxSMgIrDIHdEvvqqiGV3V3Ss7K9ghT6bGRhbIdhcXWkBGKXvphH+Ic3284gqHAw6YHyx9jluzly5f5AzLAurcuON0Y2H0lCf4V/tkTgZOmVcvsSuPhUCYwQdywEI4Oja/ev89iO6X/GYpu7k08RazvGvJyCZrHRcbAaOWHNYDM4qnv02GtIaAqilTB/vL9CiTMw5t9kG//RAbRo50eF5mzJBkgMV2Gzh37vDWnyYGOE12U4zDmwznXQf+gOhJ8R4Jl/5wskndMJruQJktjfrm8nGskKk452NKPSbItMdTYZXXGzlIheKwaxufBdhUFqT2Z5Y6BqiSrbw==\",\n                    \"base_rate\": 529.86,\n                    \"tax_and_fees\": 239.72,\n                    \"total_rate\": 769.58,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"3c041c6b-69b1-4bf6-8fde-74f10e04f0fd","name":"Success Roundtrip","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flight_info\": [\n        {\n            \"departure_date\": \"\",\n            \"origin\": \"\",\n            \"destination\": \"\"\n        },\n        {\n            \"departure_date\": \"\",\n            \"origin\": \"{{flight_origin_return}}\",\n            \"destination\": \"{{flight_destination_return}}\"\n        }\n    ],\n    \"route_type\": \"Return\",\n    \"cabin_type\": \"Economy\",\n    \"adults\": 1,\n    \"children\": 1,\n    \"infants\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":""},{"key":"X-Request-Id","value":""},{"key":"Date","value":"Fri, 18 Jul 2025 07:01:59 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": [\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:12 pm\",\n                    \"duration\": \"06h:17m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6215\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8d1b1596-865f-4759-adf0-eb0fff73f4a0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kldasfjioadsufasfmoiastuaaxv zdis8irufjagliafsgasdofosalfhiasoifdaukfafoilsakvsu\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:44 pm\",\n                    \"duration\": \"06h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6415\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"35f77407-3f35-46c7-aab0-a5f9533c5c40\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"fdoaisfjkdnmasfda;slfdas;ofdakfhdlsao;lfdsa\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:40 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"12:16 am\",\n                    \"duration\": \"06h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6615\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7a30c41f-4707-4bf1-b8a4-66f18f5a9003\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"utO8U2tK5o0piFmj4nw1vJQLQ8GNvChtFpddzuPtebiNF7XZocBrJQuonjguJG2EKQ+A==\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"1:54 am\",\n                    \"duration\": \"06h:44m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6515\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e0f738dc-d03c-4e44-8d8c-f613fb1a92bc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"3TMMHzFmfaC/NhDuZDS==\",\n                    \"base_rate\": 205.92,\n                    \"tax_and_fees\": 45.08,\n                    \"total_rate\": 251,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a7858416-0203-4c4e-bacd-393f1979b4fd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jICXxvX+VrYn1dg28efV0f2hD2xUfNslMGpeKCNIpHAXYwUblkA==\",\n                    \"base_rate\": 206.28,\n                    \"tax_and_fees\": 45.1,\n                    \"total_rate\": 251.38,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"10298981-8acc-4d01-bd8c-3d50167ea352\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1MuQdCWnZHz002GEmvt/KdIDbOHTrdCxmxfAcJejRn8jAFE7rLJMAtCP7I8lh/+EIlrg==\",\n                    \"base_rate\": 206.28,\n                    \"tax_and_fees\": 45.1,\n                    \"total_rate\": 251.38,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:39 pm\",\n                    \"duration\": \"07h:05m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1122\",\n                        \"DL442\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"939fdfe4-9298-48dc-a47b-02bafb1bad71\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"+NkMJl3xORyVn98Zmug8oIno0EzSKP/2ySlRAmRXzliFLH5v/zZhDZSYg6j7Khimw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.54,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL990\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3654e913-e060-4d67-9c55-a4dcd4625339\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"lA7eTNAl17TO93pzv8/E0CHccHmbEJwXrer8ScRJlAb1MdvIVP7fcVzBAcsYb6cZZ8+OWLQKdZfWxCWx935QWH4tdcYAzY8cnGYhk+yyN409+HhsAqWr/sO0pJHYX/UbWr+qnb8aKfLvuG+Wm7rnn9ziDsY19NVQ/KkLKrpLIkGc37x7AcH7wLGWJl0KASVc3uHsYXKs0QW4y2pr+aUvNGaYNFIVB9ANCXQ9PCDKjPYYQ+pvqtTzEjhfMUN+k7n+gFbF93v0O2AliJvgOcBOyzxLc8F4vQolCjXYPeXPn9yFYnU8Z72ZIkhaEQFVKphtsuNRxyVF+Wfl6GdX84fA+mdLpu6CzkJmKt5xXdZi8yx2N3W4Mh6jKomziUi2YCpH1wy5EQIe7KXTm1ZsfrNmdk+9TPNCmW8h7A==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL990\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cd0476e4-7c4e-4a15-bf90-e69d7e995b02\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"e3foVQhIK+Iv1rvRJuXSbLA2EV2LpfrCwePcFjqzb7ofM+XWp/s3d9pKn5itVtY3T9WFzvRcO3Rhx2I5AKJQXd+atWpRtEAk2bvAQjd0ov+vEfptD35T4XNZCaMEFUZ+A3flxVxcr1JDQ31BDpXm1ssU3mtbVB76Il9UoZqY2wwR3gd9JBVY3Jem/MmLe6tluoBFNKUVsRolBbXzDr4r5o0i4QCBbngNHdW2Dj2tM1eXHwzlml7CwrT0txVqkxV1rvYz+mAkSMKtTtFGTe/N9D8dWcxr7ozP6KDsc3rcqS8Detf4zcJzt2X9dm7SBkC2nsP0z7hIWwT9OCk/VhnAWXb0GFYAkJnfoHGMG0hkNKLhNNfoWYEapHl8ln7D2U9r8QOCCpPnctFRRyefoB4dUcbyD0bmXjKT/Q==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,{\n    \"status\": \"Success\",\n    \"message\": \"Request Completed Successfully\",\n    \"data\": [\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:44 pm\",\n                    \"duration\": \"06h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6415\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:55 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:21 am\",\n                    \"duration\": \"05h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6816\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"33ef4178-54dd-4673-a945-369a8d6b3732\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"FmXQDqWPCPBCD7D7Xov00nXE49mKN6WmxpB/0GQPcEzwE0NuCbowOKUjV9Clap+jN8hYaCMXnLqPHxTk55mb7UxBYrJ2f5GVlHZgPhMad7F+5xATs9Epahl1kF28ANCSuGZoYKnaBeosvjg0OXTQcg35fr9W/fuz0z0O/T/8xYL3AN67BL+f7Q7KfGRvb21295iAmG2/KFkkh/Njy+ZHm0OJA2le6Si+SBkBOd/bUX8BRRv2beKNICdCI3QZ8MPzdac/hdCDVExKl7W4iy6KmoUonsHhIKJdAiGdF4w3hKxxUKlAoH1VNK1MYN9Auuu5q2SyASD96OJuLLdd3EXK46H8u9U3cyvNogCpRaiFAhY0QbCyX9bIw1IHbdBZrkfXyYZYd4TDdn2C7DkEiEuU9panKYLrjk4Dzg==\",\n                    \"base_rate\": 456.62,\n                    \"tax_and_fees\": 94.33,\n                    \"total_rate\": 550.96,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"1:54 am\",\n                    \"duration\": \"06h:44m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6515\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:55 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:21 am\",\n                    \"duration\": \"05h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6816\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f1cdf728-7173-4afc-bd87-7b1016b8129c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"C66TwA1ZYU3VqXKu1GtybMhcsa7LElEz/2xkgm/UlBhnHlnudgLU8L6oLP9HHuj5wuyswFBSp3o5UCGQ30u7VxSceoL6aDOCJ1hubOOSVx1Nn9Uw9jH7TxQCwlLa6qNmz0y+6WEi2G5kixky5uvAoNWLa6f630LzHwsWOhBFNuhL8bxq3aQ4QOyQIRXJD2DZB7jGPXtAZTsbtZF64LjKZa7p6r8g9CyHemXOxYfjv4/3yFjK0gHvpYwK3vx1P6poYamxmDSVM9cUXQTalVklPFTY+M/onnQ9OHA1gjtvOgB941ve4bt55dFCGj1Lb5Q9srt6jONL28xQoo4ZjFq2UfecFv4/LElVvpmi9aiuw4EayYU4pLN+ESdBZJD0+BH0uUVHzXmMmvvRZcEhAFXkYV9wFndPjU8SlA==\",\n                    \"base_rate\": 456.62,\n                    \"tax_and_fees\": 94.33,\n                    \"total_rate\": 550.96,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:40 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"12:16 am\",\n                    \"duration\": \"06h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6615\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:55 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:21 am\",\n                    \"duration\": \"05h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6816\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1448435f-82a4-4849-9b62-8750c1f43b0c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"x2Vnc1JqXTxv7CsRY+mZml3bcKhVXLaWAVgrplDnufzuUUQ7qs5CVeZJtVskK2AS8aStwk5p+Z819WSWMpOqz/IR3GUMT0pOdTKgOkodo5hSQLN3BBnIHXgxtCldJ7BcLFnWtC4FXfMiwiqvULsIAmoqvKhYX3l/XVgDIQytQ52025nsPmx9u0ebrMTmkhYGgkn20hvnbg0JhWmHC8BthYRtDsGEdBvcl8pYWib23btH1+gA2jxXlibTIXruEzX6FbaLboiqQTcOzkqpyyUW/ccdbn/BhGYj3VPBCzLzzwNF8FhO9VmML6JBaQG63voBbNpvd1ZmA0ALeQV6SdOTqj0WpE5LGfgwDjsQF5LCcpUjp6t6JlblB21hmDAK7uYkJ+u86mRGGG/NnMxBXpMUuhceu5RFR0lL9Q==\",\n                    \"base_rate\": 456.62,\n                    \"tax_and_fees\": 94.33,\n                    \"total_rate\": 550.96,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:12 pm\",\n                    \"duration\": \"06h:17m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6215\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:55 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:21 am\",\n                    \"duration\": \"05h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6816\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e78dc7e2-6bd3-455c-93e2-9d35c13b14a1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"KQDiZ6WFB4KZ2KVmADg8Eq+nY+nJ7r5quswKeB+0UbXxoRfwC4/ewNCx+5Q2T16IrM7fi+u3/2U4iv2KI5RGqm6QhLTzOI1jJjyOaOcWHksgDPfepy/WCbsvobKgpy3a3GO8UX0VIViTJL9UN/1aA+0ECG8wCIDz+FBYt/M9hd70rbdbzRvgrsNC/wC1/zSPjZeISIAT+6arhok98108C/SEXMuthx66cbgP4osoQKgYlB0Wx5vXuZPNuKxV3P3Sq6YtRj0QXZn3NLXuqqQkiQAeP044mEx3Tg6wai++407KL8up4qiQPf+J+SYPRv7tVeMar8K8UjHy8lNiBQrG0c78viX+UGLYINvFyMD3KUkhb2Trv4tteRbo9Foi9ooN9wWkcZswxbrLMy1njbwAtxHLSOAOt593ng==\",\n                    \"base_rate\": 456.62,\n                    \"tax_and_fees\": 94.33,\n                    \"total_rate\": 550.96,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:45 pm\",\n                    \"duration\": \"06h:25m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6315\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:55 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:21 am\",\n                    \"duration\": \"05h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6816\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2dfc1522-e71b-42f1-9540-12fa641e960a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"J/Yqb8fR+A2xFuZ0ayNCcf2P2gjhNJftvekADeYclKQHq58Kzwc9SFqw+jo6sGZ3o3AvShkd8goTaETfhrenW+SIo0scpiWyUU8Z3xkUB/+fR0w1IVGZaPmS5U/SmyAzevN6E7kAuk+Eb7ivDQxHwke1mx38n7DLCnBniGOi2+n9UyWJOYeZbUZGeUg5E7v/nQz6eOuPWTyexaPhisCb8rP/52VmpnHlHasR2uUlmpnHA/HYsZLU7Vk1Ap7BaJZTXRF3pstY2JVaNnEQMVun3jIHVpvcA6h6sAq6lJZjQwvOc5naW/S4Pm5In2dKZrBX9E2s8/yTttMtedlh9eGuh0/vkw7At0Q2Sj3zr6z8NI9yMuYhAbogy2AtmQl178CpTzOoxUGnCWm2tTgP2t0KIwfhW/S9i3O0Aw==\",\n                    \"base_rate\": 513.14,\n                    \"tax_and_fees\": 98.52,\n                    \"total_rate\": 611.66,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"1:54 am\",\n                    \"duration\": \"06h:44m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6515\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:30 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:00 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6616\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"fd7e38c5-c079-4539-9a16-d71039c65ab9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"vL6Pvj1th3lTAjhcFvS0bPSRNzcoBLQ2KdG1alZMZTkKodUtxj05r7WFKCAdLUzDqCstJx73OsOz0y3PrBjUS8NVj5kGn+JT8QAo9FscQDiE/Ear8nmxTCPwqt0rMEaB+KHq6bQj+N+LSWBOiJP7CIgcW+GGdE8SxY51FYTCtFNBoiYq13/L0xbCujjdY7mVpH1XE19kRf8YQlTJNj/IAQTkIAVIlSjy9ico8ElnTpvfrngdn0dItrsk+O4PO0Cyu6HAZMPy3qVI+BILlrUoNaLrnzk83m1o3e49n4Qjg8A5rGDzU1/t6lZEvEVLkPD9xOhvLnQqcxpWWVs2aI0L+6PnF2BWVOR5FxzeaKnFxR9Yh9YAt3IGI2wACDmj0ZkfpvmIqSmPSxPNnokxBdvCp80cgZOWYHhSJw==\",\n                    \"base_rate\": 550.7,\n                    \"tax_and_fees\": 101.32,\n                    \"total_rate\": 652.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:40 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"02 Oct\",\n                    \"arrival_time\": \"12:16 am\",\n                    \"duration\": \"06h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6615\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:30 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:00 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6616\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d1533c86-543e-43ce-b7be-841b3f0f11e6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"tkPL7eEFb8R6NLx4QuLGaBNMZbYrHOfNYdKqkM22OQ6iig626EtQlWnCGb9A/oVhPTMHeBiE2QZX3qBSfxIx1ORheHnDEtsEkME1VZBmDsooJ67cwaLqUdLa8V1yaZZOpOeKtwak4AUiZihl7KVLYUwsq52qd4RAju8nk98t9GwZjAyIlRv29ux7ktw0Z+QgIU4mfY0looOneq2XZ8LKuvlEeVnIXJJANRCB41JyXTjADC64JSL59BKg61q0YxK7F1gsm/5EYBPgHe/zerGurMdihM4hFEFBjbZbTkswuEOmh6InNjtzd/Pj8pg9VSoMeVlWgOJDgXHp3rPQuqmVwJ9rRWAgO2zxGh99Ursg0x/qVEVySRtRDp9J99kDNJsElHVCFsVNgcGgtVuos1rlRybXsLwqdOR5dw==\",\n                    \"base_rate\": 550.7,\n                    \"tax_and_fees\": 101.32,\n                    \"total_rate\": 652.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:44 pm\",\n                    \"duration\": \"06h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6415\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:30 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:00 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6616\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"35dd35e4-8ab8-404b-b8d3-19e4bb027138\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"2nkaWXYzFNu4HYxFEYEsZTls5Kjbav70sKgwwMbK8GBekUE6vx3nXXlfS3iylCBqf9PMJpdKelmGmOX5+fpINtF9Sn44NrMEfuCrQmVAxwMg07zW9ctXp+dUIAuwAMOXoWMGM1nth5/I1muLMjAcLHdvYzOjXT4H9QColCPFdu0GSbEL6l/tCtkbFX1FWVtw+vOmtcFozK1AyxVv2KLQA5Cfz7PGX2ksbjGJffIXa+GR2MjS8zwwlDw82mPKYferb1sOVkv8pySIi8JaoQd9RrLSxdKA7SBdQsNVJ8uxKxnW2eSxmUnb3sNQxXGm6H5TAYsTxEwakEgxxvXXSWm8x4cP2R8MgnfPIyHJH1O1OCWcUgyX+DgkvxXcAwgwLLi5RpH5m5Z5BMD8wg6XHhAYFrUls1lHU0i30Q==\",\n                    \"base_rate\": 550.7,\n                    \"tax_and_fees\": 101.32,\n                    \"total_rate\": 652.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:12 pm\",\n                    \"duration\": \"06h:17m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6215\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:30 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:00 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6616\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"de5f4ad8-1c11-45cb-b349-6161f96446cc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"hNqqwcP1IxcXgq4EsYqHgVGYdfZeJFzXuExOEM847Db75hnlOgAwlxmjDqPu4GHqjrWR78Kz8UBZDO+i+4mF9dkLymo1g0js6GH+Ncu1ub8DbIMFuKVYU2bqMs78k++7UU8C1XFOGmEhC560UWUpW5sONm3VWX/Qo6W7UDEZTlwnekbm7qLMVpFMZG6UYyrceuuNQ0tKTO2kf/R01LmHWA3lvVXnmr8rATBLmvN85iy0mfpEH/nARn5trUaKVXDLvCzZSIswSDnGAVQ95Vwqpl9b0qAZung13xAVTkoHKT/l7pj8CtTPCf4/Ugy9kejvTHtkfRRVqkN6UVWuaXWMPuyBypZB/iCrS9yb23w7CyAd3H5IeLG29QA+dBhDbenv+A2vB9QQ8HB9uiZHdH06bMbTIfdqXT+Zyw==\",\n                    \"base_rate\": 550.7,\n                    \"tax_and_fees\": 101.32,\n                    \"total_rate\": 652.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:20 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"10:53 pm\",\n                    \"duration\": \"05h:33m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6839\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4bb17bbc-1000-431e-9e74-2520cba0ae0d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"W7MlwyZzs852p9eeQTfWkvr9ylLDPFwHjwFZocZaKmAm2l4rZaPAWqv+/H3o0gc9aByT4Y48RMEBRB/NuauaqDoqPo9Ja2nNNKl+K++8K6vYI1ET3kYMBvIb1Mo/SiblFZkDrIRa/AqYA7isqb3IH6y6XR+nm8LBbNk89vven/HjMkw/Oa6qHhr/rCV9kN/O8dhul+S9e8ZEc4cahUwnr8buE0lUXzkMmOD7fTA26A+8YyEipHWUCj1tciTHttIkQHw3eLu14lGa2YFhO298jwDYXc08HAxxpxuSz0AjEwdv0GaYwGyb6lF75+RwDxZ8k5A3RkpSiX4XFOXyGnwiClDdl+KCeWRtDOnqK68lYjWOjgBDEJIBGYHMG08gcFNcSvDCWRUkRLB8+x+GD8dMayHCI5SBm/HrGA==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:00 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:34 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6986\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5f7a0e7b-d26d-4f35-9560-edd697288829\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"QcohiBdpXoB2at4mtuSVnijq2IsUnZtJ7qfAKp0eAoqmXEOgV+DxstiRw7TDxBjopN6MagTzHeKWwt6kVGJDwQIKPICh4kNAnigju1I/HQuusueEsaliKaD4uxG9K4Rie016hrm9uyDqstBOUNYG37gMeCxi74O/xqBGS+wBB0/RiHGK1zdFXW+MMn1v1KyWiwPy3RHBgwp7BuM7YtAk4Ugbt75v+mWDo1KxFVHexCFV2sNzz/+aoV4vxRsafqnm82npykFVUZj8WpKc7B3/oQ0g3+EsQISHL9L4Enrj5NLbkvqBoj8f2XH37IGFhkyetI3ueGZpKk/qkHkHqwPlJq8XwUYbQpQnSCLQsn9lvhYemIIrOa5xt4mnhPpd+1jW9hAD3D4KSSbZzCLOFrySw4KzE9tz03Zk7g==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:50 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:24 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6987\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"dc623a6f-7f7b-4921-b13f-e00ce5ca8f42\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"Eqm6RPn0ySwT3giF2FKe9hIXVfpXF/CHNojwaFeOhgoPKiSLONmpXXdsrSW3UbBpl+sBqjRvpv5hPK/XZ2VnTbfEhSk/k+jb4eHtyBVYcAN8Ra3Cb1F96qZZDnBmGmf/RiUA+IF0Xd9auG70j6xCuQVmFosWkmG7r5OAQhi50Fo+rVC60+0O5YXRm5SsV8fWEt9boZ3XO6gewwuCiimFrtsBVPQocjrCkTCvmqvprN50NHRhyjefAOkjiDsAL1IRvXDisspYBZ4zsa5Js9ieL+4EpvYIJ0B7JepskPE8NsvIAkKfonl88O5XTU4M97A49mD9hRFkWy/za8S4KjqvEPHh65O/cEQximv5eyZQugCYiPMB4q1mTmXMA8zwTAS2t70ElTbSN1+uXJGfZpfAImWQHqCuZOLgXQ==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:30 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:04 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6985\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d2edea14-bb0b-4d48-9bc9-459f62e87f79\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"YqXkNbJkqBhC4FWuQI7PHdYEPsjTTZG4iuI9QrJAA0C5WuUxzh5J5DqnnMKdIs021ruasQgXaHded/ujsJwlOhaTKf/W3lY/pgxj2fMfXtqqfUvgQQ1itAVElABhtK3wOrqsHkJdjrufOrsxJ6ZBZ72yAKNvPke1Ty5zfpRjfVQDsm/0+T0+4/ntlbTMGmOjove8e0rb/GEbzCZXqR+qEg1JGoZP7V5qGDNaH3QyAS3FHzMknFxQk1+Py65X3qTI4eowEgt0X+PrY6d5sC/yNIGQi4qN2nwV/AXfpUCjmr20eurdg35fwPgqUlP3FWqU8mnrTqb75emSvU1nKQKaMPf8eR6VVZxAtmiHlHykOApJvtV1IY4oN89epMf5SKCv53s3IVa57VmwvIOdI9Msxin+ggq1V492kg==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:20 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"10:53 pm\",\n                    \"duration\": \"05h:33m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6839\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"66e3e1a6-bee4-4ec4-a669-023117612508\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"WVlfgkAQgyOe4+XgIlrDdigZg+ZGwnch3gB5kIYWz0ibYEKkN7dpaoNUEkmSnMVLQVfBc0tAEOBRNRdMWVtR/78Ns3Sd8KXagTMQYFic3vOBihJbT32godncXkhvP9QxLRxNXjd9R65sgbT/4R25CfYrtr2LDk/da87ir9ZWJbc/av7keNgVvQX3QXYZlNb5zjVkui3x54MdrK6A6g9ewFJwh3gd9i5KrO2mNGr24lZfVuA+sHl5/KbYTkQcrgi6jMgYv8TsT96pFeNQF24ZgZ46ayuSEzBtBUaWLYlhLwezziJgEKRP7uOTlP6VCrPYdn1ysTGYQx2tpOLnVxhIl/xB5HLupp4uz6r1hYhR8JKeeyFF7++EKSjbY6dBcabjRyb9iE6v7vdwRvN7d2i3e3tN5EOpbXgXJA==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:59 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6978\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"95659dc5-6414-4b9c-bb63-2c23bb5b907e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"zFp6TaE+vNiT+DnTgakbyKMfTx9R1a727a+T6J1vTzRXLaj0TaxxLqSLKwFGyIbtes9XXzzQyt5+i5DUxFsiFCfZqkjBzRGjAsqTUQt+voc3RDT0SlF/zTRq5t/ZSbQjV09F0btZdDPvYhPRgCUn39cQX2uZ5a8BSDLaci3NAYrvbKzaFbzArifTOvGhLgQE+7Xq9FJFAj4Zg1PlwjnosYW+YBPh0MpwK9bM4O67Lijl1DG4FlLSlHzH7fG+I8R7pZU+wwzfck5vzYjHltkSg/JjRLzBHw4UbFQl2/dhUPTDcGW4ZRuB8pGG54b6JGQvW8PdfSLaxYFSoe2xB5YstQd9LhG47QaTx3LWuNFZArM7ssdh8uh4BWSFWn3LcQJ6QaIjDcLhW2JuGP8H441JOednWm1YRShhrA==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:00 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:34 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6986\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e7bef1b-a8b2-4b58-ad57-8797b284279e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"SlPtIJlOpRpdhtUp2yIuo0TyKd/eNITFG6SkXT2V4nPrMvYmSCo62BY4lWOrU/w5fyNKJgNiGAcYptDyqr10nLKTjrULGUEIxOLMgSSbAm2YwgNpmPIA3CB+V2o+Nsd3TK3+JfWcvkFQX2lyPwGWy1/dyGjx/3qlVoGzVm6wek3QTA28dFXDQZVPPQcc6/dVM67pxjRsVAv2dWNs9STPo3pkP3RXoPvBN2iYAhk5Phrj4yyND92kYL9/a+tJj52YS5SY9lAlGgXL9JY3WvMTC+CZk60U0a2spXJtfT427A9+kPHay0fOytK9FI57JPiLJ3shftw3Gsa0RHTEWDIzPyBdRKmAMUlvm8xXsFTw1LGCkOGPwGQWcrLY815Th0oq8HHC0pNtlk4c5DNyS1Tf783qBhCcTqtvhg==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:59 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6978\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f3399cc6-cbc2-49fe-a5bc-a88025b6521f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"uqn+6I4qauIJlDcaVk226KbT+ZS1Yr0CFiBuFbHxUziElHJSUj9nhgSuZjBJBnbO74XpJTOT+vxxeEXrnfiuReiFs3PGBt8vT4klunBTrZy0jcHmTm82kxxB/4vAp8Bh0X9WByJIO2yDgCQIJ8yXFJtuwu3lyjsp990vfAyzIyWboQuThnQxCE04VuBxKIRvvavqpH5UEHdFES999m3tjdNmnhLnALo7840VDjNUZoYSXjJXtaWpPe9GJbpdhaWG8mCyiSpZs2VITV4kmMHodi09vB1dp2O//ow0Db8VB15pe4wfDlYENnkD01HUge92mdvdiX0y4Li595DYApCsaKepYIxq73ZwOzMR5KJ7QsqflxighOoWBCTOkfU2X4S5YjWqqx74Dq6jd/4wc5OwL6PizYqF1uyuig==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6977\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8ccec0c5-cf8d-402b-b9dc-f61f38e903db\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"zlIKfbCeDcgXJ0G2/5t6MYiIHzmxljNTCAE7vSLwPzBJvAg9iEPI2t5btUjNAkgQ8jDeaOV5pcB/pRFiPBsp/7PnCWt5FQusT6UnalA5nBkqshd7sXs5GL8wy2PgP4vUOnEpzScFymiK1P4AjJiaGJAd/1yZiV3FNm+JvPERd/9cgkEtQV4mtL8H7MMkulz+PovvjJIBB4WhaUGHtaC6se0zVo1mXw2BNmsjBQQDBj1sMQ3F0pXHMbesjBWUKeevp/TjbT5UU/yE8ihKMGOe0ykPFmdaByJoYyUJHwKheL0YqnU4wdrvDfinHbuMqpu/7ikwF/HtD4SQnH0COyNbwBUGocC7qq3GkgVqVtNnCutkjPM5qrptt8LU9OOKG70QI1+QqG4XHUBvffghdaY6qI5c4wfIvrxybQ==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:30 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:04 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6985\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8df4905e-88eb-456e-b46f-80568c4d070d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"M6IucEZi3rOO2sdIWhxhKLGG3HMx2SklFKxU9aNH4RPozqPmNze0BsojNYek6U2/AciMut34OwxTc21dQqPmblt0WUjoRBa+VbLMUfMxlTzdHD3Af4yCVGXYpK+UXl8rLxtW/mTuChs7t7GtN2M5cCaHEtC8qx9R/SAbnNwEW0g19glr06uG1zxbGZeL9XyeQTqFCLjxix8S7uQozCPj0rDvD56S/O16XDVwX9Rb7pjgFzQlUySlrPZlLznkQ+xpZ3+mU0un+VtKLYtAJxqkyRKw6YuwnhNzL7ykq03k44uKnLQB1LYWOcvIltpp+NkkHaFigdLJAsLqFG+WMqSBolX7pnJHtHG7JcAlFhs2CgUkb6jf/7oMveHqAz7hCcsI7Ihpzm20wUFeRKNZFF+47peho5aXauJkxw==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:50 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:24 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6987\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b03537a3-2e7e-45fb-9052-767626edf72b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"7JT0jWFE6Dsj7oyhf3uaVY7H0pRXJes+3aY3TFE86XwqPBzusWDQ/1us6BtsTy0Op/I1ogpsCLM52nH+SPoGs0EV+nGdU/u1MaG/v3D+k7xRBJWXf+5dZfBidpYeseW1JfhxTbGa2dk9gU+zWDB2CVtlxTGTRjZwrCXsvwweLUJ1yD0GcfIBPWVSmoo2VJ8x2PkK0f4cvHgCDNRKtcFJ5q4hM9i6T2T3ZMNQEENfh6BbzcD1XjuunQYQQRqlOGTuJeWwOEy4jVBAlSOIzG5fDfJiS87rpnYX4+/NteWGZTZ4APBLvxEF9cmTakn1dByGiDurX47yc1ZxXulFyG2GX+3ZjOxnd8xshY/zrs3mrTEtXTsHO5XMFClH/UeuPrXZpoCWdfvfbKi+74hcM8JFtsL2NjzSyiA3hQ==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:00 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:34 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6986\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"80d3a2cd-5a6c-4ce8-850e-efff7335cf05\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"eCCDFOmciXWEyx0tY6wotcKg1Q4K19SPjrDQyLwPepcPxIpt4My+hqX0O2qFWpAQHOXOdnNO1Lm1ySVSeTwE81BRHGMgbUc19IjOrRpEXPvy5OlSq+ozvyl5xKeI9akPLlfzt/3+LH2QcPMW5O13RwwVyJWO7XMtIizl6MU4Jq6WdRB+BxhzZvimQOpIYF8gdNlTJIrVbiL2dJY6nQuO+0p+ILnso4GzvE+N3FQVaOEsMwzIbbIQCC3L6k9WXgK4AMcGN4MS09H/IZpNBZ7raMcDw4YyXXi9eOB1T3us6dmzo2cOCvhKpzQQQ/+oUBnaHh9K5RDn59kna262IvU0p1hVCxyzfDuBPVkyLEclBA+SjtnLTBqqfSLLJFvt71cmaSYLmbBe7+J5VflO+ZV0iSQ8mFDnO3MF1A==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:30 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:04 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6985\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"25953775-c39f-46fe-abce-ff19d9500334\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"HHA/bnSZ1q+U1O4PsKOODfQA9zTDhsBqln0K0+DN6ODE9HRbIHviv9V0OBkWzMKSH225p03LbDiRN5effYuPeC1VzgScI3mn+vAuN7angmwie0pDNLJsMLrQKawX3MfkSSR/JDQO/dHe1P7OOwPwIOcu03Ud2ENf0ILribs+kdZmywNzckvsjee1zZeTY+HOQ7svJaQV1Xqpbv89JdXbF6FNkZAr+mksXSNf25DM762BIy23xMAUC0e8WRTtcBCAH1DaXMcHsGmGQiP8dbwDLKUVro13z55lahd8ay0quJpk9FwT0qlO4KdFwhwTsVfGPaeg/A/pebymPaCYTZ0Qa4+edqZtUbL0FrfVAVEr4ReDH8d+9pVywg5iN2NgDB0cg4vFHJmoVQMi7YjhaoZHuCs44LOBmgY1LA==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6977\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ac3eb7d3-9497-4d4b-8ada-880c959f28a1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"KXnc6kUp1g82VrTIwzYmV3X2lBHyX69AvMbximQMV+Ga1wI143mQUzhFFuVOUfzWLmOklBqJFBSLbYIop3o2WzKhEH4APCW435pdtoP6s8w5bmFriQJxp3pFRQ8qPJoaIBrncV3eAWdbBnzZFZKu0+1wCVUEHX8aciHifDJLu5DloXpzsYtYyzsZX1hAhop2aqLVnO1hHnmNsSPrqDqOWF56qwtKZG0mzo/ZHLibeyLHllaWn8jh2kXiQMOIfX7tB3iC+L77t3ovuuLudNm00gDQJqQhRNH3qdoYiUJ5mf0RlOGnzxyVY0xSkJzH/EELAPIRMICDeLejxtuszCuSfGH2hjdKDvHsO0r25bL/l78R+2nny88TOsQa5JI+j+xs48Fm7b7qghcxpl16Fwq75ylkF4lexCalXg==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:00 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:34 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6986\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"dc9d9666-950e-462a-bbb1-a77deb977d00\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"9D1q6JTse/444/60J4WvJb6BfXSmz6bi5TWB9cWwm7odJyhiAtbW8uamDkQMXtV2T6WbKViQwHddSvcY11dBiy5MGyFln7HVLclIWjykd8OOQcBq6BUDzHtLjYpjBC3J4j4OmPX3e/M667jsDUIV0OTsP6XirSwdxoyQKIednlAH+YTz9BsoR9szvf1XCL6K9jQcXwRptI2ZNVg/tNT0/cRSbV469X/Rtd76+TWUhsk4eci5EyeVAMzPhly3JEf0tei3eY3w/g6L4E6fN/UsEzvrqlY2a8z83gCDKXaPXy9lorvSg7nKh5VI3DCzb3i+RwYo4XjBYS/XSI2jQ+urx4SRhuiE2owgMLKm9cQNPldqxNUrSiugs152atp93mXURDfn4ZSiTV+7ovdm9n+fQagFNQXcDr9YhQ==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:50 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:24 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6987\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"aaad12d2-f8a3-45a0-a714-bd3efc74ba32\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"g0j4qVOjwFgpM/ZMY3vei9b9q5MH9wZNYkdmvxtDiLHzhjlji4b6k3MgxdGHSxeBSVbdf38pKsVal3IfQfTUGaeRvbItuk25hDp5XPzmY/ZMN7tEF2iQfaPK2DdpTHufUwaa3vzSoxYBSgL0+GCdRqqSvEopnwfu3Pr8+u1Pl7/btxQ17HyKzUlmgLRo4jsabXl9yZ/0TjX/GWwsQbo8iyE0O1ROo0BSYZ2ebs9qlLZM0Bhh5nBXfA1UvcxK5fmLYOz91Ryiv46jRca+s02UjnABImi+JRWUlPTewsaPju6q+7pU0bTIpmHceuxZ3e1YoLf2o/i/KPqAi2hve7kAjeZ6dRWb5UzmXNcktahE2flhEA0JwJS/N6Hhk+ramKqRT82rD/SiVaWbbQ1geBe4sW41XSJEWI4Yhw==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:30 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:04 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6985\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2fa37298-f2c9-42b6-8fbe-3e7d9e80dfa1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"J1MRavqtw4hRZIBvSzdsYOvEU53fsLdwoIDciesjt0tW6wLfCp55SGoHMncsAVxGab7Evdq0IzqcXPXabeF3sH3KKRO2j72FQgrW8h7+SVoM3Q25HJWGOgTQKKKRYuqINTwhmnXogWKPBm/VZq11ygpCTV2IkJOSXEBhv66iAl/L1q9O/2u40795vDqJVhZ/Nvo/K9go3CljvmvUpkr1KZuBenQezwufC1qDTLLx6G193KpguPvEzGp1e20RwP2r+K2PKnwLEikoHkVX97SuqqrJoKzWF7GIdQgPl17mLkKS/vyNwjGBdWVc06UrJSmpyn99KaJMkzPbMN7g4otlYbKgXSUSCGP0wAKx1oRVFEMQP0pKlntHOn6zt/TSIKSi+RVNw5LtD8NHExvkerG5Yk7oyAPvQctqrQ==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:20 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"10:53 pm\",\n                    \"duration\": \"05h:33m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6839\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ef5e52f4-d703-4d51-801a-80dc6ecdfda0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"g2DF1fb11EWuMPA/hV3zaP2Ws9kCe3/1wo9FFFAhQKc1UwcfL4mKYLxiy16/taefTcwYR5wmCqHfYEreISMZ0MW8tRLjFTNTw1pDILTIcP4CbzFzX3KfJlTsQX6hPLZwqs4zVd3LqpsuEaMX2vYhi5L7mCnX8fxZJ1buwqdaZD73Ji4ENt+5YZBVMwSHZUG2gGah+ydXg/Jzf1RRcBKfDseUu4G4z1h/jrb+dEXeZFOrEi9swGCVfj74mysfMBYvSPAGgPDmZpwfLag9A4qlW3dkpgwj7DIqcIsvTgXKneoqn88mJu4zD4v7fdMkbQdyUkGSmr/SfGrRQQRs8C67Sj/yBXIvLRR3o/6xSbsg/lwVBuyaQ2kQDhIsADUtGkgplRZpGnlFnVrNeRjiu6mPoJby/U7ck3hbow==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6977\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"75cc0004-3fcc-4f37-850d-8551724779b8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"1af9GG+FKElZeaIaW56FfHOaFIGFzuHScOY1uOWZPsO+9Hl/vbN/FpSlN7t+iApmzxuAO48VPj0pFIIl2yjtKeDTxCiZyZdDATv8RC853U/mnKC9K4j7J+BXfaHSSBjCyDpTclb562WfUD3EppTq5I+AU0XNOOf0IXN3FGGO8OHdPW1mUjU5uzjZtcSsCnYAPUso2mst026okfFGQnrL1ccpOie9jgqZxLKQxlT0y69XTqzoUcTg8Rk3q9CZkSXDXkgAj7xpu9ZXLDEw5YaaYRm5J9PhgStWtAL7Qvufo3S0aeIQ6ChUYf7IkyyHCY4YIOpdmrG2hohz/kjonfKYvNAiL49EsH7bhHp5E9LFcziOojtJlFnbaG1sGWWjubRkiM94HV219xcInThqBXZjTLgIWKgFgxKHPA==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:59 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6978\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f66c4a04-c5bb-4e26-8d25-003ddea6f437\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"9DEgXye6Jrg6KpzqVPR8OF6mpSLjSwjPyZh9593naISSmq7OxR21vm+tYJUaCClz5PiSK7k3xAjfZYCEQ4OBxTv5A20GHxcOTFo8Jq1OF8FaAnRZVTaN2z4/inHOvi0hVygyHFf4gp6hk50l2MsaTO7j4pgMXK25JFi23ARzLV5dQW3bu1yLqomPKQWR5qpjRk9wpgwWzPfJun/+6pWUiwbkSbiQPHRrNzD9YvCDDAYs9ePgiR7H3UqVvO9ceyFx01OOWKbVlHL6PPEjdJvEEEPn+qUf55CLB4rv3DPc9aZNCcwJ64yuspEVfG3obD6bp707LsPVigwMGdPQMeS2B5vVQy76yzkSnMXCo+Uh3bIUkDvutzBNdVQWuZrxxpBhINcmFrdp9FHS/DS3viW75fpgrYgVknesTA==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:50 am\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:24 pm\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6987\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c69a3bf4-8ebf-42bf-a966-a33c6d93e534\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"kyfTKPWaz4YLPDFHk9mKTv4h57Z94dWHI65rrE59iNrFiAUusfM3S9CtisQKOX9S9woFAPqrSzYKdAmXrtNK4ezSgv1+8/+ZWjbRK9ec1WckYOLkXMoWu0GApuwSw/yXlbJuLLHWNvye2uL+oxTSRkcv5BmqgK2E4a2TKnrclFpgClPXnEcRMcUTuhaYN0+YaXbArUsFgLvobk4ITD3ChnifnnFdWgE1xJjSbe13SJc5YyYpP5RjAYqMbyUUtKKTdX/UxN7IdbzPha7utwbpvkRtqg2Ay5xNmvKVITHkujqNqGwJ+83QUbhaAbJCQQ/FYxqBik0TKfzfhCQSvaq7DOu9FkOD5qw3PiOh3eQLeAISrxTsKfAuxz5guiU09mFVDh3Y4dQjjTwVNMXe3+MYIzrArlyLvBc2sA==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"6:59 am\",\n                    \"duration\": \"05h:34m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6978\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b629a333-69dc-4c2f-a605-e96ef5a07e53\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"t3o+oU1j4cxTZhTPWUGI8ctSLqFM80d/efayDY/vYJBTYzP5J2ODsWsLQ9sQQl9N8xfHyGlz7tPvKi/Jfmzo5aKPFCYi/7ZG3M9gCBcTqH/Kkn/TuM2NDGfbFcqE0T4AJyYFxU1bXLkMyUg5tmalAEtiJd2ep8mmuBlw6ZEeSW4I+BMXS0jL/nV1z65o/fN2dYCS8/T1tG5o7RhsQIc2lG2o94BQ4VhthVU/bFEDGUtIU/E8BiUuYLuQP0ouuC16tvDPd6xhMVrY2KxTYaL7pBgHrzovi+XSUPtsdy4D5IJ13DuKzDgE7gGMjDm8rypJJpMU3BAKqYSuAbagSQnTt/iCQ2oD19NJV2EL1UMYitxqRZH/FqNvokSzYfvINIY4yjs6Q+AYeLVNxyJOPt8RG2KPV8TjLNv0Rg==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:20 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"10:53 pm\",\n                    \"duration\": \"05h:33m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6839\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d310299b-efae-47f7-bbde-0e6e1840f525\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"UyinaWN3bTNzYjgJI6/g6G6HWp+LMMHjze7t9dJxKq6vrsscjvHlf5QyNvNmu+cH8Nth0IZrNS7UX8IJOQUMhKYzRJP9egrnmxiMvhEUSZkcg56wzNDplT3fj+oFJJ2CBC2eXauviaqNA3X5gIfFDxJSx+C343MW1+VadAX2zFCZ9C3uYM8xMOHZE+cevQUphooZsrdtABoVXVW02U8iZz3hezaQGN5amU2QivmaYV9WS3l59JCTn7RNs41vWYKeoUw/xQ8XU9gS3tbf0sIxun0F2IMb6jPYTfwtk8UiAOS/C1GttxM36x97NMQWDbQ/aruNqi8p+9JHEV548v2NfIOWnWZ16CF48+ElxuyGR5x56II0qCxgmGA9SLm2ho7+xqXPC/mhGwxA/On/OPjSrqpvE/aDHUAiOg==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"8:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA6977\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9b554c39-ceb8-445a-9b58-9e16c11a685c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"wqIticHREEhjenlbTJpfHIR3vFZXREgrGlJN57XMVdb601APCf4BW52/o8Xpdlur+TJj0cG5Mj20Osr9x/9dLYuBmIs4qEMlK5yDM2/0H88aA/WACjRyAdxKumxIZ1A2m11HCLUEYO8DNDs3PzuOb/abze9g0L8Oge3pq6CY/FqXqCwh1rqd9yR/naQqfPmJTEYEBAtdH7PU3/oyWNm59BycDIwHBDd9ojhucA90FcjHcx1T4auLjs5KPvqsqVGxT0eg4sfJPzpRs5FGKjRZhsoZCByfLlND17DT2ZkCDZTIkBcMeaf54bLQjp8Id5ysg6zVSfgZMYXDRlzLlc606S+TDtTaQvix/9a5EOwaBSLtiDoxf4amFAZdi8ZbvzKbwD8OUrqvr60qNGMjnca99LIDNLGejplhPQ==\",\n                    \"base_rate\": 644.91,\n                    \"tax_and_fees\": 108.32,\n                    \"total_rate\": 753.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"63ca890b-610b-442c-81b8-5c7ee3121cb1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"jGC536pVl6PI0VkQLM4iRqR48hZo2Y9MEG/ITPqNO7UcUzXT30dl9Jy05ssnFPZNtf5mWre6zP75MFPqX97UcVBCP93WBK9cf8mKXJ9YuoKG+D53lxjVZT5Bre/1+3OchJdd+3BWyz6EY3YKud6oTEDzoogy+ZeI3+m/k6mnFQxWXxEtS3q2s/OypXLNaHJuyccWqnTpGh0JK2Ajq6WaLHLMtXxpO+GwgLkL9fcx2gx0mIW5PXXDNUWVmkCdV2XP6Dg8FLOV2fjVQbHximpCf7LN7HllCsLFNp6pBLkMlGWRBnrYSNUSnOsnJNfoet3cSDAHD4ZV65ym9s0wN/12wNHSkoKer/1CHtVPZ/cfqWpu/s2ax65lJ15s8K2DfBwAlU0b5ZEFJFIVFkrX99GQ6SN31QPf2rVAlg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"975b5e41-7dd8-475b-b200-cf7a4ee2382e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"I3QsjGMMdwUGUoIHL3OnvMaUV4APgeVVCvYPem/MVd/aC2hFxGI96wf+jtYdM3wvYYmuW6/AvDwDq9sY4VQkVaJI8ivJQG1sjx7EWTr2w0aggomi91aCxDKMEf6g8MtrHEVB4M8XTwjS0GgEddd0s/W+jtQwqPsR70NTmxzxoZ75T0xqRqgO5jFO1EM3zgDC4Zx6KDT5pL0Whwa193dxJFseV5v5LsmLqtMb8xRCHPlgSVOdUzD+X/3/EF3Yh5uVK661EJQLgSzy8W9/CWbx1+9NgqEvuRj8Xf0rOeZiqtW8lgPx13o1p7QeOJo7FbkLW0GpkIm+N3D4G/y7LyOkrid8GUS+y5LPcO1/1TVkic5p2/ms/dZyfhqBjbIhYPhcsCHYgVH9n7VVCXJwcexK8VKQJ7rJxsbIAA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e95da6d-04bc-4810-a6ea-a98b540066aa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"XtMPQbZPUR4lDyjQBtIBMmo9bwiEanvaoLVyKPGB3mSFU1I/mjNAdCGBcPOvoYRbzxYiuFJz4mAontnLrJMAsIeVISw8HxAPe/+CXe8WwCkiFMxbTSUWGa6ZGt6kiFdLaxawt2VNUXqymx3cE8dcDtbgkh8Ew2wMGFAxvNpSoJ+ZYW/ZRQkVRrgp4nmlW6ORl1Ogvcm3zALiHA+w5w7+V8NvLkrSeghCsUW/t05kcdrYvl6oSreqmiqN8iNHXHLXLBcGLHhCdrlXsbQHXys05grlXFBa852oUBCTeLx6tXL1IJF+bkk5CWng8tAUJrnOffGA9387Exyh+Fn2AJtnu1UAeST6LVaeHVt7pcYb5IoZiCjdQVNdkqzjXRp7x7deEfaBDiRtay71yZobCwqdNKfz7zRe3PiDAg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1c48acf1-0269-42e2-b450-133479a71a29\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"H/LYYlbGZU33wQSmEaINWK+lS8IfPE5USw0UkoHadZf2myTZk+rs3kk54HE4JSCjz7ECOB8aRl+9EiqmbQqoBxgbnNwLMl+r4Ss4ggAMLkQ8Vn9uDbfZECXZpnS1wiZy8z8tgYBfRte+FTnqDCYSEblRZ/jBWRRM3DoStVZvGSY4H4k1hNobZn06lNmEGow8ur3rNwfhoYjjjqA1dewzuccnpRIvA/haKvsDedaNHrO2+AY9cwo61bZwLmpkdGGeFWYzeIBgORq2DFTahtwoOQrRgT36sZtWyJz7oMl8rsozLCi5AEyJuhb1IV6xrosfZEds7GwAxTtOPyTJXZLAUfpvrCRu6zPpKPiboteZzHG5ZuK9D+kfXLbF/mfn35e69kJz2OFCx1xSmG5/Kggxmeprbxn5hFHMJQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c79d41fa-e142-4742-b56b-747fba76efac\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Zy4me33UZLzCLgNiU0eKSkAMXJ1jK8nDkya5l6nb7lwGvrsQRamZNF2gSIvmFOhVboEhQTeRr/IPm8lbeKV6IWYbKOtBeqSTkDYyO8EYqBW6181SADEykamNRhuZs+oZj2ORbVW5L0EZugTBFrWlu6lOXv8SMjB8JIFj5Kue/dDmMa+WX9+QqUGcBCxKc4swDem6292iqkEGEf8Yxc3yZ3H5LSXIfnLsgdmqqmX4YRuLIotLuSYk1pYetg4a8630vs44VDIhyGLUFVofaGaAcyVWshvBV1XIcHGw5/fcoTmAZWMWQMWEJb0NRnVg00n4anoWOMYMo7FxRnyUzeARwCMIaBnxXI0UGNpQusTPBbcb2IzsN8FWz0/30p/EIM3Lk/0dNqRVxKCyNFLnUCqMx2AvPNJK0NJXCA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1408dfc5-a757-4b4b-8388-c83ee3b2b64c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"K/u9KWFZsVYTywQPpJXzAnGMRhA8JqosUFbpYiKtIY0nRUvjB15DVhJ93ke8+HKxSlZhCF6qdx8DrdPO49eDbMNf6crtq0CbH8F0znMNpHCSpvpC0HnjCRk8XWkKEeyOXXFE9H962blkI154M9AvYAdaWEY+x904YlsKAh5JMiWxbkC3u+W+JBrIwq8RY5LrdbCtE5/RdTFUspsQCbLfjUYtRGvDdtFp5rs3iwPiNf6nl1iggnmaL+f65IL5n1IjOQDUC3uUWImZGHZq92g7FE3Mmf9Z53C9TSW3kRTKIfChRQzcMH4abwvSnaKYGi+ntSHCJZGVQLPCVQQDepnU25LyCh69Ej+SRrQt8NvOgJjQB4ydToFqe0uQ0iDv029XJoYRlNuIKU90BTdd/bT2tyKV7cEpxwnX7A==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b791500b-bcd0-418d-9bb5-06257d24ae56\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"9PRQB3Km91XHX3i2SB/xMimv+sNzZTawSHxAR5ejm11NZ7OvgoooBIOgcpMhWJ9/iQk+bIhyc+yQohiU1qQ+Th/e7/qFT0XjxgoAccIRN5jfNoi0dyXB/feCfMRDz7Nn8JkvLLC+KavhHAQ6EBygr9GkUCXZj80k4P6TDWFPEG8XnsXT2LtDGEpuIey35UM3q52AStUC+5Uv9MSVYqnK9c6IF+A9+qBhT2WgOP/5n5Zz/gyHk55TBNzChX/dKTt68o+tyXGuPkxfg0uuduDFAqREiqjDDSVaCCcg9V6PWaW/0Ka+nVsRoj5BFqJfvpt8Rp/8blN5tWO2Ld9uQCtMVaMr4j84Wrgz6i5n7p1UXe3t+S4DF5gi1cWeWqWFvhdfI4me8hl+GpIrO8ZXunkaIIYezn5O7Ygu1Q==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b2852a64-ce84-4f3d-a6b0-3803420b0a68\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"V1gsNziG0z8/H6SGc+dnZrRqV5Twi54qVN5wmueMsU7zB4ytRKg/xoC4eaABMPJ2V+DKYN1t8DwAIWw9uh+pqrE1kdyvI9qe9lxxlwiMwo7aPQb0VWoVqFDGjvbmVdapmA3YK2yqy5QtG2xbRvUhYOZZ6V+uUcaigXuZl60MBP4zUXxLaUgRom0kD5E04V86q/95UQu6l7wG+HIO6aZEOFT8fVh2eq+b3an41c2V5nvecSJDYrAbY6rhx/xaW5WpbrQTDoAfmBUXndDMaiFXSiBW9L9QNPzRJUup+SwWu7b/ijubmYeSq1CxlPZ5NFRTkZxh1fLLz75gNWjiWLw4E+JTufAhvBh9jkvh2wTk165pUgnJaxHf9w8MJ9DQVvbfzFQgbCuGCp+r7I1PEEIi/x6CtPrJhhk/WQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a4248b66-99b6-4543-a85d-db86afccff4a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Ce805Ya4QCAs7ZenIoHBRIa32LxEZPW0YTS8z37A9+JE78XnuYvwVmX5BUTH299rsjk3OtPOyVR6MBQ999zcIg7Aj5begIk1W/JDiyZ3bDHfQsgY21ZgLGfPe/1wziqFlQA7IP+Ptsk9ji+gLAos7f/NwGz0nbjMTMTE8BVj0h/lOZIOFr7awY44shvjoCaABSJvuMEAEOiDfiXEyM/UmHTMP4jqexpruHo+mKTPhSuKAt0C4J9nJc9WdIdv84Cd+Z7RFYum4AOEcWp3BMazd8NNRPIwLqq3fv/oo/6pzZlJ4/3FrU4Q+rEoBzpg3oy6uuZlsW+fQQXuQCDrSwpcsfEDEX3ZwbBf+SorqqEwP9x10oPQ02ZzaDMDt6FEFSOsZOjvCCBRDyW+nYFnlu76/0cddwZK5Qw4iA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f6a08db6-efc0-4eca-b64e-f2f49014a078\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ioWzI8xuUpbdxMRs9ZFEdUgF6sndfvsf2oh2E+NSrS5oHxxamY4LDd0/0UjyDfWU4sXTIcilj6w3KCHXBQhoTOyKq1HX8BjGmrMQQgI1V94wbTqF0An45rckeYPlI6fEoB5xUCfpJzOwlYgyc5hZ7AS39jf/Mx7E4Agc1bGuiVpgJW59Tjw/JjLe7oz77lmjUR46sLJoGLb0KBFFcV0onxTXTaciwDmGqSDrLwbJxQ+wClJ6slziEYBHoOQKI+Ee388PbT1G5Eb81wgetQtbC03DzPpkaoB8JFnngEFNPunt5oNF2hV0PrHG1epHHP4G0Td0pX0uGfpqJxQOPYE0wbUd/yl4NXZnToK1u1WwEd0E8KE9YL2MSCEwHN/TruXz5mm51cqIcnkqqhyCSm/3uuFNSfe1krJYNw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b85246ad-d818-4f68-9239-851b1adb852c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"MhF+Hao5Dxr4yiKzXa0pXHLF7nd8Wg1tWMENn4PgAUkyMjCyMXeohAQnAUkv0AsP4NVpQzvGwVn0I9Wy/LjrBh+Pv/O5wtjCcTHGNcSbgtxpv9lN9JPJAp1Oa4EtWPMXpFAYZR0hKIorAOL37oUZNuq/EFV5COl/4Yx5Rc2wHjg8rnfqxYvRNj2lFcNNFPEPTMuq2RpAXnvFIvcgkQMcXvE0sHVyEbrSWc8AFB8OehCnfe9ezTUMv2kzfq86VLxK0E5VmXF4v0cTnsu3cYB+WqJL/RKpoWiflJMhJoKZPtaInczvuDQGKQhOwk/NslQSocOH26XSNfeo7SOdox+l8Ls+tF4hfHavp11x+vJK+GG3qurTAm2a44ZQJoH9JENrTYdEg4rmhqPTXKRrj8zHzcDjjLCwkjbgkw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"046bfdb2-8bf1-4758-8689-863be29e5a1f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"F6K+oYrjchJZbf439cywfpqbLeePrtwXiyG6PcGmKSuXH2lJjJZc1pCYD++SVUgq8vguX/gJx1HgiGvJWRRgV1Rt79ADXzWIQ3/FnP0wOeNt6vKiIhdjjSrXcarhu95rmOi8noX9TiTfvj/YGgmJD5D69nL0UXIWUbzoPzr5fBYzC/N82weqnmr6px2h5veVVssbYeoqbweNEmUYGqwXy9XTL7Ozm67IICXFReGQrtD0PxHE18EsBL2fpsFIa+Qr9ScU4q10QaAzmye7YWQv0j3Cja8Xe4yIPbqLEsh6ynd8Lhp1nmnFgL9Pkvs+nZgXoC42P1fcXmr4MO1fDlBJd7krDIh2qyDnz8ElYw17f0tf7ty9ty9bU6rwuBSUkd+7zfQnJBMPWUXpBMmyytdWx0eY5Q+FRAOrzA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"52809992-0ce7-4989-981e-2c50e0cf8115\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"9duLYmN46K4Trh0LqbFWfM5EOI51QvHQcjQ9cEUMoCa0L7J6sByiT8z+2Zhr7a6757+NnUOPWsGbnYUdSGye0TlbNkMPYBoyBFbDEw+UAM+V9vZmeV9akouZtfahSAoaBt1QCIkqSHrc2roZ9pV463ScZEp9mX/v3yR2dO4mFLA/bfa71Cy5nhpqiM+ZsPpbokhnGokAXnQbVKeugRIutQ0PJGM8HEhOUl7VqAB6UvHZuDMAH7JpEV/bGegih8b23FD5zGtNzPuODiuCEmQMGYHfsAhDEjkQepxkSk26jsAOqlaYq6LysZFnF2a8KicAks5/V7qYUFaaXVeN9R3c27CaHJ5bNq1+HSMl2QsPlLy/proGiUkDPzQlsdDV5nCxBjf5ZXgpZXRXgo90+Ii/Z5ULHFQgqzA9Pg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"db5eb63c-92de-4baf-8df8-c565f01a207f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"CMdTUSNrp8yr6FQbGWAzR5ZibHzOgPG13i7z/7N5p50tmIRjKzyCwuG2Qn7pUvDV4oDKN52LA7ukjcfDjEzetYxrFUTJuzH6aoLSaOnQuJ5Pi73HyyzolsGqM+6j3WcdFajJt5AHRE+EG5rci4j9RTZpWa0e6m8cJ88N6lBG+hB5qGFDozKEeVET7VraMePYVpm0KHeSu7YSmbA9gm5HucHI4t1ml+NhcVsLz2MyR/kI+lRobGs4Ey4VB+fzCg3CtsZQblfwvMnwqrKW71e3Yi4RY44rlpnyU3gLsb30PZNZ+fJ2aE+LYtFBSbI/BukdZ7mcfUtAmLhxkTQYRCyYdsKH2pe86C82B1A38afjdf/6WRMXlU1E36EoogjDbDE+be5QxBVANrei2KkrjHT3czGqkQJpYLZXnw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3985fb61-fc61-46c6-9787-4f0730b7b5d5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"InG61/2QeV2NtQjvWdcRXSGu8EBptM58ARkTr12NqSQQPZWfLe0chHiX2iOBq9JKYlObGM+cL9oBPZXDBf42rMjAw6SqPkp/Ij2x+kuF7390Xrnreu24vx47hlqijt1JmjQP6eGrpqINOHm4Ek6hEm92XaHfF672Cpa+o9o0OFDS9TizdhtYQgyX3Q+Q1EfdupRAB25vpnsJpdOtb+/0+tlmBBbdMdplVtVOV55V39E0mI8hKh9h2DnFrrnqP3xGyVdk8HAAgzO6jCxS2mN3z7jwEnmvcggslV+/HBjlUOVwqjZuyQIPosiLm+NTzALguyxb6ah82XKNCqs08HlPLxyeQh5bvjuGPM5WlDtXt0myJby9YApRMHxuhZjMEzfZRZ/odmg78qTZqbG89WXjLMaGW0zYx7KHiw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8a1a84ed-dcd3-463c-8aee-780f18681f30\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"llqnHHf6qBqPH/7Zzbus6oW0ZmIMBZYbQKJDRNh8xGWE08SezIZZZN1paElExdb6CS7QH+TqHeerrpi1CrOXuiOqwKQhBTmiehFF7tqktrDDt4kW3e4sEkqpv3u9Md/wBPp7GW95U9xa4HUrG3bCjtbY8sGVY2EbpKPuklbHO7jZYf0NmHC9RXoseFa2nfaE34xKi4qs8noCKO6ts7xd9YrJZyvsNEO0KmQdMBQ/29hfHABDxbgCG2LamHcXDiBdsy73u6FHsxCzmnU9RRDI0xsrC1Hqsi+STiA5MJ5yLUqK+YdHH+quFpY2w3dEm9/fiwOKohKdHwwy0n4AVf7soCidEltQGwA+Ek+/v3Yuv+gJ/LDieEoUM+8odJG9ejwuxYonxR7L14CANcgPTIZrNCyj6AJhJeTXWw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0b9127d7-8bef-4023-8ce8-a3e0b863d250\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"AGAwIYBgBcxhveONXJ0o+BVcUtxhYD4RxBpu0TTVvn1ga8HkXuyH6IA/OjVQ82/ON1TW7f6uGHcj89EjH7AySta+bhuxscxaiD1LZ3+GMR1lYxTD48VouZibUXjcUxDvrw1NlcJ+ZKwC+p9u9r0olOpQbmaFGaBA1IrMaMd/Qemcvitq+G52kCHZ1d9MvQu7usw/biOi4Bd9pdveeMHiSyZ/pt6yxKWhOjKDJMSu4UhNJs5LFdKjE/AQxzBRrnZWCnUbnRHSLCrXeN4F1uP+Mn0LYNgUAVu3gfUAXaoqdwZCLr1K7uBZYkx041zosedZo+yEGVJAuZxnDXunni2+vWOBrkCtfX12BfnCR8FcilYE8LLQEVh6aEfsydyddkw2xpVJRv1aURRINY3V/eeKi/LIwRU9ILG7Ig==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6f6d80ed-bdff-4b43-8b9b-fe4b1cd3348b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"rMlaSwh8Bko3Zc/z1aocLtSaX8iMmZzjQ430ByjPi9yhR8PcGVXEwuwOY1ZnA/YSTyKISaawBEjkWizhFqHE9T8bev56dXIjwH9HAHlYQWOWZuw11aOxZMmzz7ZX/ckELPGeIhPppUJql3+MbgoxClaBMlxjI7Oyao/mOpKcN6FpLmwiUo6P8s6LQ4z0Bx299oZ4PwZxv1h8WIAPqgxFw0pcL2M5dmN+MnIpwM0volHp89F2Z7i2zMn7rOfaF0OkzrUkpf5j+QndKaPLxLCYD2A7GZbNDpERi8p+c8pLo6XRYbjcFFDcrNQx3Y4kaIH5LVnmcQssTtruaWecwx18SX4DWl6df4eRH6faRFYBL3JSEeBnPIgJjC6aB8MpawSo735kwfV0x/Qa2cKtZ0L8a2QmAA6T47aiZg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"633970f7-1b60-459a-ad0e-f294d64ad647\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"OK8zq4QX40GpXrPLvn4ZdrHmJiXaEhSqWJ43T5naVCrMoX7mhfUXrC1yvZ8Ofsie1IrEHu+CxWUsaBkIsKGc3gTzbLLdj0zAty3YiMPttiIgPbtaDhiDRpTVgAJ5c+BTzDowxQ2eb7Deh9jNbMDLEF33Ax4/rekW4yu86RVKEY2PAbOGOATa0qlGHdsZaL9+3FyIE3yKYzi5TSZK6zQxetUwy9nRgVanHT+XjdPYS6QLZUznRfxbWH5eJpubIIoIcflecB5wFc8i4zjijKNUzkfnan312sEj/DGsK8LP7GfKuQQbtTqSAb9P2xHX2XPw+sL/KSDlF+cjanQjrtiAQb5637i77Vzkj4h4YdBX7fa7IhJwebXNw8k0wxAdCnypN8awuN6uk36is+5ldQCcNaF/OUaPqM9HBA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c8943177-aa93-4494-8971-15809ea6c4aa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"FpjysPMOywQAIEy0r6hijFBpe58C1FPsmlAPh/X5ZLQJczEM6ksyikKJ5KOt6nc6kZUOoZoQVEG8C/kkt1y2OKZY63lv9TlnenRWbAXLTN168gQXLQg0LzvxEqAURbtBygVWXki3qoEGGI4KuDfMuDxyWFe/z6UEo/803VKD8Ctt20n78g79tJxnF+MRh4KjOTXSQmNLO7N7mALRxOoMhbJ0F7iVpYCbJwwtUmXfjHmqMD44mQUFDyq5KKnvgWfRNWi/Q6HIxXzkX1oMHqtVA5K/0glQUmsPvOpJsxx5xqwG6OvnL9RrPPBJtM0U6jpcq86ndfvt44vChOaCaQF4cv4XbNaM58ZqOJBEpBNJbBSvsFklkoPdLxSW6J0+5y1JD+CilB+L6/LbpYLIE1I5ywyVVtlKUbaOyw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"46783989-802d-488d-b79b-7cf70852702f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"KpChqJRbKtpbwrQmkDg/4tzce150LW/Tm9akEhkFeIzIqJtyA/t4ViAKG+w7Vz4LC2wd9YWBPSEUqJYNCxkfX0okpFkeQZUw4Edab/j6JJ7S0/XHeWoDUB6q5iSH+7EID9KiW2OGjBRG77bW8JqcjPt/wNgsl9cmW7fuZLWV9Q7pamAZA6XhfbtfuPX9tlmbsBEGj/YR7arYApPlghib6oEMrNMTFRXIoDGDTi+FayOWgJoB9DXR6R+Vpo3P72gPtSo+DZ+O9h+zLoGkkA/g9afNPiYUaH5IAr7CqApowYsHOIFWztDrxnfF8w2zatnMp03MITsvkZEUyNcE+VD21Yao6r6OmZZt6evDKzdN8EWSgNAUEK9KHz6x00LYN4aFJb79bkNr+NfhN0mN5OfK5GY+deJFL11lAA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"91bae15f-b4c7-4e29-84d6-8d25081c0277\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"i9Smf58NN42fb+76Zhyw5nsAdwQMujFyqVyxhkBWmxv08m+007NrDNnWQRtq9AVvNj8t4hMGgK3gQwn2CRaVYlDDue/RiHZIpuVC+pam82MmcZ8eiuZMk+/9l01GiQM+8dCMKAQz9s25lsgRkHMixvXQ7hWjj3P6y0RiAWBHJbOIzDxQiocSNpD7frgPejsVFxjzQ7UzL2bUVBOkAKFkDgWEFIYEKLextC9Z0qPSZpw/ZO1kaT4slOR8eepgv/3tT4FfkM5L/VySRtKcfonggzQcQZP/OyMatcTFi/kYqYK7ZEUA4g6BO9ubx99TkH30SuNkgfZSOWkow/DArt3tOrJ9nFHK36l2PAapSTf/JTnuWpyBFd5BzWN75b6cV1MK83oBtKqRCDHgynd+QFqtU8YwsafJqGWUfA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3546a394-2977-4f43-864d-85dd2234ed6b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"GGXy8YPxxgN2xA56GlI/8ScNRWdJO2MHlSfR/lKSdthPMMFZSVgkDqcPNWp+slkZOS/tQIGXwGHz7RA6QsyffK34EUiWNIqn451iyCVgDe3spePBJmGPcFKqzwegy58EMpmnHwzlRMkiPLByRJB5u6Kc6cY8OVIQ/sb6yx+WJoHyrTO1QSp5OVqlmPvPyvp13bjb2PAuOCzGpXOROkJDCu+r1VsEq31Wl8e4oClAezfZm4eP93gXVR7gZ6etGkVy0YjZGKkJ3PM4bqL0kQXTxlM3RQIyl+aaleb8n+VA1pnbgZseHRdPolT11RauZYnZtSGN4JXLrkALaVjl9tjTgDDFwXsq9qMXJa7+4Bter9HhYHcQ6H5gfk4d0+Y+/uFo3S+kQwQnpdi/w0Pk3cs0qqsjlam0J130cA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"01bc5cae-3794-4223-977c-a9f64e49fd82\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"9vc+sVmNwtYSRM+zgMwaWUGWyKOEzTo6b/+aw4vwdocFPgrDSRYliaR2wIRfsb8ONGhWO6eGYcpMxkpXT5wNSvqSAQj7klRIw0/j1qjOzGEwxta4va+ez/9+q2F9bptOyDgiGDU0EQlvpVF/NDyB3BGg2Ll0qLumuDP6zlKWhjWDm7B/MTlmfMU9tCWsdhDtI/RvA4Ez7Cj68UHdnq6wZ5LvFjtiCbIqVl/RCxCizuv3je3jTXfjgsQe6qhWbmQc6lQYze6D8zDZw+NGKhY6QCHnrFoooGelXC3bsxFfrKhvf4lFBNBcY0EJ+pHapClnNwGVBBCyePvgbisPv448LRvAnvUFFybLk7sv3LKg5hHMZX8gmKz6jwtK4drl3Ii7YFt2hGkGBqIl83hOGGDcYj+gxQ1qF0cSaA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ec5e6018-71e4-49e4-9126-5ec56b445b6a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"a6zvRH8mm1dQNKngt61VPO31AApaOt+6MXaUjFupPPy7FxdAwK5kXZCNqF6Lk39wejbnUk/MP65xNj2KK1orHNKOxeRjG73/o9neT3c6Bd+tIW1ZrYB0GB4fQgw8/FTLfALmIEMq+69IfyssRGCacdGZ0CQrt+CVXNoNBrYCZDVjHuqku/aurfvPdn1RYrr9+GFbcZoCFutttlUyknvKTi3+5O3JL9cDlTk3/XrHko/xWVvoSHxdp8QwzGVTbOsKOwLrMCJt36QWdw/uN2kDPRv60rOEzxBCqYWkWAdAp9V9qpl29aDg6HrkT62rE/MKYODCmG1VShDHwHOR8r6YNVYY7ZXhupxCdT8dtmzDfFQnHZgj60pqeagzWtDAYasZeoE6zGQafSIDAEOSuSju643osrZCd/Kb4g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"61739a87-e197-4831-ba8f-7659f6788d33\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6URtJpH//OWfVQCrXGfnBwzmSumGjTP7jEh/W3PUvDSdBadID0UKiwpocTjHh2hJLT3xiVHLhmCS106HphkdwQ8RFgTX5NVGu897+a7H7ZLZxkk3KRIANc+e0z4PCHKDW4MGvJTF3TJe5V2BPBLgygYWJ/9258dqsmt9ZDfcBoD5SWNkUT3AhRPveYVB4VagdXy2FGjJhX3UTlKC32UF20e8UODZ4MCmFRHLOJfwLC81LkqazKmdd4H2PTNYblzgVoN0buFM0+O3DL4APLc2S4x9t3xEM+DEexSkLexkIve2S+beHWKwPA5HdaKtsV1GM+fE/Zgd0S9xs4kufpvOPbcH3KbHVpaBn9VpnWDzYS/OlCdQFnHnQ1etTrHyPNsyTTQkZEwsSTLuEPguKNMOIDmRzfKvnWnifQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1a070fa8-120f-4f64-b6e4-1de1fbae8478\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"waBfvebizVXQk65Hoda+n23307Y56MHzurCJD/wWMH/OfZgxvLsY0a8XBZ5p3512c/VbKslF7hOuZrtNrs+1cw3nNqwCq5pw+yWD2iUHHhkmY+i7lxsidSGRzmqhKb4mIL39LGBUvojNSJf1UYNSzCatv2rNjsuwxUIKeFj6cO4CrcuzfzQh9u/IKNYiz3Tqq++rqlsSaCaOFpk6/ehsF6MnzYS268Ik7cHX50yDz9NAbQXf3tzBe1yWS0hveFLKP1gmOWv2jSdE3D7htvRv88SI+FrsXq0L00JFR8MQtpoByji837gYoB/q5QwPB1HNcQQawkqjsEq9fdfVvwF220aiEz1qwy1fR27uVLoekmixRbqCQ+Eb/qaiL+uQcqUKX29CsR7rfTywZ3fhYT/PliVsaoVWc5HErw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b6f40c65-2422-437a-8cd1-18a1cbeefbee\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"8Cb/kTYag/jjVEy8o6ANj8iB/1vRMXo3dTb8Yfr0HfdSJE4y5KRXeZcoCCV9tH+QO4RV2xWE97u5JelW+Gv0fSRgTXjMp22W072GUhalHm7Ml4Iq/v5DYFpDOE1nNLwHth5DLg3PK14nFfvBcChbZ9UP8WNkS9BUSO7Q1W8QIit0o0aSYXlVXs6gpKh3AvFMbiM89SDtUrhNgs9BkPWaeWZ/coE/zb3i3TMAtlwSxRLMgWpnAPtC3JEpS9pvTYue3704q4D1VIkIeRHNE880OCj4K6NrknBgepGHERDqPnW6+fbK0t2JdnuAPnzfHxY8kB/Ch9MEUv4aV0bg9J0kXBymTVRK1Bkf+NCJvksGb11wIXBF4rRscaeHf/dWSrnFm6eQZHF5s/IK4byMSmUvWp7RIyw4aBrD8g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8c9efe01-dec3-471c-95b5-8641a427d53e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"8Bl5ClPo7vGaJ6QQKAwy+r0s03dqnzLmgRi1mAcGHEL784uGttThPQ8EyGKQmsPLb2sNUyNha1GmsD7ooDOijGtP2EF5hx4ov3mQkjopVSSJKfDUVvoRhACTjjd9H4BYLf2ZNxat62fhm5JaxT8F67LM9TL7e0l2hK3giNL8czHF43Tux/qu7Nqh0Ze6kgfOyt7zi5yLbwMUhXhscIlF8qlyQzrNAhuBd/YzrMUIT2aLiNAEfUgxQ9nk6i27FaUqswVMc7HeM3ltyPs066n50SRPfxIaRf2fyuPC52Mb6mLp2dSTArO4i4T95ih85c5Ub9a8/PGHsQJ40DTE1TmzSVnEKILBN/XtW05EYeB9b5BZcQdlNYAzJfagVck1224MLh0qmBdcAVGCcFm27M1E6wfZOIGpQVSnvw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"186a8d02-67ee-4bb2-a089-42fc9a33e0fa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"SNIXVE/Dk+VGlc4eBv7wRf5OloRCoElNy2wpk+1lcjhKvXkdcHMu/cLgmZhj/VIVpl8zxTWPwGga/G5/7DDGwtY2x0PKIhYMTlbKl4WAJmlVQkMJBrn3shNYpS3HX/YWJoJ3bcUPDID+Jkysmoy/8yjcVqbdIKWvxAzZxaoH+Zcb3bfNlBuStq3WRMT1Uo4SeNQhdxS6uAoq/sVDKVDkIeR7dJvNtlMsidpmAtlFh4tGwCXezwPlVwMCgvPSO5uNqXicFt+ASoemTmNXmKOHhdtcJsJIgKmHKhnOH/195Vw62lH7fH+4JOas+Wr5kbAyaf9XTUs2gH1VtOYw70lp/bEJzey1DNcZfI9Da3u3iIEDtR6dZUAv4M+T9khL4goJmh8K63ymSx34csGzn+LOkZQH5qudgaPhEg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9f9d0952-de71-49f6-96cc-0ce1ca50985c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"kxx65I+vEelxE3ptB9s4UzGuoIcs717YV56iAA8pvpHeiYYz0wqPO6EtwPk6HymIWlRwz/uMLyLl/Da7mZBKQ6mIKLBYZnZRUwK4ZGgV6FSOY51wlFC0McotGcsFd0OkyVnGJNLxZlPlXT2nFh8fjoozZC5GYcibw6K9jyIw6sYO36mopfG3BKtX+KntBRdtyKG338Zm03+f0zwJMLaC8/K6/0YIEojxJ51aQizwC9dmi/hwVhO2SdbuKooD9nP/R1NzAW74e9i4bn7zJSwikN4A/mzZl/Z0kjVVXwjATimou20Lq5Q6+8lz1RUZwputnb9P/yR7y3k/FkPSTnh0ne2YtVfTF6qBdv9k0eolPmkVVpRsTYVMqYzyoYiYjKJIM1xgD9qat52bJmsBpdHlEoFNQTNAHSg0sg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"edc72c14-b0c7-4faa-bce8-7f0b7c61a54b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"i5qcWRQZru3YahLVcl4fNAXKTThBH8YVzop0YVi6zCa6a5z/Mp3UUAp9kxg/GcKyqcxUTP1Qc/BwCWRiiLxs4LOQYNvd1RTB+N9MkzIBBn/kQsVikTxG3R0y6tnvUYRHmxMW5MuJUNTmZdnoepYTEPx4qvL7fo3Q0U1I4O/6kyr7eGbCB4Z25tK+ASPm15wbgPTx1Tn2RceYpvzsHmcYk4Qp8KiZNqsOifRNwny71oHhna1qSmJk7DkbBKbkPEIMNxcxm2pn2/8P5jC2v9S3DbaTuuVQIPfC2KhnSPbr2nU6aa3iq8gvuACKqMY/DNhQgVKRTbtpUqBI7I8WAmIu0PlA7X96dh7KDeTYA0LTUfbmoBNM51WaQboQeaT/Ic4u3D1yqOQnW00Y1ywDA1uSYG4jEqbgVsRlZw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5344455d-449b-4838-84f0-383f5479d848\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"IvzvJtOOOKPOty02tZH9ptljdb0de0A8gRnHM/MCuOeHUGQHw1Yc8GgbFeuPOj9cwXK00JmrWrJrPeSl3oC+WtslZTkxWoPboZNw9i8ajlmuqJBkkogFfYs9we5ggQQF9JpCHCZpJj+xtZ6NIUj/a8jhI8ZurXD3VUye8KCvGPonmN91Ll7A2PGHtIjf2cmbrskWaELF7LbMIOYj8VqqsEb1k3wxHa+oeh86SvgKixtM8c8OrBpWOoYG1LKO32MxGDIbInXcPxn1gq96wnUHr2EslPy0GYKXMG+LWu7DN1kcH1lrIXQ3GFlFXvWK9yrzjk1LkKXud350x27StKtx9cYyttT5RUl2XVRGdzlkKU6NEhylhqBWoSvKMKSlkG6osj7S3YKK1kcaXFsLuJyQi87QDo63GUSB4A==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a148b264-a0e3-435a-a4b1-90eeee214b0e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"5IhPzTEWBc5OaCaWmG2FuCB0tKoMbSphkpSlN7TifO6B9GKlKCT3evRXkP4mL1EkoHo9pZ1sXAGt7shmxYfKVzHN1CmYy+HCiSHNxi4E3LyEHXSRRaOTTDfDUCcpanv6pwPPYOXng6nMQ9w0jDfMnXyOKPu1QasV48j1Nq2qxQ2i4gTfuw9UsBZf2JIPRJcHMQbHH9LPBlsJ5E6MdtiqQxP4WOaTs4+QvioGKvLb9ncJsePYZjB/vNA30MmfvFm0nbux4nvoG17K5JkSdn/62CwIKGLlP5AdsS/zXXUToJTk/pDi0ddwkbfkb4JNOycm/eMjM3boglBasvJyrrxgzlHxG0e33+YG5q5VTGaVoqJN0JiU+rbA7qeUYo0BCHgGxMRFQaRnegtiqYqVtf7EA3Aig0OMflZ7ow==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"06d69bb3-79cf-4795-b093-e6c6a81e2343\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"P3e3Ocx5ar6motx+bFu72g9LxZbPVlo/X3nvShj++5+X6mihwKNxUfTp62CdY1n+4mr3+yiOef8bhJA5Mals1r/EiEQbngpE6juf3UGSgWrBR8ECzbVgziEAZDlUzIA0FM4YMJ16F1R9zZIyvAVpwC0eTLja5wR4Cg1zC85QNUi3tmFi42qracAPaBWu8lyzfe6w3CPAFQu4Yump5ilMQycewYzwZB45mBjgUenglglwHzwrcNdwkxTNCTQ/dV2uMsXtPRc0x/U2PSpsFn6iTUefF69EQC6pRytt6Va4UeftReFwDmhKN8fFMsNAhRJRhq2uNksAqodAcIY1+MS0HNMwGyHXlaEvc1l4rT0i1xD3sIrSzsiN/W4z+JnOS5Hm0RJEXWASj7qV2T1FDH7/1wIH3LHGqYCm/g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"05f1c7b1-7fcd-4d78-b9bc-e74b48882a10\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ltvT2EypKq3hao4LDfbrCYL3YA5qFU50dqwuaFIcLQ81x3WDNdDRhaJ27pw8Pc57cupcyORcWV6Qogbk/8Wnb+2O458JL94j57ott8e5AUzwbKUTGqBysIH+nVm47fWo1ppry5bcUI2esXzjio73FXdqcPEP3tnlgenP8p41cPXzXeioUNvxO3/9guaQehugCg0eYMSB5be5E5rUPbIMmPsjaHku1TWlHSh5xVt5qjVN0SoDdrdm60Aezu/jKGaLA8OPv1qyPGW5IYEhC+WRjeoZ5bgyXO42HvsMAT47cgRaAPUjx/d3MArZSWbETy3Be7YVoqCTZ5Fj5qhvc1xfTLoY3t7gwvwkxolziyrlvdSstA0iNZRmhSdiSY6ZC/1Teyn+9IhutYKgbqKOeCbWPUGGjrAmIUnxxw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"05d27381-973b-436b-b713-bdd3972ee856\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"8XaRemIqlcxmUG6yWGsu0NZnYPeRvBrKBHDcEyRkg55YkuaLa7nj1+W4DCS6MKMXsP4Y+c6Pv3oI3RlEdfC1aeP6fHz01/2bZyYfhmUW6caDdyqPg3mK/vTdLWqYU8sAli6PYrultcQVcLhP2SW9HFp+xYX2kUFW4WvVHQ1e/w98MgmezLv/srvQsqfG9lwSJrxyxSmBA2rR4x9fJTKnL4NTqmBXgZoF2Uk7zn1Zli+1L/SiS8w2K9OV39IpmtAwYMfRFRj+zb63yEWZSJOrON5824L8N6MuUwFS0eXWpbJjnPCGnLXIZrsSWKVQrYOvDWivGy7N1moK1FA5Py+WH3cF6gKpCeuZZhovcahHM7PKyGg1M4zrWivc+kYxQ5YfhCNOlbDhi7RZ2enTnhYOc7dLtFvAKkOU1g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"08654ce2-f98a-4614-b2c6-80265791fcf8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"0Q2uBYcrEZPK6FbH3dxjuDGQYsFGenokhYTKOCQ/esGSRIgX7dEeeUu7XzTJtAuzZPMgpcfJTMC+6B9eXI6OyH96m/FwvV0EzXyoxF1GL732ugaaKEmUSRPCr4UE/aI0GcRQAa0BRK4KJzUjpMQqUYjrI5izZaZB8alUFU7bEyB6IHBoIdKH+t2U8MY3Cfc+Z7cTDE3pL/qX9vT8YKbxUZpOzXctOYGItoleX6q/G28ITXKMZbcH9XkSf/wDzp2KNgsGz8WdcdVtjMb3tATXj7pydUWy/SB4FWEPVlTp278jJR5P6NCcnStoF/WgDog5b8Y3R4kJsPtHi+6phmZTPlZgEz95NdNx2nXrCYu5lnIIZij7TSCtoOxRAfUDHp0G/tpLLqVG84BADUd61d0PvhBtcrcMYdRldg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8e8a5753-64b3-4d6c-8223-a62fd30d71e7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"KprOAJRQY0fLpBcf0DnFAECWCv/IiZ2NES1bCDznmY5LenRseHjrVaeW1QHG90fx1sykbjnOdl1kR5/nudELRn5YsDYh7w3fKdp++4qj5lJGNgZ1OyzqXXYOCx4/a427oZF6+yjqLec0TBbkA3wr4SQdfmNTxlsbSftx30cCwFKR/b/udrMsbAI/7X9ZhGcnPaqnM3bm5PKA6pcKx94SbwT2Pw3vbv3LfBLgHIjDxfBiDGmtmXngzzCmt6Zhfpz0xXbEn1zpNfjGJoQ0NiAVgBqlIdUDXkhikMg6hwlWgiqWEVdAMAiDMfqA7wTP6QATLh11CFaARbwtIJFY9CcOItooQ7CdWomQ7uyv8vFnapxE+Usb5dexqhPx0tkiQRbBzvKg/vnGpC0R73sS0igIljxOEsuN1/LwMA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c99d2b5e-c6d7-4c5d-b348-1e53186552b2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"7QHezapfqqPA7rpn03T80k5CpBhyvCoaYz9jgyn3kJNbEZNpFaawOV1hDwbJQ5q95aAuW3vg+fZjNYScEeWxnMePSI9j4Rcl+b02lXOBWpHhhNxlfHtCU+BZSVgP12FZTIQ/SHFkQ7153tA/wdmARf+8bo3vUv7aLjMv6EJ1Q+HqyrF9Iub6rtQnKgu5Ixu9JoIpEBQJPlHHSghqlYuJBxKsiPlg1hHUbHMrY7CklV+ayd0A7fA0lM9I4YW3aGOGOL8Gn93WGnOBtNoIdcTr7NLeLkm7eJdOiFAOIQnaAp7VGwklh0IpVjAG4KGbCarlP22CjUSBt9hhLkzqhWhpdb1RhMBpFsk5QwBNOUC1QQi9ZH09En5nYXG6OCqyQI0I0fGnMhc7DubEatJnTPP+/MWuM22R4LFVCg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a60c5f2b-fde2-49ba-adef-27a75eff97d7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"NgrJC9oirOOmwsQQiVEvdgIMlLc1XURmos+5Ksx+Q7WYxNFF8nqZNSUXcsd3GUHls1IcizS09EuETNuCNhd2zqDQMJnO2O3jXKpcq8DRCceYgpgzLwMltilE5cHnSlePTKvmKXs41IW0F9NSAeVlOaXAwaqMyc8w3/904/pzefP7SY0/PwiaVIEllcdFAJhuiIxk6h8H/hQj3L9RzV9nQKQIICczmm0iWAlqjbjSydlq3Nh5onjD9Ysa7wicKBpRwOn49NCnlML2AzeCdkXCq1kxPTpJPLZZ3Zfp+d0MhSqyjnQiC2VDhmekwPsLNn1CAGGiiJovR+k3RdMdzM/PS5z/pLbnvsTtiAr7HO4ftg+/Dssv+TrFRFzoFjsw5omXf2L4d3/EQm2jf3l7C/Sokfj/Z3C1Z8gc6g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f56dc1e2-dece-4e5f-867b-b1af9cff5450\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"umq/IurZ18bhs6aa7aU8lUegM9HseetplR2hWHG3uZZCbLItvKGV6/bcRXcX3tnkcoCV3S3Wx05Oiz06HqKfiRZtNPcFsGW6M30idg+lq+5VQzEqlER/kX2kOhEobE3C9+C+qRJJlign9bv2RO4iKCjhHXXPR0nwsWdgDYmrkDeLsjnKvo357dg0WXCswkz7auPDaV35vEa8SJVHpQ9DhL4mR7QeSMaz4D+TiPH9E9ZkRdl4CFlGhB8LG/EXtsvwMLyACxmd+DegUrXCR72kFQayObel2ovda6t8HrBKnfI8gZRBlIbg6HYJ828papDSZ/pnWpJC7DCnnmZJ2e5YwtxutRZT63ieWrJAYTdV1YJCMxRl8L2eHIrkU2iWKxZxkChRDIG2CXQLaLM5xZ6oW52N9Ky22aEc6w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"96f18036-d94e-4931-9b3d-5359851d5a9e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"3ye9LQ5mbvsEX11Kp76oukM5u9bho/phUUbZk5fYqoOM7f4dJujTme5mehkryfFPJKai+8nTm9Vr+yxXFlUT4w4MS5X15bSEynZIPF3aLhst1gi4D8FIXrA9BUGvZM9J2bFa+wcTTx+a2e0VvUlcDtroB53kQ/kxse+UyVJjqM1o9+4GMoJ8pkeB6RPbE0+rKyFMOfF3DMEYQVcjZlYkGt33purqT28ecYpBFK4ulcVjj0WnbQiEcKsmzTURbFCnwkiTdDU5qtMRCCAvLCe3mo9WHCy6mFRpZ8p4GokzTMp4cNNclG+8Zp18zGnccm+s0D5tkYgKXevRF5LDJ8Siby3f4iUrp1VCF7zkXVrDmw6+is8SOaULEU6UGnr8dcj32r0MOnL/ZMOeR60IgDR0roa7F12oK85xpQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9c53c106-4a03-4358-9ea7-2d1527a07994\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"RVjtDgOf5hVL/YSNgLYPAGJd+GhgLjWZsd9n4Iyy3VpFOvGErP6/rin+efohu5d49Ps01edYgzW1e/PeR+2aeeRwjrhujuGq5Iy8nsLEOmJ2xIMkao2o5fh7uplCbb4LTq3RX74Kr0ijpCekgJmWD7yuTbFgRPtOouB3p8Vnn+Y66ABAzQpvg7Dmm6P1retRFbcqxZofzhpYfX2c+T7M/Cbe/TpQsmVJX9GuPWYsEaz6oHS1ajwlkyivfwmidRN1/VEE97+pcY2xwFJnZQaYpvj/AgSFKLqN2Pd+BGjdTxModozFgzf96XGuArh9asr/ZHcP/3b2aOzgHyfAsLOHaxdjLMvXdBSfjWU1nMD6FvSIaBV3GKVP7owysttfsGMNo/FkJQFXugXQ4w5B9HF+ZxKJKIskG+O7Bg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b9b9db52-c0a4-4750-aa5c-29bb7fe318df\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"FjNganz4oGUxv8KV1ssBVJKjuOZNnfvye2POesD5VYUOADDmM2VvCl2+qqLLz7jfSAgsBfB4cqqnUfddBPNyislgth6bhs8fTKYj6oxrOlIUT0HMKf8WT8shSk59hXQFQxDn7s00C0PTJWQaeaUPvPjmxuIdW9ZwzHryCoD/t55VLmFYwdaJe36qaP6Vay9rPvBsgpeHk6VQOQR/ZhBu3SurZahcRhUfAXuxygMnHQqZULf4VvA9gjwqhjwI/WxNl1UTpd+Jzb8Tgdi+RVktbCmK5hO2847ZCCWuA93ZFXqVhwzd6j2gytPLib8ftx8/hozdhzxA7Ui+FMjYaEqnkmI83hoHWNA/sii8F/gHyO+aw70WCZLazEZt1Pg/VKoWUGyqJkryoCAgm9dMlcBK0/VeyAIgNPazbw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2814b9a2-5132-4a9d-9a7a-d067412f53ff\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"iJOXYvRYV94iwTBKXt7u2VmsPne5hyy+k+hfoomhkILi8lL7hh+l+pkXhlB+2NVABK/Filti5C10KAWv/ctjP2eAmIHzLtx3fTEnu3xnoIUD1PABA/+Lg0CKNYM5zOe1+iq24Znt6Z/6fEAb0W2wBR0uotbzpSRHUDLBw+c9A3Nj6buvRhEZe1BHcdWwNF/3zO48vrSQbjED8mIKUSBhZZQbtDVQnhVBr+T5OYS+Y3kO8XQ9uQf+Msokk5jYQ7lIG1BJ5G7OcCjlC1v1/UFL3INc4RPERboc2gmrHYuRH/SqFU1rnnZjMj78QsA+qzcfjFmcoJPX5nAn2Trn1rnMF8MrD7MypxEgdklKg5V50SpNcUoo6qK8vzTr3NM6euuhNwld+M1jWCJxaiTHzNz5OVoVWLlYyxDaPg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"43ecf61b-dfdb-42c4-a178-3b16b6c5a11f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"lmvrl+5zUGw39680WwlSAdlN0ucQwJFCH4FVqHyVulH3UOCLNCYgtfwLEQ1BG340cZOrdaVsuN0Xvwanc24hian7mBxSNQqRVbLTHKPA3lhfnr17vdqQ87ahF03jD7ppm42TMmgTJ8IDCTiDNdewdJQpuCWqPu5OK49rvC23FE0c6f+aVimLsMeCWCsJp5yALVPJhb423WaVbaKHEd/LazJwbzy63HNvC7uPCLksfHCgqVwckR/u8uAJ6zyxv+ue9XC64chnN01FUi2Oa5fJm0cEAXQZMWDZkwTk7oBfk3ZzTK9NNsqc1GDJKbiI+snRfQpvn/qDAaDMiCmIt2Al5wfIdFfou2Prcbuur5qCVv3fcaKpPhulp1xhbrsvdFXzVERjk8of4Zv3kfUkbZZhigA5UQCdms4Juw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3107284c-fe13-4ca4-b5f3-d80e2b2b78b4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"X060o6gwqNe1Ao1PB7dGUOfAfBKZJdUTVzqLAxwuc2CvyZ6dZi//MY4pydOnB2krR6hRPMibUpNlh2BLck+T+r6FLMFFKfY5CUUriXf+gzindIusQ7N+NA4Kaa4PDCRvczcSQtOGuvxRXAtcqQ+cVflsW99l7ZAklpnm+MBwa8fGYLGrZoF9mKrcV//NhKSnzf2e8fDQAhV9dWE2oxANEQtj9wHVf5KhrqLhk4mk/aZsnkyivp/91jochLoU5z0naqQOiQu7a8lQerGrW/gzuP2C5e/XI5nJkR0wwT1oa5ZXa/0U+BSFGTZJ0QVk50bIcZkNWuMrAFH87otE3OSD+sm6Kp3lglrVmELHpIMSbkHpWDjMw6MOMKOucm8NYxopZcJIiAJ3DiiDTAM09U2ZormQx+TqDXpLDQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1fb6907f-dfd6-4673-9264-b3e08e496b14\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"vf7rUIHjTv/T5f8dZaDYXA/5gbjl3uDlnqW42NAmswZqgM6Bfs2Sc7PGGk5jD+KKzKNeY5ybrTd00HdFsz9BKf15rdh5fI7CQBFIAJ2zkBtszXLk3QiVIlQedTZ42gO2QkX634SwLmsf5FWPuOjjSmT7O1OvMwro0S4+7j5TqwF4nHHeBdrlLDzNY06qdFD17xi/Dj5K9jyzriX6Rzj10jFw3WtYFThi8SobVacKTJOHHo7uLKrRX1RMjQ3RGm4KYwm1dfCTeMm+eGJGcrB1Om85zNd4f5S1J7rKrV2s9hIyb5cJMtVNxeyRdiuUX8CKMzGgpuO+JHrhXWvu3o6TyAGX0wKF6iGI2XgaPLQDK1HBJWRA7kK2Qn22VhgxhQaIN2sKv2xg5J3MQh/QL+BP0vkXZrTxS/P4eQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"26315f7f-6cdc-44d0-aee1-33f720b34c22\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"CG5oDMFijH1i3dA6yzjkokOdyrD8l63z3BhuYUxgJrcW2ZpzV2gQcQ1viflURjXAqCyLwCzWgrk4eh20Xj+Q1FZ+znl/s3W0uw4HauwlipK9WmXJNFKDs+2j/Yye7OOfeT5833cF4r7o7sTOIEOEpBHItzpQyAZigsI0C7PYvh+EgIbAKg66YyFLRq7PT9LbsLX3BjysPZradmoyhW7zIdGY4CCDLxhrSMJP870iYNUUdrE474NWefOqGRqBQnmWg5HIHsd4ZzvIhUgovLnnR/e3wjkdFdKQUiqmkFd7vfFIrg/KwwJzrlsXjDs9vBEFVpl4wJxI75pv6yC5xQOJVRTS+PaVvvVhGtzaaSSLrkMJheEU9LxfORh5+3yCNXh0foZI2Ve198h1HG3AkD+kZgQmgDauGOk4Ag==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2b18c123-ff7e-4788-beed-31890d66d0f3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"01bRGZP8kU+0DacTNWkp5McXX7iqQPzarqPk7OYno+++mFLEsTXE+ycID6B6R1qPOOxoO+ybRql1N1+WYPxo5F3XbNMkCl8RUsKLO+xMKesSVfm3VAkwJkJleent3ogMMEKlrTCIiudEFO00+pNFhfNPyoIe/PzKr4L6aQ9Ee79ZyI/gSOmJr/PFU7vPY/NXHedZHmfS8VlYDT98a+3pkW6Oxy6laylLfptGJlqAQIG3QPb2+cqWralXwwn3CPd0aSExrtu9wD3D6URL0GGGrMqFgWd4PTWMSyrnSldTzj9WKsLw19+xhjr9GyAQVgee9Wp0Uge6Q7GaSdNU3XdYSeehAecyiVGGItMAtfFme+icTEzYy7OWV3zRt/uOGPfVXenvsy+8KvgOPpRO5wQxuJJASELANCVzMw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c328ac46-23ae-4dcd-96b2-4d122ab9e747\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"TwIjlrfcZgPhRrpdDJEj3AsVftmo7VykbTjmVqHmmufERNTXv/KabjrjZzyiPzODw3UgZKPGIDAo3nDJ62EE9lQadr8z0xNM/kFt/cDqkV4GKfl5jMVEyrn6w5WFsHVZjBXERPXM9cr5Q6L1pKDnBtNP+W9cPccdyJv3PwwaENch/KqcysjVEkPnWlgPpZJNfEOwnlXozP3ojFpy3VYSCJV7Zg8O8mFgxX733S+rpCk865eWL3Omujs8iI3J/NDn4uXL+EujE2GbG7LmoemvJ5vJeHO13tkClf03yyRrmlwA9tuahVcoEFvZWGn0JmsYyW+rV6SPAB8pPYEkX6is0SvdutYzpxOvVdUnbtTWTd2iqN/h7uzy6f7RpMzsSFRZkNc9XuU9dO+p9gZ0CDVeBuhh1dxJbmFg7w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6e85f60d-e348-486f-886d-bddf103bec73\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ypDAdy61edPWu3NjGkwdnX7FnhXOBbPyUljoMQjGEypoka2hZ8fp+E/BMpEn1skE2nXrZHMZ9JHJ6o3+2xmNahnvMS/1OVfrsAVPuj6NnG/fuZ905Tf2d37TMv5U9f2mJneHQViSAE3amPSbHsTJM/ST5QdEdqbUfUdbKzKqJBqcrFXwbcNmaLL6GTUJ0e2Ccuulm+c7b+O8k1sN/sDSknYOE9PVr2eRZbbiWVMW05P/UTj//6yIgJa1Q9jeTCyhjauGHCxM5YVe5Y9WfqTUCjdOioBH8JYgubbiaVxFlMJMBQKMOWbRAXnQ5f3jeR+jb2FcdueXOxs5YFH/sQcKDLIwhMmNo07nAcsEj2a2W0xRd0GwZEzPq/Fx/Mw6wJMc66BmaYGqXRjV4gtkKsgtEb4z15V5CoG5iw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c07b7790-3cb8-409e-94bd-b832dbfb135b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"euBBDxBJpw/K+qZPTiM2CU68FuL5/MsM6MwNFKGupzXcj1KINdjHW5ZghS4SNpWJyJDf/E7ZUJdC1VObZo4YoETiukSSsvYQT4EjpfzCU6FH9bC1rzsgeGGdrZAUbazfgOMsGi2PpxpPH3L0Lo6PX4KBjVdQ7cneJ6NQ5EgKVFTkl3HaysMyV7xY6kBtzedsYRj2EDGLBNkEDKN+QQdSkQbyMv8dtf1fXq1pV+szk+xNQGGNg6Jaf4nAYLm4rGrkwYy9UsXzxo53WiS7QwrLKVuvpJnRSzpjKAJ4VPcnORjXueJshRI1I3j6FfEEJbFfFMZ3Ll/IUriXt58+N7mfpkq7n/fq+ag+8NZyULRGdcRhdpsA5hX4mzeo6dFNi8f6dMRxEk7yBgI5BfABp9hSkC3oN983jI7Qcw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5653a55c-42a1-492e-a2cc-41f8ea2d2bdb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"fFjpUFK5Ppb9KIK7CNcvzPl69uajLJNx8fhwnqOj0aMO0t0Ke2ZFZsxPxVSrvhCJPE0zh+9Xeia6aQzcmfkZZ0cL4qciH28ebqwgH+/VCaud3Ec56LBsadU/TS/yq2nlsi7YDZpiOSAW5vmMB86cfJBOQkey51AZbrKgehpKMnkzppf/yKbVpku0tTiKJTTDvzA/bXN6uQhyHyVcHvGHHc9NL8FGl3Fg/XUBmbRpQgwvWORWil073TQOEfU3av5ZmVhfWoIlGAZfN/437B0pJWV8QCteo8/C3XZeIqLYkMnp7cv1/vzBSC5u3Wnq5cQ+0kxo9FxMg3RWwjfy90Swr2NMR+xdsoTE0K1AD+OpLPw5sDkob60x6iOo3sWtUQcVCIXmonieGMAr/bPRSIs9YYFEJ+fWFqmiZQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"309a6acb-7628-4a56-a5fe-ba2b0d637fef\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"U7CLJI5DbMWF404HrW0hWrd2g5QUPeEfVyu9XwsX5Y90M6xR13xLawEdSMtrvE8SqNoZpApI8P4fGCWOiVTxnQh4hr/1ZWM7si6PLPh1Gnla7JoaPYjdWoiDlDbzNYwD4Qy1kMMD3nnIn14fhB9HHUi110hPtzIo518CRqyx9arWVwDYfX6LiWNwy8MlWjtRTz0D5ei8RLRKIxaCpEL+W5Je3UDUxastrTW/B51eE1pwkmsjxd0otfNrm5ewrYmH4Dy5pXvTbnERaovlgJwhaEIwOK2VmRuQjQawCXlkSXF4NMKfZ8LoBBZ4GNzu7m/17X7zuPgfeVJD1krBZ/R14YEdhxJ2P4RHN/gT0QluM1kYvPPZUVL/cChzhCvKSyxNLpcsqyfNRt16cHZcRtJMwHYfGDuRb7tB8A==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a0447f8c-d4b1-429a-86bf-7bca1c06a712\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"idymZv1FJ4xykyNp84FOBUGt/8Dau5ud6DvhM8SC56ZrOEPkGHgHP6ltLPytcPINKUzhEQLwWeO7Ocy+1lbxgtM3Fy3jjrSNJmXioOQR0H7ZoL7pMEZC6o/iUrzucCaonoCYv1V0w5+ZgvHx3HZ5a6YB3MdX26825osxopMb80TToDJ0o685zCJRW914Jbs1ZVdeUUi1LNGsQHLoA5QKa/KFuMwXMKWDMTdikHgrro4oGQ8l5zoH/R2tvXloS0HSQizquox4RlPX2vMOABVPxlK6Q8OFSQuLel6FgK4XudD/YmOwHxfLHpk+WG1+JVg1dHK8kxkm/ywCb6DjypEK5TxJW8aR+0HQ9dwGtxsRpiIA6/Afwg6pNJRAjHqmaVoO73CkcR9yHIJnK78nPHfNquD9tz04F7U/ZQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e9ac2e23-201a-429d-ab76-c4633e508027\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"1+ZlzpAedL5ETJtkl4zWwl2dXDStM18QU5GxX3Liyq40QjHskGtMaMiu2ZYE3kPUxuQXkQnhZnTboSJ9A3GGPGtbLAXmsL7iEFYz3zd1dTRWil4wi34bgw/1Y8GUu4kFDnA0qdgo2RWjqb5ZMQbRR7mM5y1TbMy7sHe7cNJu8ior/Z2eMCRq1Ewl4Uv4qbTZRddGgppzXvhkVMQR3aQN33WpczyAyaIzdbgnIWSGsOEYHqTtqORZnntXCNywv+fYi3naD+gjW/P4r4F4tNrfjbs2IebqpOWtR2+WMr/YySBi4YGA5Qw1cz44TWIjuSqpbDotHQxT5NeAlYuyd7WssaeNrENlV1WAE/Mu64NQwxT5O2O0sWEnr4GnIz+Nk605/kbJC1xicUodr8owTKzLYZqN8HYHDLdJjw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"419cd443-bbcc-4261-9e01-3c0163bcee0d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"qr6LvrDjjq7a6y7dXWPpBIpDrsET5ZLtIPLx13VGmLHAWBr+Zdmy+HKDlzJgwwhutVlhgKpSMyhHXYK8HgdFKo4ExSlHPHt7gwLu9VLORctxFBaszFZSUT1qtl1TGON+kMRrUrSzsnV47bOimm5eotrkYM4o0zLtDprXEgBx+fUO9CxjTXpR+cT450IN5q/PLh1S+D1AU62LYHyX3eRlyyVt4vsjyTQB8Sos8eDlZZv0oozO8LApjkNdSwnJKf4FheRFpDY7qqDC7xP3eraXoioXeyd0RA6B+NaMsW0Z3FdBAVYzEtT/H26n2OvbQi+wHug8QBSZUc7LuB5Fq5uPvUwOH5YnOTkuNfDOjoLuhGgido4iP9Y/kY2Uyn3ymJgzLUwSIsNdni28+pALlt/I+EqEfvUvWXAPIQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"923595f2-5706-419b-a9f5-3bb712cdc78c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"UcRc/Ixc+s7SJ9hRM+wT5UJKNV9iZqhiwB694b7ymGmxcGWT0ettWhlNPMx0oUxxxLpzTz1QoSZaxRYsfLxs7urP0Bt01t0tT+VA+ZbTLtn/1FCl2sbmLWxzckbKnHiWPDx+Y821tr4mv29eEgaS4ZoXMQkDjR41X/50m2YmJtoHIcEEAkBxFbPD3q/O4OduioGkI/LdCse3qvo3P257QOOBHU/ZSVXd+YhgArnIxQPKfX01BkO9Qay/mNvUnO+PzIj3TkfjyQFRFP/FjZEqX3BUpDiEVmk4jrgEpmolnsos+BfP1BoP90Xj24BNWpR+fatcovXO6NShMPn4cjiI7Q9Xe+5F70XOdag47tBkq9Y+GES9Vepx6TYb9/OrqCopbOj7ivPbrjRVExY0ld98FQpsg6OBICfCxw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"16dd77bb-67df-4063-abe3-cfbd4b553dee\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"DkhoD748jfmdu1J5ohKp0aseyOHH9fmwpv56MwaMbP+S9G344pGEWjOvtShDVeD21tOvKgCsVfOuo11XY9V2jrS10HR9mowwskhDVRCNZJLOGalxFyjp2zmJ5G3VGShGVaLRXuYujMBUPWveUnx8Cv0//x5gy/yZ/uFks+aEkV4QwtMyOFR1kNYos5dCT0i49mtsTqMwb36NjkwkZZCGWueFT6+7zPUwwzzTUI7OD8W+AcKy9ZwGkpZ4DnSaPeR9Hbpw56LBkJLGE3n79EIPb51RN/ZZ9Uo2PHblaLwgNZnPfN1E1wVmHx9CL1pXo539v2BSA71ZTfySx2vxIdgLW+d+kImXG4+2Zo4OL5xRhD94OdWoCJQ2LJH+AImcPEcy/6d10ldK5uLMQl2CDnsz0lDi11kph2O/Yg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d666c8bc-ec19-4504-af5b-592d65c9497a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"CwZRqL5MmiNxHKFkCR5JGZsJFyNgS+TDBJPDLgl4jSd9OmYdL+BF9AjTvD3iAT2n2eoV9c9zfzbkopuW+fQ/JBBbjMhq1+YdkVO6izvBXoZJH3+9AUfiypZG4H+ZsEIJ2kM75fDn+YFmr640NIARs4sbBexGhaSayU7avUdzfo0XEr8Yy2zgiB/N4TH1QzFNFYFp0//QygJDAtoJEyoBl5ouCg8hUZuCS2ogSMWmE4Wf4UgOXrFpaWIcg2Gwe9XH8v4cIUgjzT3L31davYaFsdlw+Z3YIYddlYgGH/qhQ0tBFhqcWR3YkFq1B0qsBJ+RFEeTxCtuT0cgo4mH9CwhRExZ137MtwRX2FgKhV5wl29n33vRhmWhqvpc80U/pfIUpQV+a/EFaWRxx6yDPMGC4oIH6oL1Sp4d/w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e283288a-0b3b-4983-8cec-1b9d29f907f1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"8J7Xl1lUmfXpvKaLNmFeJvVBdqy/xrlpYK6rQeZhobBNdf+DnacV4KRuoQUA78vRDvIEJYbmFI/x6t+qcSOogtrC2qCAeuNPqNJZN2JOd2lMLr7KAcvhkgrvvYqaNOCpPAEzVJVdQlD8Gm+fk+rK2V1q5jydPYsAmIqfBH5q89x3phrjiRt6uDs9OixuK/AFZ75MDRLrBg64HwaVxe/ETOoiuqLZFY43kPANS704iF/YtsgOHmhshOjrDy6u+stO70fYES2G2VNBAovQi0mgw2WHEIHhAUvNWQGfE2YfF14HoSBtWhgFQgjAfvxW/ICIHMOP1KmQGvWCHlPXaCRykf0/2pcaaeKIzINH5GpWEB6S5AmIiSWgnpBM5vTz8XFqDYqGUuPRwBRsJK13wfqCWm7wH6u6lnhu6g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a539e41b-67ed-491e-a113-699d0e2433a9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"VGyDXkiEVP9Fnp31NcFU2P2gw2PUeCyY7bekg4DPW8ND/bYr1Fo/90/AUeFaMdiS40l0S/3Zv1E9puEgFBl72gB+9RjXxqVQsjcp4Ozny6dCRm9pvTgZmSXbQMfv7eux+1YSfzAChQP2+UhXqLsAbTRguTtvQqqKQxomlNodLkCyJ6J1HIOkKluXQWNM5K2N+73Q6rrhEjWHqjTQGX9j8QkhiEBBRJChhJFhSqvndCwep9h1NLPgwNPE1xEQQkv40D88PeFzsYyJnuKc8tNeXJDf/gKLR68RNQYH77yJ2ipA1bg//94BF6eGELj/wo7zr8q9kGb1cvbNkKBOQKT+TDAc60OSEU2n5v21ib9Xaquzfa61qGg3Bzx6RKGVlSOuEJ1RsRdfzZn+rI4LDUTh/9eVwR0wTYpotA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0329ae8c-085b-4008-acb6-590ede839ecb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"GTw+TNjTfWiE3AYTmyd34FJ6gUHWqVq60yE5dHOzBK2K9VGv9HdsBZMt967Yse2LjPv4xmxdaTnb0meey+RppN+u6QHNQ8AjN5bK5zsHiMN7lQWEdg+DCO/Osp/igOqLPzUzlb9JsgFpmQSvsM2HcFBCExu2P/Pa0TVfD6CDIVH/XFNSSADGOgOcbds/LxiKwXYRdbE8CTr5KJcKtk83MxS4NSp+M80th82zaNYcdnmYU/gnc84B/iTL34YMV92jgP8nViuO8KA84VQEcshEektnZhDLboqlZzSUISN0oNgTdPEDlkmBd3lVJj3iLvW3CH9EABvC5tgRT2IIRHq8LqHBFVCrXNSWK1yEHE6ccV13C7JICV1YkBYpu6B/U10pa+73QmMBEEFtAZX4jfcifF8CTe9Nan5DTA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8bfb5422-e376-41d6-bdcb-61d4aaed66f8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"5W1yyRUVXf+8UrkiON4eL2oDaBz9WkIBDVdDRYSgItBwIfpyL4+6ZEB3oAN9p6KAbTxDitXSJxcyxTljJFQ8fpmuWfSHQk+A6VWWRAXPeWn3c+IZ4x6+tml2LbJtOJYv5M4JrAXO3ExGqCeXWdzbBrPFV18UR07rvxXMPRwQMX05N1vN3vkYHY2Vaxav+GxWqzgRqAA2VLQYqJURHV+yJAPRAhypX2GW68vk1/3SKsxBzGbPt6G55L/K84Qhawvqu70FZjM5TpOCIE72v6Fo/b0XlsI1QosHldNfQj2aqNy86B3Uv5XWH/2R9BNK3Wc3aehy2sbh9SJCfSFa9B9rGpoqjIw4v3ZypJLIW76jBy0VqGrOD1nqb9uN3ON6cv+nMj4rFCZea1Ku8ib5r059UegDf/jFE5AWUw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d482aa33-3bf5-4346-b05f-b9ef87e377b5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Qi/nN2Zu7SqhSJI83S+j4AgI4dW/Hapgynfp3R57SzgfsKkrJ1iTcUvY+9rOsmKgYrDTpX+3GdwpcqbEFBUSY1otWqS5qYTNbgJ3Oq5Yg1v4vc9nUL9ztfoYe/813/ZGEk1g0daOc7x7e1Nh4n161dG2CUL1PKwF3XgadMHn7yUQrPqEVlcgJg3gm+rSMCjJ7w8SFL6GybxfGO7LVmjCdKduDACGmf1oJMC3z8XwQe+3WRnag4lKePpZYMYUSyeHsX4jJmqZs6NPflloPgiiuva0fBqTcXBeoxoYuTp9PB0rH954Pj188jnuUla97lKVNJPydPmeRT4a6pV3od6OMQxgV37bybvVmIVKh1I4WrRjQJE0/t8k1UtCvWRR2leEP1EYVtdcLU38zz/LGqVXyPOBiCwz2ZW5Ag==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9e0b0c87-30a3-4572-a143-f2d2c988e73b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"mvPxxKrzeA7fjJZAuLcRzpN8bj8UeCmtmDAG4Ml7TcCE8RmtLRcmsGK2WeVqXYX/WIw9i0btfGy212SWWGrVYgfMJvksbZciLQVj8hRNZxA/3h9eCbcHBUZ4IIC0agwjAuSMcDDE7mw9X8YT4tjhUanEjsdQD5ind6dFPYXov/iVkJQysNYWdBSa4bBam55MVVd/3MPNO1jNpAwS8Ll3Rj2xkIg/9jsdaxZ2P1ueDPmvdWcqQdzFcZenYrlItsClisNOcrTFA1AmJdpHCddJZnz1BT+nwUpjbd4mLp90nhcifo8ZOYR/ezvfj5CemcA82Hg8uSfSGSsV/IblS/tl46Mh9qtKTd22XREwnYoIXwCRw70PsG1FCUH+wjAMrCcsUa+Rv4MqZa6uS7m4aONEAFMNS/qYKm+mOg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e0ff41fb-ff08-4771-93ac-a9fd56ffd1fc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"FbHJb3gG1FQ0wnUyW0187yYmleP1VlLBiXtpra/AB5a/ImsumQ3zOumqQAA4D4Cega8V3XIn5Kf7KmczhdBEthhqcpH7Tz1zOiwNolWFXqLl3tkEyDOmrSg/eE308prirHCw7uLEBkNeqOCV4zuONa5lcMZPLG2plv3+9s7kaBYRHEr0GR5qS/gWYap+ZkG5CslTg3heD+w7QYCdtj5d8rzp1irOkdbnirtVPrMpQC8QRzaujcyP+69H1Y5mlvegz+XEU7WzZZiTQpVhapStCXFaE+SzYS0EYprppm3n5+5IU8LFws4v9ZAVW6Ve0OVE6rEXx22SFcLuzYNkEb58LEbXC9pp+i2Rx7KM0eU+qKWw/RsJdlbYUEfdEA6QvMwxrFHgXqKGp5Rug3Lyuyn77xLfOZ+FSYJmbg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"de5b1372-0151-4164-8dda-7184a734b866\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"1UV6j6YfKGrrKsYs4a8h7FWJYHGK6WjQxTd0EOjZ7MJ2AN9/3r+IKuw5snUuMa3Mr0ncKqA8jzFaZ/1tUXdQ9NYJotcDl7vOKzjyTsatD9r2rpggwv276EQvI02kHdZYOOdkR9E1cA/ZYGsjGrN85Fu4cgYN/vovUabiIbx7OvXoWJIxO3AaLlq8MlxOmcRXofl3t1lVapd+Nv8T2T7UOJdq4BOd5MTy2qH397T0rRFAo5i6MFlt752zkwRFRa6+USDLrfZ3l7N/rpZBMXlLlkyyVTK8ARd1/48UEMs1SrXmJIXhKxu7ezopbDvMZ+GQIOXtxWdbdD6th5OmwZGTcxtQH2wDPUlh+IvPXCLzMLSyOB53fMb36Jarsy1kHHBeUBoAANBHe3toshoOxSSXt2EY2iFMCSrmOA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d9f0899c-90d2-4e6b-9141-cc055588418f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"cdr4zCHdNChwG+WqBu3SSDjWIxvTdXTOHawnaBUdrBFZ6dsFZ/psJ+fORxPLoCQSyeFFpR4O6sy7HUaPwwP/j1Vd/LVkVnPOpwYfPFgcN7B98YgEhg3ZdZowEwZv2LvUuoASnRj4dm4+06kp4NcHOh6Q2n5mfUnrL/T0iE5DDozjBL/KEyM8sFnPWV6xXAUn/Z4LqELcMyjVZE5W5NTvY59cDfx+U/tJMFKOB9CJ5mNhrwouWGmm2G8Cy1evXJ5fE7nUdzBi8mv1iq3U/ekU36b8rUCNKufAW5QUDUckHPmgdOeAY2eCZZhFvzzKN1CKd/1uwqO9Dcnapv7MtoZ/bKO+gS5SWaTdAszrRhOx/bbUIpFXDIe0fvtmcKmV9hkRgdPN4vGsIoH8BNFv3L4mck/j55sZVHSrFQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"84d44143-1ef9-4516-951f-e9427dfbf2a6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ZN8ynz/Fgu/JPaC3uofluujPZmMq4WqK493bIrsqsha/AI5e3ImndVAtekWiqZFigyVgoydXKthPqoWMA/2rWsVwZoci+l+67nEyiLILDWOLdPAlcklLgNOShzYVXgfci1O+6WJrK1frxzJHDJC7n0wRL0PHVLXdKyduQ1MzZ/ADTgnjwGfOF54odS5Q6/WCWET1CtH2tfbw2S6821yr+a7uZTW6TQoMo34XdKP5s84KURC7XSjPzsI2sA/3C1T8IHbKhA6rgKoW0di0SubjY7UOQZxnCdfymh9fINge40y814dtYh/cnvYw3klvLoh4cfRi3QOd4IWAQopMBsOQVA8mZfq5xlMABnqbCW1iP5i3A84igE9gXtW4MOucDMTkXoFXT39kDt/uE9IpTuZp5mS1ozRpSGMFBg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"722d051f-f16a-490c-b917-4e3cf6e56be8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6jGRMJPv8Mwzlrj2Z70a47o0HdaP52h8rjWNJMvmBJqzYBXcRQsD2Nk8j4Z2eQbN6yhLgy44Nb3D+YT4bw4UJKKebbgdc0woTlD53Eeflp7tHqNwxTp0eVdx3WMEDxnDZVHjkt7p60lofWwvI8NwLC4dnwglnRHbKXaA5Z809Xn5EI+wXce1qUWJkYeFwWmWbg2xZv79nqV5+h+K7bjisudZWtbhs6YVo3Y7N2RLtucvdGvjt73vAj9ycCKo7L6jDIByZdWNHt4hVK/hAfZwZXSa1KrXu/MGVlqMaFXxUJXNacs1SxV+NYe8DoD9jFBPue5l4dQVhdbo6brjwYIMiPEnLFai4vDa3mvLXA24cvrgGS/KtIdlslG6QKv+WFHS9TwIHATFwuClq3ndKCRwSoPNTxUzLmDsCg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"aa09280e-8795-4aee-8c26-048f512908aa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"TTalFDi0CfzyCIAPZMjwCP7to3dQ0hEqEnlmFGBU/8C9fw+YuxRYfeYH8FaeDmdfWOljY5iuOcrSjwfa855G0Kdpu+OqWLik7/ZzmV4oGVhX8pWcjhVgdCRx0UAgDbZiFdc2fMCEUvIJHeSI/bI6TZN1cipuczaFVAnn+H6RAAIWi2MJF9+Xdg4uGSJY6xXSQye5dTE9JyZ947jQ5KkcpXJK7Iroj4wACnYIS1JKV9Ted6BErr3d1OGZfCmuYCuxjP4QYilxBwNwhv8tPw9BKSaL1mdNhb17WbSSJ5bNCpQdLVEiM1JhDIYcdM9vgLpfw1f/K4myf+4GjBlu082QSTQtQqhh1/eSvArO8D/GGJXaLaW5ut+DbIefwBVu1zmZnRwD0pborUSVSizDR8LeydDUbVsIBucmeQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ba8a107e-f4ac-4215-9a23-f823e4b51a2b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"dFRGPxdguda+pCtpp3bmYwF59MsUDHlmnyyMkB1QTGO7KFb4bHwf5+ncDPeFp7ycIkASr0xR4R0xpFpMv3z2df/sduOJEXoNYlcq9sNhIl5pJHQ2JECvUs85khJBD+nLO76QUnNKICOkNG6mSBgo7E94ZEKO4DcDz0/zmceqF9E5xEy7UxofzLiJMU428qALkb88KxhhY0SBb5+kvO57z5HRHbt8WZ76JX6FnpviYIS8ArvkUeKQQofRdmJVukzpcKbjzHSwWQLXq6rK8s0N2wuRpEfEF7eGvUgnSjCZy0Z0HMzQe+w7pv2lTGlIUGp3K2iHlAIC6OdaGfr7ZbX5C7K3hecgMM2Yb+sxGDQTqMOEc4++/Ri6xu2uQMFo4bJIGTmXVyV9Pz/2a6CHJVYscG1ax5tsmlk2nA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"90ec2a62-8b46-414c-9181-3910a21fc360\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"qMNPz1lHqbg7mwKSHAhcnEoeLennRTgpQbP1r6SGw6HpY8tRjd42E0YOHWyZNj8WGOiuHzBQRDZTuI/keTDocXW+hBSDh9UO7YvZOrqS+BO+76MEZ5fNh5BJHg7ZeSaA2o/9zLpDc3ps+2+QT2UVDVLTZOupNrj9T1cafhU1A5sAGN5EQIMptQuQ2dvApu5xVX1Il/rxRq7ayRqpjix0YA8iKmomLbtV5VEhotk1syinUx7Nq3tPCbCt6Omh0t4LGchodTh65BK/CjOkIAJxKfGZGd69SBuAP+LLrUlKEc1DhRxkPxk26JHaHyDWl/DMJadut+b4qLvkTzuoc+SMShybdNh64RT1e8Ql0pVNRchnlAjrBvaTwDbWNYXOoMCRur0SLJFNsAKBngCPZD13RvyOLYY1FYbuEA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d4f1be4a-ace2-46f4-beb4-782c898d20ab\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Y4UgqvRCTr2Uhw5zRQ+wXSlVgIbZIiEH1N5RqANUAgdE4G6jIUAPK0FBR6yuRMaBC6ssj/KMT41k08LriMb5udmLFqsPtpve1A2Ybu8bWiRlP41H/vs5vMV4iktAnAYd9PLWgbULPHMqCAXM2TU2StIkgjaLDWsWbUACA+OSxMlU7vh7RaWC8VnT3BatLfnLX+GpgUnirNA56rBOPEOx9nkN8QFxEaiZL9NhPCt/Y+OWpxYAbZJDd6S4ZCC67qqUJEUtde6WZo7biuQEwVMchn5GVVBmud5s7vzc7qQYyyQpvm3EkquF2jAPnD9+fZwRLxtO5d4YpVeQ4o6pQr+GCRgLJwtMdwWIZgrUtTwPBDAveLCsLrn4OrfFv8fBvezGIsTVvL22pRwhRFFaYF0dymdW+dR8dv0HAw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"92e25873-532a-4ea4-9e6e-e8d7f472357c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"YP/DvwjaZf0QnL5LgWU7Y/KM1WPXxdTH3eaVdg0eAcl6kPIjanNOchhLlvFNNQMe1lN8rm0HEaos3oWWCslSCT5Vsj7IBVgcJm8U41bla876TUrxaag8+htReS7WxVELVwZsoD6QWpRfK8HXwaWVDCF4y36izrLJyC4Fr16agqFVidhZahoDK95JwN4FC0ldEgqsqPB304/awjFn+j/uUdD4c17gZAXjEoHyFxZqE9AWgQV9APHbyPgT6iK6+OsRdMMastQMf8o9GGKHceMkpuE5qc35Kh7jPn2hU9JYZuemM1Q9oglm38Dmgp2Q7RpY23mlnaGeNFrfhxQWC7sWdAKwUDwEEsXdJqDJEPbqWyFEanwQqsTQWtC83byKxYdVV7JbmNL2klCPX1cKzx+bNT1XmFCHFyfVwQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ff11ba2e-c539-4e3f-8dee-7bd18fed8492\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"TFi0AbPMgivoAvcVbATFdaqTJ3K/Hnv9+5gbgjeSuyFROGMO3Pph3alxMQ0YTTLh6AW4W7G6dIRIxncMfUm4tA03ya0d4O2W0LKyih0Anm0NXn6BdtZ0VldwdOCZf+mgEBP9fjDPo3B3MSPxPVSjrcvY5oGD0yUsxn6TJWV1XfeH+0yvSFXu9FtPF7RTbub77YHrDuoQ7v+fo+/QgkSqYH0Vs3Rf4YM2rynW+kK4XbCidNjKGwWAwwxxHVh634HdP8eZ+Tk5uHoP9Qfhd9MqQi39JfXaDEBGQUs1il9a3G70WDP5/lbNKZ4bW28C3z2aG5fhSsD5ruuPN85B8LV+oqasU8+rar572LYjsBhcVQDG8U99B5/ClPFXI60mW+3u0y0YjqhFthAn4SFtDZsj6YElb+bzdivsiA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"90952ce3-89b1-4c60-b599-908a3fe45ed7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6XfyFFBjRbUVy1Y2EG6SWbFUff6nOf9fKpfQymHVP+aYQ5jMJhphJKs+2ona0CgqiQdLncJSmFbByit45BfDkQ6O/YZTdPLS/dluwS/Fez+EHSq5T0+IgRnIyHdf5rsjakFYYYCDwYI4LBRpRKn6hXTvi/CFJdvJ520C3MKMEq7KtU5pDrnRSihiVHscMV8eLea8QowxO1hPx7J8we+N8LrlhgYcwco2zaZLgi0nfsRCcRsjxyT9wNExARMEk+9el3KdJnOyqA5611GZRwb237VvqCZukApf7aIAsgxOmiRHbWs62IxO7W721iLa7U+7M77PdV3V1pCViPyooxWuqXU0OF63t1vFEHLH4bpE/i8pGh+yDVFQ50QBWdUAS3Rw7cDs9BbaLnCfnHGD2EMW93aO6ZvlH/2I6g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"126b2bb6-0001-490d-aedf-473416bb6cd1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6hPZqpNLWBqmmrKjktfBZtHTLJYnjF9EqeQmTJ3XvcEXsQ12WPGK2A0Cd3UbUrGFZ5OH6/77jcfVV/yKUd19nIddF+FJYIKO8GD956+qd/G0xDLXj5B4M6KH/xSZCI7px6idNmvxPOihIemUmqD7snpPqF9dhJJ3/hqPp0Pf+xLURQwjpZebj9XECT8yEcJHEmsebkcdFVrXEzpJXlojyt0n4AVnwMBrUwWyAop3/fZgLohyejgnexFgr0HEsCNlwkw/OvTs5CYacvkrHvOmth5SIT4PNawDX4HLYT21XvmnyucIuulfHgBdUAYcPnmcLp47c/NdamMv55Q2ZAB5ZFtAmWP1v7ZlgqXBBzAL8J1N5D1AA92lVoIRMXV6pZH3/8wqvUjsd3RXuAWX4MPLqlNxJiYKpuTXpg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"54ba660f-aa06-4a0a-8fce-07ffd4c1655e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"U24Z7s0E0ZmW1LnYZ9zuzmYA0Bl2CINjrYKL8mGHOHNomfcGLMOSsInh0SpGMJfJePiLHtLuEhkV28yFACevoMe5RywE+zJNJEBX517t5C18LL2zOCLDCCKSBAoNAgksVbOUR2rkD2jbhRVzx3UKNJWi5RwPB0agKdCOsAKnY3PeG0NEj5z7cgokC8QoFZY8AdyM7Wcrd9PoAeDSYv8+V/QNte/mGPka97oguXFsxkDTrygG8tFtdMrjucKjcyNByhbqLCTUFPzWWc7zowZxMsQYrCzXd4PgokpFHgnyWIxxqeuKwjyBRWpnVXZp9BYQyFSMLUzFjk5m6VUCb92jGT3qHGNR2OO0ByDiyuN6ZOXY8DXII1UKxCSgeD/UoT3hg4yCu49vQnNqdujHDHa069G4KXIzHQvROA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4a6d7215-5f36-4fc3-9499-eaa2d808514c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"BXi9527qJEhesr6CeMsl6C+dOatTi0hnG8CpvOeCDgNc7hSWJr7uYj0qtf3EFq9hU+SP2WhxD0dhIk8aK1FoeKbEQu4Qk35P58rPV99lj5oFkUHkRF3U7GXuRkyiIkOmtKN3i1jXNAlSn5KsHFHScX4cVWQyrHrdODPH2Qw73sq1BUNtxoqd76pknr2toDNQ5d0T/Wrgv8e4UhtiG5hMPeeshoOu6l+P9wo6jtIPwXbaR4ZLefHKcF9XB5RD5SO7+WKUuENybzuSFG7OvkLeoLpXvAzIb/mEueR0jKTYrDAUwYviJFu7+k+PNaG8A+0VznwcNcvg7XNcaH2TIK2xdJW6go1F4Gtgz54IjIqSUTI9fKvnF5QRaqPWSitrQKNkfBP0yR4Rt04elIwcqLaB7ipX6avq7Tjh7g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7e3aade7-cb2a-4729-a668-f682b756220e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"xVy4VR2GIx7DbfhJ1gTcjjPjyxBIjOPCEJLtqzYKHreYAZAk2Ovg2IIjtyvKQeeOw+qgH71VPGbAa4VJi4gYXsCdZ5p+E9e5drekzd3yek54jUOSI/k2RbPCqvueAhqkgak5mJPatSnsHG7qxhjmkgdFlKkaIHl66ITJQACK+G8h458sreNsH9UZLAkZUCqq2D0Xbpaslszku7SCY9DgkfrRKZVzZr49VQhDzU+ispWC6JPjvKBe8JUej3Ef29QrclorcbB9y/32YgvYp3GKNKzK8nJStPK8PlpmNke/Dsye3G1SsQ5tMF4tqbnDi45nVl3fgucCebm6bW168O2g1CamhzHNeC4B1INn6EkJIxGLQjtd5vkrwxHRgSVfC4miVWo6pGx4C56u/a8Ruq/HgmdN+UQKzGl2PQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"dbc61d60-b80d-474c-9c82-39a2fe349cde\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ocH9keO+Hp37/NmvW4LH+UdYbZFexv2Uh1Qk9VUC0Pqp1otf9De9NvOQ2Vi1b73WZtcGjEcUhAV2qWMC9l1uVhAabWRjT1q596sDJ2HEX1KsF7lFTyeLC/CfraZKvNq9qiGPz+TlHvtYZmIK8Lt8UWNXUPPAxuV3cb2JnwmKAudMbv3isXxt8zs9cJbdHvAsf/2h5+lPzMgTFN94E1Vx7QLhqrutzyNXRMIyh6aAizBIk80Z4m3hQtohueXysXMJ7UAxXSfnVXx8qPwMiSatJnBD4Zi7qE6jVMpCEdahmq5MXoNva1IyIxmB72+KuM5EgGbgOz9guKOikad0W8R53CgRRQ/Yeoru6H3znuSkI9WLEVaG3nZ+24zeZuLabxh0fjWD+dke5kPrQJjgCfvO9yVKnFKrLXgTzA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b0e30545-60c7-40cc-b35b-bbd89d62ef0a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"/9mmsYvN8KSBO5lLV07JC2TzDNb7fGbor+7Bx0SrzP5rl1vpb3jM2fK2VWxmxbhd2L+LrJHkHv/PuVVmlVfYk6nyT+RC40ex8Gr1iT/Wv4yb6sS3kSvkeOXZtJmS93QqkN8duFGa2rQOBWsJRMwHqgOUM3IXgF5SqhuxRoUEroCCr/MuMc54ZFAPh3n44grTxp0atpfUXQav/5fqlSwnGiadbKa7fb5/Kn2YzEpX/Qa0JcSjlTXUo5hWDeFYD3yWtPNJ/hr1Sv7FV2giCa5H4enbfQpNTQ3GSlYnq1yMbK4ofzd9SPcaUtULuwuSoJsfjv5f6ZcVBvpU+AfSGGvjp+LKCWf9SV5mUFg0HzXJBGl4nSv5Fo5ZKkt9n1d+m/sPFPKe9GCkl199pE8am0XQ6Ql8oFvZl64iKA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"86fd9643-bbc2-4675-8587-2c56695a5171\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"QkHiDWTmiH9HL6xyee+nXGz05xUfJA+DK/KMitWjATmSexYAqHwuTfPq+FGHyMKkIgbBRtnwZ7i3waF9nUxVyRDG4tb7bvvEKYr+2B0nyhg6ZKzwVF7svUli2QKNrNiQa7FHJkFmSbUPg+iGD+PZ3ixK3hkCN5mGICXniw/durlNzuahlgnOKiKc1Qj5MZxnIsoCrl6pBnEV+I7u5gYOVpkZMDlwuUeJaLy3Ni9IPaEOesl+7tg4q7MMwlTzrczieLE8bqeXYLXGoO+tp51D5cqjy2DX9KvXsidMeKdQSz7Wk3wb5oYMZ/ewsRKYVimdnseFoKtneKp6HkibPDLBMWBznNbXbAxsO37BUJkSbQjLJy1wAsfvFpowp8lCVmNxzPWB/76A+cGk13wj4ojN/naOxeOQKJNTdg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cecc0b3c-824a-447b-9c9d-71b01a12edec\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"HDxWmIp6GUq3p77Cu4Ol/ijX5G3rgmTvL5VqvUzQuBtcoMZBliPdqHaoZHqyLlIlBXrjAKCr6vH41m8yRQRhWf4DxMRT0ipb+qhj4Ev48gFsmo9+92GgOJemaf+HgK80Rh4LwPQz64Z8g+mhq0jcJmni6W/HWggafaQbZbKKPWOxhkmiKYE0kLIPLhpLECm2s5zErkcBLmGIxht/hlnDikSd7+0SMWy7wuFAc1hR2+Dab/3rU9ovtoc56DTmv58mcUPETGK+Ze39H2vXUEdOy0XRKdkkgioW323jD1CQmMhEFye/hHUPgs0EYO510S5oA0zDFUnA62y0G1WslxgbbiesyI7D+LSYvIMObFSXD+aW0fA8rjSiKvbaGjN/5fQW8FVeEJeEDzIzVTNrgrBTTFjidH1fC/FCTA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2af8f146-3e01-47ae-8d35-1a3ce6880bba\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"hKdYjd13MkQCESQa3YgulGFnJjPTKA01yvvuiQa4oIry+d88iI/bEuXcT6Qk46jrPIrmelMzFiGuyu2+7XW0IpqrjWGzrKjgGiowdIY0b8H/EDwHVUclzJjC6U0Ohw5IGTK6FNyMx0/PJ6wPQQnT1d2fmOQh0bzkVCHFEHZokxa3fF7Xq5KWfgiZDVyD2wRGxGmAhtvngY2UMZ/0hjUZkiVFNIi52V7QQW/PetSW6XZpJXmGcVb1wpvtNQmrYQv+12IDBHFF3WAmVvrQI7156KhHjlspuBlBZXXVlRmApma9ux3rM/R8KMXV6VBDC5IuJMABsIJfVcW2gvucSyBNpxZVxsqjWdflH/UbpYR3IptEm6NjxVONFZiItbseCAGgpIDgIhzTt6pqLcTMvzIGLtEWEVrj5JXjCQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"aa3ee728-dd7e-429d-9745-f051898ce67d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"tzXOmKoysE13ekFuDM4K5BHVzpEy92yVgEu2WM0386GGIEDQMBi0jJ9CxJkdMMA5l23kMpcpAaXEWVjTIWWWphmwTh371f94YvmKkgWoAZ5Vjq1irjq1B20dFeU+chwfoLvwKHNt/UlFTbXRQWh/a51sWRRyWIml2Y+RExzGCRhGLSBLHejzMqwSY7m7OV40ujyqXAC218WiE2CGBoo+6ACfDIMmUeUOKWgBNgoz2R0fr25wleqN7RjekKT4ztMLxDHqsZeMokmocfutoIvyF4i+4z5Qtm3yUsau+AImfAz7n2PJiX8rlA6wOqaXGcXaQyyPGOyDSyq1zV9+75zH1r8QfA+5JNaxSgURDFp6loCA1aE4i86WwxzSEB1eGpDwg2lbQ421xU8RMh1KUXkixybA7eQl2xLu6w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1d5e0aa1-c3d1-42f1-95fd-193dd070cc5c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"7RYfNyPexF3+IU0Y22mcfu1P12Ju5/hbMvQ72J8itTrvJNFCAH83s81kdazpIh5ltkxV/M9Id30S2RB+56MY0dfrRDva1XZQdUj0KNx8lFmvnokuDncINBv/feIiRc2Iq85PJT8Q7JPo/rLDLXpm/i1PpXU62BnGV4yY6pzAzFGaZlgnEV8se3GytntWyIWZMqR3l0ukPU3zQvkzNofxQYkYmLpLX1hWGdJscuK2UTjTgrkUE6pPWNscDvOFUlfQwpOZOn/BQZS+8GrLD84KMnPV8pU5RRvLvsvPR1CrWM5pGA6Ubt/f4J1eWpgr1B8HBpVzbYpR2x2GVgNwfGNEdQUkAiUtN/UD/MMG4XZXqRGYjsE6UwmfB8odkjyoniftIT+P2r8H33fu8C9W1xTD5Moms2p1goWe+g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d103c2ec-82ff-484c-a31a-d13d95e7dbe1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"+jVNDO7Mt84eL5rUNI89XO/6tytWoBLPhR4nEhDtojNjFfthSOSEFzLfn+o3Q0QB1az7OP+dRm+9G+n1qoTQdT1bB37DBHJ1QCuTYq65G74Ps3OE5dmI1WXyICskX2nVrbaYTi0lxYoc3h20QlnVLAnapv9uEq1Ycm2ojQnDV0h0D5J4xJttBywF146w0S8FeG1orY7u5nHeWULJ5QHJ3fX6aC1zOQy9Ej7Qe7di4JMKeHGR9c/iWGHuLJ4IKESuRKJDcArCUx07D6NORIJM3enm6PPiuuHsQq6in22mZ2Xy00kKgy2n+Cl6cFS+BO/Mc2ZCibu1FqvTyfEkXTvlSBzITGpMR7ny7ZIf6Aze9fk+i+gqd0h9qkyguITL+/iZ8gpztjrB9v4xYo9jzaN0orB+qDhqhbrAiQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"43586de7-f685-4832-a121-f695202fd762\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"xq0ssqczCMlym2R3GE9eLW+bXzr+wy2UADNs10l3/6zjAR2ok8eh1dP3cQ6XYbfdxUFzA4oa+yCWyCO4N+CcS2SR0eYQcSbqoTKScRGWh1bEEAGDmOShG7AUF/42/gm/MABAeNoUKEam69w5PRohqcOcTuF+2/XkdLm0IhqoikKyvD+YnEdDjK7TeEi8+9MueoC3qAubyMwkbQyiQWShNLXlcfXcmqAUaT5iVQshJ5CecaleP5YHIeBhcFOqObiXSYN/3iG7UtgZPv60ZT7+rrrNlU0LzzNzG5Fg+8oDF7XIrCO0IvsOJkf2ArmCoYYxKHy5kZ9X47R1Px/K7ars4z8b51tREQzSVT0Ml0M9bcvspRs2zkEJA2+0PtCqFhRjNPP+I6lDRR4MgapngLYw6jRi0JIHncww2w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"56e3e4ff-685e-4639-b33d-8ca337ed32fa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Fk/eUGAnijkHtaW8+tGxY6cY/8mx8z+qlq9Rm5yHfCTTTWxnGQ0DFtj5pe1HnpV+EE0nmqPAEiP0O0/kmwfpErRaismOxTcrVWKn1NJoxz9s7tDniJgDxDXMmLkTECirmngUqCtkiGcoMTZsTC8b2giOwjbUYv3hkWf8nDIVZbkl9qIqqObYe6Gi7yQJUtxRZj7EmaddUY8qySWrTsIZCppjsxRN+J6zPkuRtVfi+dVDLI9g4WExq5QyqNprVJFkHzT/isZOFqcDf6jNd61eG1G8Wjg8+mOsSal9j96h+IhNNbAiDasq+OUJNKmH50rpKbvF/pGupaU3djh3QzAXBJrwKHRigTvMvuvErkBq3/6qw3xYPwBVwgKc+0XwXBONjUTIY+aXfl3SfFX2ir50gHBuLYhFCwjlhA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d2a60a43-638f-4ed8-8802-3f63399653b0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"u9WfTIeSQ2mlAc6GXCWXjLyPsw6TehHUVNuTGJNwTQtb3ZB1tvZN0nxNNGT8BT2ggLIp0oSYvBzXP8IZl2TlY7+jgTZs8O9yVWgpT56GrI6LYz0QYrf5S4uM6KDUZYYTi2e9/fukTS3E/OWWaCJnGSBCd+3VMKfpavaK7p+eDBe5+H4kTzjv4zscE2NNGrSjB4PVBeGMviAZnhYSWXWCNmzQEUi4KWaEccxAhvZA8Psj8Jb4921IM5AWMwzsG8evRujpP6pVtG+vvwTnk7EqlrU4hKR9elPfoR+mW/txcm32UBV++juvEfi2y5qxL6P3pqd0yIh7fEvZPHz/89HdJck327shO6JCf5du382bvj+IwSyQ9uhhSRSGmwIsL/UPJFn6/9ck/dSeKIBAIEg4UAkd/bjsDL/iLA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8e87fc3d-0f31-4c14-92af-051e28e5b52f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"b1Ue0/VZWtmL8RAbba72da216+3cSzUnGfrtUwrAWs2WI3w2B0/rVz76Ev9088kNWh0CTQGXQ2m8taMHkXgbk+AnoReEtP7ynBQNGFRzrN8BAotUPuhYfl+LSMmkleEeREM1etvKw87bh+0g521kuE/Bua8C7wacrvRuYMvvKu3x6K7AHKLRTaHhyVbA2aaA76TYVFvgsBWiFFbReAyto8+wt4n2SDi7jR59135ZGOD5vS0idS5K2wKtPZY3UydhAu+pSQn1PaBHE7nCI+ztvz/ZTPZokrPfXsjZnEVtMazworlIPu+Ld2LqOqEd13IhyzGhyjCXk5IoF8VIg7Z9joRIawW8Gc4Lp08j8V2TNoHbguY48FaCR4Z9OSm+3ihQt1MxLG6Nq1eaPTn81tVOHWsdjaXkaeCOSQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"467dd3ef-2402-4523-bbbe-cb407bda11bd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Les/gNNDrLtdezqnkjcNLnjx5KxuoBoUCpEW18MbJ9C7Gsq3AkR5U6vuL4FcB9nQRkWiuAWJFeON453vZi8zCpkkmrZfx9NMgMKIFZVv4rPFfgxUJbaZWmV7K+ucjU79qhnNKagPER2bHzaYasKebjC4EJSW9VC6M5ulaBcvM3uV0LMeFADZFNKXF7V09M/bBosgG+tZo1+RsNCSUW3wLBNx/rTwhQg65s9X5760i84tmfwlLovBeHSpoo4Rb7X04ntwKZhmVgJSQeqjSveDN59nle5eeCeODdItCFH4qt9/ePvk+HU/ydrr/fxoYbzlTu4Y2MNY5lOfC7xCU3snzxn7F1ZQjVb54BH29s4XtgDWZpOmeb5Yj0IYgOhVM/mRbBezfkvasTuhtTiP+/6uBGTTOvnN/BbPOA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6d7a7ebf-966b-4d7b-84ba-ff2c9dac2752\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"hg4npKAUoyn6+jKvXo5tcV3Al0T8c7BJiVcW1R6jsN+kPbEXksl35T88bL8oJwsAdUDSrZCJGU95NyXzAYx7QppwUwhub2PEYQwoRkouIovRv7o/bI9izqeKAGjgZxv7gX7VHfHP4CH+eOEL2jQwgjMC2wRGJnkt3IiKWlO9S/YraFxqnfKlgZTrg2+C6W46oz2TUZehw2duoSkY0w+fUjWaQoMkgEEzPUCkiQ10c+IRLnl1tWN+S2l0OiFUnqt2IMy7Ijqf6Urv1LffrRgDZk8LYifcbvMF3zr7/LrJn4OSQDum58LqUAcu2INkrQFhZgcrpmt0wFicdSrDfH3ZQULVtfX+LiBPyczww6ZBbBidcJPqyumUkudPxgGd3S2HXFYTJ2/SMy19XViK3QDtU1qzjbq5f+xZ/w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3c2ce4b8-8997-4399-9f26-73e3b69dcaa0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"kJ6jM27i/O/07uJO2sk7olvSGzzKFF54f2WvsqvXDrRosfGRiJ4Ar1S8ZzTXyMiMYh6QGD6dGOor4zVXlGfrk1uzqIJ+kyt569XPKuK55dXU+MJak8zyiJTcs8m/zb439KXgrH92EekI5jVmQj/tXi0SZQ+2oznhUZ4qqk+oih5vfYBT1HjDyLsN+TBu4rdTfdRFbRk56Bh14LjjWYMzk1wvVkiiu6H4bVn+4YtPOPz2YbG1UjoIP79ZiydMrUDU08r3MpAAO5UU1b8XK4d8VizjmmuQ/gZCrLIRaeZ1UJ7hZDTp6tKIcksEljKv6m0m7rajhwV3h37ush86I19Zm9rzr5T0RRmElwxnrVaDxx9FFdCUmqXHURYhBy19xECZjnkjdbWjaMAhkK8ugBRW22KpLJ/Ryh0ejg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:15 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"5:39 am\",\n                    \"duration\": \"05h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA698\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"79824478-6b8b-429b-a55b-9c9415771be6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"/+q8bNvQAGsEsVrxR0VQzEUSdrpI65NxmEmOoDE5XDwXeok7GrJdXC7OsTF4xtZwe9NE85KzbeAPGx6VeBXbGmBDvjqBo3jPedCkETQj4ktkwglCnlXmWl1FP2xWyBMisqLbkn0cjyoq0uFGn+rs/B1QAPaqHzd+rp2GhDDtISBNSTGtQtf7z2tnvT+ig9EKsT+mKM9ZNohYRQ/eCnfEj7QS1TrJuG26AXUfC6/ESSJlBCJDGkW/jN4MiJ64tTmuyrfg/XBMtnftim6U6PTziiCnMLwvZNYbvNmaMvmxnSARM+WXjBc6uApJGO37CEG623XPlCXcwzV0B5a2vSe0obH40euOtCW8LF0/+evsHB0aOzNA3H+N9ShTVd82M1If8SbpV0m11QWaMWctVupsILlZpixY9A7EBA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c971db4d-0a6c-43d0-8565-fe447609ef39\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"bIe04eRW6i/TzJOyWa0has5gHuUYRo3M0KGNeJD9OUuo5SUtsI14BeWIiCAlyEsvguPb+SmC4lHglQ+Rpxqyh+E5mg6+SClThpq2/m2ZJSwLLxoszfydhCT4tUv4xHa5xuixUqz/pN35AyNaZI18dep+3e1I43TA5dspYzBiR6RynQfyHXVI6YN36EU5UuAUdORhTGtpb4ToFH3ZCGi6fIFpf0Dz9J4A8UTwsSo86k2SOh6cHOogxiKmILDF2bR4IJwRpPaMKfjBRoOr9T9SkaBry0V+Db/pvK4Pvrv6QHoJ4PeP0Yj0QzwCp7PIvuWAnDW1XzISshbPrStbdH3zNzNMzi3ppgpqivZpMt6ZE140DqkMGR/nLX5DsrUvz5XGqirbqd9/d9aSX477RCmC6gI+yTgG2hW23w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a84bb7ae-b647-4896-9aca-3b3286950eca\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"4s5HcKDedW3SUB8h1hA0Xb4eNX99wXATV6162Tb0gaYYIudPTnz85dZPZ+bJkJ71ZXi6rM7h48CE9p/xTMXPXdhHWBC+xhk1OyKf8+3ShlVlHubm+airvWXrxxnni/kWStdkGtYR31h9Wclpa6pwHGNPFepxeCwKegacy5szgW7VbMyKpuA1zgeJYCpimZ1w4LZIGZEB9J6Msb1wgIS9TjWzky+/iHyjt0q2n8/ptuwJGEexiV+Y6eZlZeA6+T5w5iqsvtgT6Lwb3eQSJP0qoDKkbzcy0XBWQANUYg7vV8L0BoKqnYKEImdFWKRaiw4sNQLvON2zCE8IYa1eseaUcmyUgzci/AV24eRqwwkce1BdOfSGEVYWSKqBbsK0siO9hojy1+U4sfGUJn/VpPmiOdQ5TBwr+xtcYA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"57dbcc6d-ca48-4845-b32f-cd3c8679e32d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"a0Nu0k1kvX0v/feuVWGJEc7ezUwpXwsiVo4yV5IbeDx4USc0piPkWo+F0WffuApUrRgtds++p4oUY6ga2tGx4dAqsSm/r0KpPEusutYsVtLdb9Z8UGdEOMjc7Wey7+2VNCumfddJ7jftTrgUbT6o/2JZ6V4EwpsTjiyjnjIUYOivw6aJdY3n7NvnFezve7q4x+4wXmRRAvOkQ3WNrmpMJSt+QrncJF7qQALO50uHRhPcCoQW3QQZON/sZz+PpCpJxIRQLSnlucBaHusSS3dLi+vE0UJUzwyBRiBdxB6k1yTN9JyVbUCcCnMPQ+imWgtP2lr4RJYN+owwuREASCpD72KVlRW0OvPizbIVT0AzkeXXGuImSgQcq/0+DH7SCmzkKuoatCUsqtG2/cnkySx5WlOy99WRYwLU7Q==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"9:29 pm\",\n                    \"duration\": \"05h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2437\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5733cb2c-8fec-4ebc-be0b-fa3c4e393900\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"dqCCApQDwW7Wo547GtjY4SC/DilH93AlP98f/qix5PrcW8C0VBxJq9pL08i4kKoO+19LiJyXZXEH7BkDxPuDqvGnEfRBxHKHrEkj5flRNMbs/QTC5bWHWTrTmQKCd/P9UijSppDCXvESbPai8dPH+TsoAlIJpLhSFFTLGmTSsZ+8VmKb8dDsTJP19AlHBKvjvdPX6jrDASgjiVVYK9yTV1xsRGGjtwDK+8bbO4U1YFOpMkcg3rVy4UcYquhc5CzvEo8k5qnFXbs/WQWjiQqMZ2VMIAqS9Au9ubYu0AAtNRMpxWctjxm1ZlPA/sHqQDYi+Yx2lFJij4Ijb8E3ae+p/aN1SWUvrg+RvZQ7Q7m1jFvweTE04/knPfIamAIm6cXa1QGqSAd75ns0nFcqEdLQNxnzbs2vSeuf+Q==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"998c02a2-b627-40e8-99a0-c5f6d1345dca\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"4hy1RcLceWDCEN+F0xL66CI5RPtxeaF3bvdUkOzkti27GWuhtVXTAvHqRzjd94DXqTWMuMEQivGWzC2QPBaiq2H2Zj8rqRTvbj3KhxuuX0pVV9EcwC/3ysVFjTZEP3IhYwlzY08MhBuS7htA2TI5Cn3nYST5982NPxa/zBwuoLVLqYKmGW8mKIB01UP1NFlS2fBS4AcKOcG++SGJXVvwwZhUPVsEpbXifYQQUkwaP2jzodARKBXgOC5WWtGx2wl3vDIyUigrS5ydDMa4FHMHHJnk6QLHmVAR5aN/ijbo8CtmlpsvcptumbLbpuEuy0YnQ0poKmegi/8fLE2OarNwVY+FYkTD7Aou7kcw01u2NFyao6B7VfhOBVa5MlVdbfp2uOi6AiBo7LLWpLBZDzF2F3H2q9s2EOZu1g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1ac0c211-29fb-4241-a6fb-ae9f7d847e12\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"lzWBroPcCBPjyoJKCxE1pDxoYjDASpFgfUkwdbrL5w2cxEICeGqQwpnxHzO7Kh4+mn9lqRmVyvMXy4Z3YC4xz735S6EEHcs/R7TsHfL2Jr0h5viGR+pDQHNj0ITc/W9ZljfXQ+m14XZ5eMVo1tcz84iF0dGRSgQVMKZIV4tfKJCmq4aN6VH/HxuFbGSTPwWnJ1zmWmQawMVBA+nyWhs+g+o5HoTCZRxiJLzAtYxxa9q3mkHdqbJXAF6AU3NIjC8vQeP1+k2trtwTGegpPukCiLY7S3slq3+k50PDZtGjBb7G7YhreCynlN4eNIgdaVtdzKYIoi+yQ2wNtntSWq0cei3gfRxAZWzcP13uLBSTv8cJCYJGELefVJXCkRw0w5n51/4LiKhefHegECmlHil2A+7o8hmLEwGxqw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b96204b6-5a5b-4156-96df-a5b250c9881c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"iYcLegibRSZYTyzQjVhaAPVsXE/tE9BuTlIiyqSUGhXBLZY6fytF+N5Ki1hbpor6n+uHxtFiuZNliU9TUFV8ka2BW3FW4SF57a11FZoOyF+jqvAHBbZ7XUuTgoJPkpw9qYtHTxml+huT7/rUUmyiCPixzjVfwyig0faE7FuO9yM1d9zFeRc08+e0aG6UomrMBEQcv/i0ExLxRyvQ8EC2WKfTpHFf7DpBrdrtrxucRtezRTBmB9pGObjevN6Lt96CPjtCv2+/OcUB4FyQtckM9QqUi2iSwPE9c1h/mR4SUDGnhw4Yz8kgWVAoKSWSOla1lnUNzhESqlG1Ommc0kRDP/BJykGqmOEwyVn67lzqMafKV+nF9drBAYzLMdF4xZU80a/G3i7qg1dhz01Iv2eCAapNiuL/XNbjPg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"11ba897a-3b18-49c7-8107-49ad3273d378\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"N2f2ewBrj7C/wSfoyfusE4MBSu+LKBY1zvpsx/gRtmYfehAO+W6sx4IIRB9dBSXaO5Op5fUcRutOfh4vV3vDI3paXRVMuNA0joNNH3AAaQGqinWvtmOTGUW8MNaHhNXOPblQw6k1yYOj1UWMe6YnQUM7HdKreiJzYepKYfPFcWZ0h2m01SZlF1cD5I0VOyCrb6IgXYVDBKLgx6D0rnSi5nmT8EtnfF7D3wHagnrRxTskTHT7jEgrWSGkF8ijzIGYszBebVQpr4A4+KP8Robgbnf5JxzpuCAG5bByBsoL1WuFIlHWPN0qxBUPqWofCZ2ug5df53niTtXgn1PnijD30Fp3W9aBM/a8zNk9ON2OzAIt828z3sj+2HHWKbXwLqD12VzjDlewzg1seaBrN3zjjeo3RRayCyvPiw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4402789f-eee8-4629-a380-fc33afb4447d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"n/dEEWYrcyawEyADURq0vE3y+XfyElx6zaj6wWJ5qtsPEQnypgNrre82JeKKxjgzwJTHjN17yEG26Fv7XigSIALdxe3QqDCEPcK1CfIQx4tA1ytMdHNVGWx6SbAUJomANGHGmXT9biFXme2egUoSvObUAhg6rwUVhzeQg5orQLij/C0uAYUKI7pD8XV+nCK2b5F/2eWC/7dwkCjCwnN3uPmREq4rx3EhwsLdF+/tTYz2BDmWb01V/B8lpmLk7GAR3E0MG4rGarLDP/vbGiF++323cgqnzO/bbInhl0QaRfy6+NJKScdRdC8RYHG3d+8JyPj2O3/nShsM3luC8Es8ZxDoZ3MScIn27JNGZcIwViQxBA478/dosXljJgspbY4xlrEkneThmeL0Pu82SuH3AuS9ItUfPdw7Pw==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b723e2be-3305-4e9b-910e-dd65aae0e24f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"d+Vcim/hdxSvocYw3/ArVgxXpA9D925aFyVtZxRSWKX/5XU2BJdxXKKupFWqxzihiIdJBD1LiDOkAFJDLs/azwnb5ul3PuJTnOorbB7QAvxSzK2sSLD6rKte9rpsoXJL9MVz4EDTpCOiV+B80uuen5GO/Zc+XGXs6PUhg6lJziA9hNbmRGuXb/kWf9K5bWrV+7ES3z5CQbY3eovhLQW6Vi+zHm3zsHkMmDQK5pFt/NC7/txhD39Q/KkqRchzXYSzoQA0YQhIeDn7J2T8VAC+BxTGFvuK3O62xGdGVR0H8YWgXmswyZo9PmuReR4mhzyTVjf0cafMN26uBGoB9ONq9/2MAMu88VeRX/vUrUfr1ELDPqYXjJ2iqfdfZwAN0iBZS9OVaTzcgKxMrOUgd1lAMmb/tdE5jx/WNg==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e60a0663-005a-4867-bc7f-2dbad3a71dde\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"XpOVLT/E/CxMnUa8qOj+wXfJqVi+RKZeLFPJpeRDPmwPxS3/j9ANJSPEWoUn+YkdZ0V9yPzPrbCgNXezZCKTsem+/g5/m5f6DLJQSi3IPjBFeBv4HZTBZx144fOsU88tbMSN3adkbRKZD3yj0xjqgu/UOZ6sHuKQbDBfmkxpvgxM5TZVSzkuVqhHEPTJ9d+pvj2qowU7kKS3YXkZ/eDZ+Zt53J58gno4RQn70Qgv0pNkxASsXgwmw2GqT0vsvH/IZWBOnR2OKMGnkYSo87RnqQDX25hHarUYJyQoPrNpcW7dHVsxImVPUeJUAzX/HQ8pxN3NMuQOoms4t80VWyGlazvvt/wIp+bsv/j6U4EFFfU8Kg1bvtAW/VTCptE3mDVfFsyd5ETKmNJ12mJQ6wWjvs6D/NSLX1jk1Q==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:20 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:59 pm\",\n                    \"duration\": \"05h:39m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA435\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2ad3952a-69f9-44a2-8796-d689fa1c6220\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"WrYEAiNUVrO71Zuq+mW73hhpQkX5zVaNohRcerI/CHLTIkSpKDT5LR2to76JIdgOGrITd2NP+81PVvZ9DvBlINKoFhzPcKx9hGwRAdRC9labI8yU3umZeWo1w4gygLEUnsGpbD/Xg77H6fbIWUhiHc+XT9m8sC58pQnGoivCIwpiMkiMWDFXdMQHe/t/F8SbcezUwuUUyetuQ3Ng5HzXXYoxHCK/ewjAlwY7gInZA7DOwj3UtS6dGkTsewESTaD6+IknfTSOjmKza8ge8NqM9XEOE/2rBA8ysXleOeUx/pIpsffISzi906Ge1BlzCXwi4KBLGsToATVTBrAEzDergEuI0masN/qcu/lYHb6NJRu1yktngFWpH41Ynx/UjgM1Rx4P4oIhQTUbrtkdjt4untnB5M2MN+3T0Q==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"4:20 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:00 am\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2626\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"bcd6492f-df2b-4067-ac6d-c13ab23cfe7c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"xb807jlLd+pN065onQIYKrerwKnfz6eyc4HThmw0Fe8J3Z5Omj6B4oUQ/SoRUdFavyhyi5UG9ytShMe4atEOsCmOLrwwc+PndUUMq/gLD8rT+eeaLGSMcZ2R26SlFmp8geB7fLX8qvj9gMRXpwg86/ofFaTfxJlYNK/2h/DmnCE0unR0TGccdSxR8cTBIQKUlsktDG6QgRd3TwHj1+SHTz0PJi9Mufm0jSj5zG8dpwWm5ULQoQi7OSntlI7rV2RhwZYXpxxdYieRXsuxJQGNvbQ6VcL4xrRBEKDvmlVfDNLN8+Q+lkOMRO90rqqECb8E5d1biA+L5tSomKaI8bUsZuV4HXwcvKZOjfGOQ4ybn7yNYEeH1KfLYTZN854MH3tMwkMzYMC9u/ypSYMyAyO8IGjlsqE5VdIV0w==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"7:15 am\",\n                    \"duration\": \"05h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA285\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9945cb32-d2f7-4147-b504-dcdd40ce50cb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"twNVn/3FQ/W3uOXIKk0bGkUhnH7dxlq/mHwSH7wMmDpwfMgoZMzUKtuKxdrNrpn5VGHZ2uJenOyeIq6X2gL8OFNq0yASdD0HNFz6ydrfpOrqDLdN9PXZc7fC8jg+GmzWzebMm1Aw+wxosPKuu/8/LR+hLiR+MZnnS94gqb0xhiCz9aRbiJe4XBE/qaQYU0JXtGsQG/ioAh3O8ZY2daMrRdThXBlCcqXWQQNSEYZZu6imqGYVJa8J7R8nu5JSqLFMmJvYIR6x3OKcGYDvEBBnEsdZsNbVWf8eUNtAGuXj1KZXzKEXrjLwGQ0PYe+xdQoGBnbOhudZDgsG8O0a5Kf1gp+wHpCqSJpWt/VfxD7PuVd4dhy11MzAgO+rFSuqH4kLg/WufnV1v1eiITsD8N5+yYdjYzTE+QITVA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1149\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"aa682541-0dd2-488e-a319-71d561fca2af\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"2kMYpbZ1Wbr0efnTQHna6nnDzezN0sF+7/sXdorrl8mP7H5Ps8wMteYs18v/2DcGGTQBfM2U7+uEzA1TCr2G8YhosB8lAPYk8IfxHPJns7FQFTRFSBzEAJRV8bBH7kNHSlvx2H9p4CAXOd4FYwRVprC201RTIIo76XKC1JJYjZ1SRfLHkvWiB5HkMitL59UorGneYahrxZeZwnVSqWCHDpUy2FQ0UF/6IXBk+/weKV6e1mvT/Oo2+PjHBq4JlZEuM5CzUIErdI171HSV/VF+/rR5mU2ywxzRckI89UR8wpO2wz7nKnALCeX2zLlLDxg6Q8ecj74dkRbB2wXIbmVbCY7BPTGX92dG9ocVbMfQLgU/F4mKtRzZWv2gr3T16NTXSFaYuEPFZkVL6JTnJHsMCUyzqrVVoY3v8Q==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ebddf796-2c1e-4dc8-a30f-4bab2210c7fe\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"BUgreDfTkqm/ylNJBW3xlreEdK35hRyyxXjQ3NbqDg719ldXXGyahfxXIDMkVZpHKbShcoGVkA1ne+mMHeEtSUp/5o2I1Fcls9jehZpfWMErbeBBrgSW0lLevKbO5HWg+ymlEhie3G3AQ4lKulPwJupiFaRob557iPVyVl2/L2WAGkPC0lknTr3o7viRzQW3rbuaCqFvuWyu6HcUxJX+8RHjaseN14xFmwcItXAb4rjwo4UIsdPEegN34NO+NNL3mbjGF6sRGExVXl6hNFwHirlo4FPHebunuCXI2tWxlilKHfHg6RzTb+hAbx/sCChgP7zDOAOzpFHRDrXjBJ/bFCrkPlChb0bOvema6DyTXZdrwVDd9N+N49ehOSODz6q00JUImpDEyoNjDdiBrCxAVYNDMuSGUsyk5g==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"8:30 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2209\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a7cce503-6234-4f2f-aaef-a4b24d0d86f2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"s9Ajn3dooq/VLfZvJlAkzmMyqOSeu8Vbm7x1qMa5ram+W1o9MZM257ZBPzxyxmjyo2O4Hdzyog0jwbqPwMxYeYPd5kneTGLAq/hQH9Xu60PFFs8ksePQFCkhsFzu8QDqyvlLEmw1MwdP6a88tlTrgvainJ9qfXwDSfcgyKjA6SxGEjylOXNzDjeGjPPBmQNmMucyqM1nJ/qTSBnnKC7i52w9SseL43uufmAIeJjUhsj7mqWyCawvnHu0Pv9FXZl+isOfZrpSXo4HYvo6CztAKi1PSQvXZ4Tkzgkn4X4Z3cDgUOkTtl3zXoz02tLeMQLFNHckRX6Hsh5orh0EQQ/yIu2nLxzeRxuUCmZV6P9D03wMjz8aBI1tNyqAjp8ZC0y/BJ/ejawGlIkq6qIbfCZ14JuxF5uNJEYcnQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"2:42 pm\",\n                    \"duration\": \"05h:42m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2033\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4b723974-76c9-4189-924b-58c0b89fe733\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"PPPv7oJp98+phme0teD4FBY8GEMjg31xraW0qXODPzbnZYwdagBGTa6+Kn4HzHsYnwGAWVVwrzjIzmEPYVXyVca0de5mTQaYJ9m5wvcFGc7Og80hnZDkk8g1MnIw09S04aFgGs3U3gtnUSn9M022BBNZ3JwHtwAAPrxzs8bfKxB0f1zBiV0DxWHMfSxpFqKfq5dbpftolDFcgC23Cox9x90p0WYpUkt8olU/bkPZPT2USlZbv7EsU8Gytxqem0gYvJcRwgUQeoEstq5bew4VjRL0soEi23CNahT7EUrJqsZJ3IGwwSyyChOLYB4124T9Pz3jS65VtLfjY2LBRZD3kwfH8YXQAL6lV/Z67gLm49yqSyFrFtfXd8/zWpLZEZu5BHZu3QmjML2l89mu79DsYWKulxyi2+/OnQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:35 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"05h:54m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1449\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"fb80b0f0-cd26-4f38-a88c-95144e2b28a7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"jlwZjW+C2pS/xS2EoZU88DnCbNTdeoQHBH1XHLBgeLNvn5bcDiLmzqWnjI3NHREyrGyH8FHtRYa/EShZjMtBvPDJ0byoqF+IXeIroDNJ3g1SNlwmWQKragyDFn2pZ+t6bKqcOXEjFL+BET7pRYtsgeVk2h1RmynS0PFYdUczGJwCH/KOY5jKDHx2PZuk/0aKVvS3g4GJ1kBzIcULIaqPoUt3PxNm5Lqy3xF7IBHQDOHdhkfRxwh5C+sP+ioK8NprxFB+mVwaTzGOyDaJbZYuDyQHwMFEl8Cr799prai4wjyDGA+glZpFLIMmezDhwD92j2HHJWx73REcKe4MuA9AIcZ2klVtbXsRmLqjx6XT39BpGY+yuhw3KiXR7bFUhvn9s3icL/CkURsKWmfUZkVeLZ9XehKpjDOAVA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"11:25 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:01 am\",\n                    \"duration\": \"05h:36m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2416\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ca7e62bd-d715-467d-8980-3be645182cea\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"cf1jeOlyaXPqEV49ibX+XP9fE5TBxjb/MbBxqxBaE3BnMX0Ks88Sc5QRWIJ8fAON9Vn1Sr1WwO8TIKBiLnpXLaOlF8dKGeyAc0M+5sbQmpR07qAcJ3tTkqIxmHaTKMRtdOpViA4i04YUoyp+JgAdJzm5qZDiquiPfzw7E2tg+S2NSbYjnmLsNVPTnGmoClwpgt+/BUn+tTYOLqSQ+yV+itwo3PBMRQgt4smcfOwZqaAa8pm0TXPr9uinJpW+9PFQ+3KRs9Z9B0xVKQJMK3lUlGkTqQFJ8GMU6d5NagpJWPfaxUffZQJS5yqlcCQcTvHJROtxOd8wBefJIohIvAYLwuq6X+HdGq/GaPJ9yyVFLZbjqoHcQVQ4+ZInja7kV9ibIaYy70rGCK8uKKYXM1L7tRt27+pCPzQryA==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:35 pm\",\n                    \"duration\": \"05h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2248\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a731c6f4-5d4f-42f7-806c-3973f81dec35\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"aNxM4/GZyyKvvvvEatIAh0XLPh6akcyC/zOsBXdqk6PFZQCS9D6xk0yi7Mmivj+hqIyaQW69s7Ak+WLfbxlHoVl4ftNpTu4bnY2okwGsDfmQ7R6bB0kCliKT4z7tpCF2ThOQaee/UmCOZlLCW0McSIelE0Zjv1zwTs2XZ/wM1uyCRGOUddC8aqEkitMDjbSML/Xxs3aE5dWuwuYFmQOO1StsSbq5xtUAQdVy6bzzK496Vo/tPOB56t4e19hSWJjh/MdZfnpNFK6RohuIOLGjLtr76Ksyxq1eaJd13d8EmzELP6fxaabIx75Z41wv/fz7liqtTMkZaKeqEnluh4rNPR6Bn9wDm8wynetPV4yraMhudzTKWfF4Lv7nGymB2hKszz09tOL1y2Jz0Z7Mlk9eAvzhs8STpBwxDQ==\",\n                    \"base_rate\": 645.64,\n                    \"tax_and_fees\": 108.36,\n                    \"total_rate\": 754,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:26 am\",\n                    \"duration\": \"06h:27m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA179\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:46 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"10:29 pm\",\n                    \"duration\": \"05h:43m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA166\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"964b0e25-da93-4144-b299-89738739d63e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"FBrjSnpNtGT+A2fMtyCQPWaPXBvGpkM+vUDHZlQUzAj2m8NM+xXg81k/7elU91Y7DFz3V6jy+RR+arQZsS4Lr1YWmH5bVzVKC1pHlewqrLwfL6YlOMT9guvm8h+O1ptH4s3+V2UWW5Gi8Zz7p3uZb7sF0J8CeGeP91qM9e8GZWv12tJvkUS4fMDBEztz7Gbo72K0krs27krdOCmXp+BdQe/C+/aatRzgJpdhvcyuVdfk2IRMhSxN2eTBkBDOd+1+lS9DYO8fieoO+yuiUmKWncMbcgNZ05JPHLBvQjvWiOfKJ8b/k+CLGa0rs9joueHNoA8c8GWVSzyboNONzISLGi/cdbOpqcQW5+trHIADpNrbG8/JGtDRJlKDE2OcwqG3BfkoVKsiKkFiFgOHKcY/BEGlY7ciodOJcA==\",\n                    \"base_rate\": 664.36,\n                    \"tax_and_fees\": 109.76,\n                    \"total_rate\": 774.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:24 am\",\n                    \"duration\": \"06h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA76\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:46 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"10:29 pm\",\n                    \"duration\": \"05h:43m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA166\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"88e812d8-a39d-4654-8acc-c530059e0a2b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"BwZyETZibBRaXRH+lIBjcY9EhZ+b+7L4+L3l0HRszPEBrFNBb9i/QILXWLHZqxbXsOzhQo5yloylDdRGvZ9kFwbk+4543xNidEQhCUPemV1OnOfpUIyVYR62qoV8EE/0z3L2mGJvHGgYj64o5Ve1F5iCuoHJKbMAKJJ+VJnJzDjD4vq32V999Vee2421n97MuPmPcnR4/Fa3zAnuwmwXDRqyKXY8/5syOfa1Nr974MsoFe6lPNoyqkQytayAEDS1f/RG4Kh2QyR83m/S0LVm7plLbw2jxVIWrDe7vUDY/HRcQeZkKhz3BPP8Bk1vc9PejBpwTqt9FH0CfKmTmVlyY6d2a+HfeDMB9OIoU+4elOuXg1oaXMwKTleYSL95BYsk7lPIzn5Hxi0ZLxO3Jwzvj7uIQbJmaFpchA==\",\n                    \"base_rate\": 664.36,\n                    \"tax_and_fees\": 109.76,\n                    \"total_rate\": 774.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:59 pm\",\n                    \"duration\": \"06h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA177\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:46 pm\",\n                    \"arrival_airport\": \"JFK\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"10:29 pm\",\n                    \"duration\": \"05h:43m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA166\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"efedb728-9b33-49ad-905a-05360db2ee59\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"J8eGFRU4WITWoFyW/KZ64nHORTDMP0LmE06h86bz8aqdN+G+uCr1Ccuq/YB0cRFM0FyAthzh546JWS2nyHct04Tmf4ttJmusXHtqATDfHHJut0cHNIEFvjFWpuJRBUiac6RdNw05u4cGr0LuIQcM2OIhthQ5ITosWVVG3BOp+K94yMVTss0rpkDl+cYefjkGHWO56wDFjcCLTQEHMjYktj5oahyZ1M7IAYTG0VM3wYVATIA+d+bk3iy5IGp+J8SjItwfRFJvl1ZKXnE+F7GPlGolnTRN1g+FefQDfJBjuu8GkY+fxG2s+Y51R7nn6lHFibY7XFFWQb7QKqRY9miSbRpsTceeGPM9OLlkMe4RmV40YB1booX12Use9cq9ZfzNHQ/W9mHicAUhTe8SGCzrqzNiwE7LeK/PlQ==\",\n                    \"base_rate\": 664.36,\n                    \"tax_and_fees\": 109.76,\n                    \"total_rate\": 774.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:58 pm\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL570\",\n                        \"DL2312\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"18f656a4-9461-4437-80b6-b0d0d52cbd7e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"nCnRWZcjDbdBLgUn4vePSUuf1z9CbbzIRqsOhcYMFssOq8HFlj+IGB4MuEivrTRhj+Y7RTsjFyoeefxioJTTOw5ya+Gc+VBXMYmE0e8YQ5XBQJp+r6hY6kIE46nMz3TPDMfVNXlWsPKU99USxuv/Xh3t6XSGosrnZDbTRN3cZ008ie9zkwUG9j80qpAJmY9s5IhQP37sXHyrrLLVOdj1ZTF2z3vrLqw12HFGSK5Bm+n1d9GVZxS9QXIS0/UeiD4iGEok0FNXHYIjo2YLIpMF4OrnLxkMdvR/sDig3zaNoBEjFv1zEwWpzS6/ztCJE4yBaCLiOSX/ABW6vdPp37t41TRGZhWXehWWso1vzFPDFh3h/BGZXBDAgGNBwvm2MXLg39MynX4YvzE4+MhVXa3txDv6VWd8Bwcj0Q==\",\n                    \"base_rate\": 1163.46,\n                    \"tax_and_fees\": 157.22,\n                    \"total_rate\": 1320.68,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:05 am\",\n                    \"duration\": \"07h:11m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL531\",\n                        \"DL2552\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"17ed55fe-0871-415d-9758-e077c299dbdc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"/DISNVV9iuysCoHGHyWFnNS6j2x5ipce2FbukSP4csrX2X3/NgVNyDe/2tsmGYIDqvsbgTZkmcF2WbFrDHy+8S0bRAoIN0txkIV6YoIuaubVwaFsB5YlozAQbmmVmeVcgzVzcF2DmnOXoF7pppxvFY21FP81oTwqgDOzNeQn/OUmBCTDTADBVZnZ8t53e5hrV9U1Rfk2aq6iZ/k492itGkZOJ+lac2WbYvS+7MWLutOZXXXr5UMffAbCc3C03zBK5uOlOFrRg+FPU0yG05hADFAEUQtr7ynxzvfQS8BNgWHpZ5FbweThJAgC//mGEyqFzbtqeIwy+54E+P5M2vW0Ba4qA7EpGqqP+HQYAMqF8dhHOhvU1t8ITdzuzXK2Gu5L7YLBr9yyR0SfwgIO+Bur971SkUk1HXtObw==\",\n                    \"base_rate\": 1163.46,\n                    \"tax_and_fees\": 157.22,\n                    \"total_rate\": 1320.68,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"5:45 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:48 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [\n                        \"SLC\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1331\",\n                        \"DL2033\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"05c3cdc6-59ac-42eb-8c4d-9a0890482c17\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"agzmLHuR5kRmOMKatOu1qFyw54zm2ZigWgOVN0uTfzKRuchO23WL/1ukG1KLwFVG6l9nxxb+E8peVBHFy6PjUHYXMU1Mju/M7i08bViFfFFiriguhOjKnB0s3nYcBU/tY4huB4EjerOsJQVLtjIhmHcx03cvnj4SVo46gZp12SK8zPxnlbM/kaN1z4SkCnh1D+8KclJKpRYvWgPGNqMckVa7PT3gsUxmJfyBGA+W+/Zt1hUE9ngFzcOoLEbmXndIXjtoh2AEUtgWCgl3AUVdTRd00SJxAJI7rkV3rCs/3LscVONsqgfp3N8Oo696qwzpoC4+crY3WzOfrw/ha8IxgZIEXyEWjCPZxGBVI/prTRD0uBLQVlS9K8r69IJtokeQGG1rdPiTr3ux+kH1rSMIf6Zc0PxLFCrCoQ==\",\n                    \"base_rate\": 1163.46,\n                    \"tax_and_fees\": 157.22,\n                    \"total_rate\": 1320.68,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"1:45 pm\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"1:05 am\",\n                    \"duration\": \"07h:11m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL531\",\n                        \"DL2552\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"edda538d-6675-48c0-ba28-c3419961551b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Y7Z8oSBmnFBYS9kyy5D1oLP9anFRMVsjOye4X/QkeMiHGN133iAnKuvLx15r78c0fF5UOIAlDyO3VCddIMdpZyp8UJCYzKi14bPG97Cqngcis4UE+dpGVYDUwEmbshl094mwikvbJJbfK4kuLhMtr9VN/fJXSvaVl3jN8o4CiGKLbQ52S1yiumG+4vmJl1MObqvMkbnapHReSgUKHGGgdv8ohyaxqoDBl7A6iwtYwgLAcP1B2SgDCNcFVHvRyXXtH7/RfBCHvgsLATwz1TlKBLtENngpYEqJN73g90cAu7n0lIaIyoVtwMcWWFjW5F5h3sdUoXvI5M9owGTLUXqKmw1W1umkVpBvx+Z8PYK593GQChr77y/kfsvCEC9cp3jvLzIl2T0J3eOn7/OniJ2z+VFmPyJ0gWLOhQ==\",\n                    \"base_rate\": 1163.46,\n                    \"tax_and_fees\": 157.22,\n                    \"total_rate\": 1320.68,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"4:58 pm\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL570\",\n                        \"DL2312\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4cf97346-6742-4277-a846-fa822a847eef\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"0NGN1dujq4aaBb6rkigfrdb1Pq/Ijr95Vo0dk+NrVgpVbYg8DTFX1IrM14FezX3bItOk9hisV4YcGjpjFlAeCfFkJSmki89scBIbKFndwoC9gY3Gybb+8EZRGtC31/1yZHn47uDbtqLPFgX/h8PuScd4yqSDYOoD86CeIWbyHhz/FQCj4oR0GpVf1VjPgI/VwdDhab5BHADr9acghICGLpbZ7Z/vUBl1FTts1wu0zxoSTHyTgB8K4hLaNgRQA8zXzehOANDeto3DHMW/vrbxuz/CrjjZY8+764zSginQSYiHWbGMD/8qaKu99TnEwnXh0onfJEcxBNA5w9ASbvhKTLPPCmksFQeqbCywbVUWBQ+Gnb6pvSFZy/c6vtOVvEAui0zh3yTV6oTVQmpmKtuqowhdl0RSqhY9Mg==\",\n                    \"base_rate\": 1163.46,\n                    \"tax_and_fees\": 157.22,\n                    \"total_rate\": 1320.68,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:52 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL772\",\n                        \"DL2573\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"feeab3c6-b6a4-4d79-b773-3b663991adc3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"wpEUhLOXRyORqw0CVdPfUTHT5vHDx4mxWaaP1853GVcaNrV06SG+wjJ4kRzb+qAGMsdzOA8HeoEf5SvMBHA2eSQsP9+5TaDVRq8plDlGq5Db53mCjqWYAxcAa/CZmkgh510tMnkBwUXcD6q6PPuW6/GvPwmjUmgBj2Qce53Z+JfzRKl4tRFPxg4GCuM5/Pqt6jr37OL32X1iXhzVYLrnb0icCSUvEcPTXmrHhdvQxa4KizBbypx6N8TzgLpW+nMCNGZVYp5eWdzYGVI2DByYdfotr4DqY7DWcgCyLdNI0oL17ZTYlk9hDOjtVlGU+tMX/S24l55LBXQfhfkdJNOdY9p+N8et7BvTQT0B6T/3TIwLr2VY08ttmrov1Yv8euad/wl+kMunCLKGrJfPIyyF4gMUrt7OZX0C9A==\",\n                    \"base_rate\": 1163.46,\n                    \"tax_and_fees\": 157.22,\n                    \"total_rate\": 1320.68,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"3:52 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL772\",\n                        \"DL2573\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9b60e6fd-c84c-4d22-92d9-a98af69b27b6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"SPytT3QAD1WFZUWxUp6Twrsaaylaydh17rbvaLEy3GZj5NK/gy1WEZY5/lyJWiJRVu6/KmPMcvd/Jiu9k/ibKavrrYfC+rmmSC0s56biJ4NeQ47BfX12a2gkJ780rBfWEUN6QrQBbdLDvkMCrHzHeEIItO999sgHcCWV+Ac4uixTCp9KrwDYL3fyXOJwvGBoZDzLWoKgn1fXdWygMCKqSbrMRN/L36qh7VxRsjAOPztzHZx48RTnjbPDKNi73QBLmfzNUEWtOrt0Ixg/WUhd5vlkAVKRQUv0hVdPpZsp2yoiGf6E/tkYRTlRs68cgg5mXY9RBJaze0dYr58WBWoChbImNLmrEM71Fhq0CqHSjWZrTdzx7faisFbpsVVbiKiG9fgK8UW1RwOl3aQ2eyWVOqz739AsxIMBwg==\",\n                    \"base_rate\": 1163.46,\n                    \"tax_and_fees\": 157.22,\n                    \"total_rate\": 1320.68,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:53 pm\",\n                    \"duration\": \"07h:13m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL570\",\n                        \"DL433\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"581be624-27d6-4da4-8c8c-caba80685615\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"cXJpBXOuA2I3+48fKDhPuCojC3ZyQw5Ah+HDd8xJCZBIOd2MgVmzuUAhlp9W6dUw0gXzydAyMFeA65Pw9Ksfm+dt/Ce8yUWE/CvhbRJAYHtBM+dVZuboIURbof82ZZTJInNx34ZURhXuE5xkO1zvyq3cXJZsMUEIA4QFd5cdRf5lC7goGPtZBy3Kz0XeQ7zU+NAgigJCApSKHLJvsYZqOVR5vHccvTz3xYZ+MUckgmw/kAekjbPmw42M1RI9mNszq1+PujLWvx8lHkoIdEkRT04WCSZO1kY51ArhjdiF1hnM1WHJQNxg49DbPyymt6ZQJN2+Y1zcf2AS7oq5prTT8zX2ampBnQpCDvumZOzbqIEFPb0M/Rjzg0K5x2gfOWMCqRUmyv65v2MS0ktLvyRMpH6r7CNyyDsdMA==\",\n                    \"base_rate\": 1285.9,\n                    \"tax_and_fees\": 175.3,\n                    \"total_rate\": 1461.2,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:30 pm\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:48 am\",\n                    \"duration\": \"07h:01m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL635\",\n                        \"DL404\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"193b94b6-fced-4562-a4ff-610e14fc98ea\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"7gmtMFTl8E7mR01cqizcWuTl/vqdMsw4bttF4EosYxWKaSBai1woawWbejGjB6f+f62AeaMoJolHAoqvbSsgE0qg6xhL5QNW9PKXV3quMVPY5jzojJn493rcm53FPHBmqQNWaFTDnICK+B3EA/ukw7lpf/E5KX9ImF3gd9ZiRzuoFbmvmseY+jfaGcFgU2zP6OPfBo9J4NX2TdwyNYn9WmrRVIip8aRgH45CoYOktQgT3L8YY5lAdG1bIzNYGI9qpfMwl6fimKUg+Idk6ABfcOI68xRjaQsSLioaglxOFDQSJjhMDgxF5IDw5HwjnrCEQKt/9jgognnzcXoAQDdBST2LHUxCYRERGPWA106ngJdh5vcDQz9RSuaqjPRMYnDWdj+oFKA4uCTQBRsHay1dY0q6+mycBefQEw==\",\n                    \"base_rate\": 1400.74,\n                    \"tax_and_fees\": 183.82,\n                    \"total_rate\": 1584.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"9:30 pm\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:48 am\",\n                    \"duration\": \"07h:01m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL635\",\n                        \"DL404\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2627a4a8-323d-43d3-bf4f-b90763348464\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"PfDXcCTv5EG1NshfSvwxBC2u/n2Ti9xMX7bYKgsHALIrgd0elnx3uq6U2RfA9wCsOBNyDbOqiMhIQM8Q44PuBIEV0pOIy5gwtmTbq/VyWKuBy3wg2zHGpm9g+zhcloL1r6i7bYBwlPhyE3v0RRPsFwe0NNfo7xOpTMEBTIF1knr8fE6+bLtV9sKE6FURbU07KNFwCROMEH3i6mVNoObSGDMZiKGZhRZj6WbeWfCVC/x7FxvtB6KpoUGHBV03LF+KRIWXEgosMGB1iQ4gnjontzgDKAQHg9FthIJJ4g5cNp2ZjSKddshzntXypDYC6+gHRKGczX91DwWDV4NFj4s4J2N8y2Zcf62gBFw9tXH/l/2HkE3Jc8r9o1psBrVLYIRfGyE94YEZ8AR/YJn8tz//vST/9iR50UTQhw==\",\n                    \"base_rate\": 1400.74,\n                    \"tax_and_fees\": 183.82,\n                    \"total_rate\": 1584.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:15 am\",\n                    \"arrival_airport\": \"EWR\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:44 pm\",\n                    \"duration\": \"06h:24m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2178\",\n                        \"DL2866\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"731bffd1-32e6-4e33-acc5-3e1737d0d1fd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Blow9B6w5wp5csoRVC+Nb3h+oit8wU3GT7Mk98ILsDLptZ3fOlf5q2GkoRrvvx+5wYSx+IRUFcPx/3+4pj4iejYD8sRyVazGrzYZtxbPirtwvsdMMBH2vf5F7sJi9a6eQJP0F+pUZvo4M4D4Nbydfbg2Q9vg45FcraesZjcoPV5PCx0KjBCGorGknvU46siBn9cPuEzlMkGB9KEbJrB0Xc9t5ifguNRaljVMf3bFQFNvkihPKZ0RGUewnJQF+rOsnTc4+VdH2O5OCI8QSn3smVCIK3vOvArUiOdPRm05/fnKBUm7cCprwsoV4b2TgN8MzwSZvFoy1w+Mezk+zbUCPaLpGDORFX6qHegKtAgBoSpTBFqGryVLkETswtQA9GAUl8R7yWkZqPUfqnfRAjCW3RIEZtq2KeUEZw==\",\n                    \"base_rate\": 1436.44,\n                    \"tax_and_fees\": 177.45,\n                    \"total_rate\": 1613.9,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:53 am\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL335\",\n                        \"DL1487\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cfc6986d-13b0-44f6-8bbd-5f684de205fc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"A4MRQFW35ynYdIEbgnvB7E0oTyJmf9SdyXcCaBKmzgyRQpu1Q0Lu3DFuItrWQORy+TkNL7Vu1l71oHQzyMdrwU+hMhrcE1rzQLSacIUnsS5wQZhAVI3PJ7Q8nhVEFDzE9B4l4JaR6j0H/dE3odBpHOHjZDPCA4VZUytWVsCrXVwneWSj3h7atPNPNlKtf7qouxQzMjkvhmdsXECWdTfnk4PS5y7OSjjefbGtjGdVCjEWYpQpy4vUUtpS9VAF/sSG9Q7my+nddQ1DlsxavlE9lMBR1HGu2wRBcnKn5Q5sk6fR5gYVACxmZQAl9zXpDsy8svcQodTwXdyJINzflVklwx0bCxZ5JyjLnieN1Z/6undqlAEyctV6LpRnHatIaDwNYSFuDkbgf7UocZkW3qhQLllXZd0fO1014w==\",\n                    \"base_rate\": 1812.6,\n                    \"tax_and_fees\": 205.37,\n                    \"total_rate\": 2017.98,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:53 am\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL335\",\n                        \"DL1487\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"67e15550-61f6-42f7-982f-4b89f05a5154\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"3+E2Ry2Srxaguf7uoGKF6htqeTkz8KWibc4Ry+PysG98MV20cyzxDMKFzVKMsHkzPZomL+sKzJO89CxmjTP7RYT7rKuyU+QlRdPg2SSA3oYh6Ti9GvxW0WxFop0RXQa+O3ko3blmsJ920frQJzWIsG9KyS6E2RftQG+CTh3C/JwkBhJgDvT7AarPmxgS0C3QT9Ea+zCGcfcwZYdzP8m8mLVoIgAOGRqGGEtIHH7OJRK1Ef7Zc6ueCCs4zK/J/vgbp+W6/2K3X05esUn7/UmDe6yYmKa0QMR9bSu2cmLT3Gl3/Jlk7aZI8RPJjhg9qZkbgo0CkgJyxdiQ2L5H3mlHuQcaFeTLQ9M8V/1VBIiew1dxMWJ4wmw1MaKhQgvmDeIg+UbbcBtQeen+7p3tX8Z3w8R5pxuwJhD54A==\",\n                    \"base_rate\": 1813.04,\n                    \"tax_and_fees\": 214.42,\n                    \"total_rate\": 2027.46,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"10:45 pm\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"17 Oct\",\n                    \"arrival_time\": \"8:53 am\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL335\",\n                        \"DL1487\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"796e2675-4a50-4f77-9bdd-619cc81bf047\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"bMtHH6q83EMBcsogHQ9VzBq/zhMB88KZv4qbMuk38CaO8nFjyclUsbccCWmFPmi/ymFSH+rxJrsiBK/NqTjQpC5UIjP64YqQRUfqgQ3oCSmA/K/8z+6OP65POoN9RtZc1XFwYaLuItdJNEt2mKMDZ7ot4BibQ8sYQJvL4xCXwcLE/IYAMKfGtjzEfp4RbyMNWv9yKuVCxHy6jDjUCUkPLceqaEcSQehPkWtmDqe9SFYOTKD818RBL5Z7Ai/FQdMyO2sqpnfMxMeXulhqYBJKpCBSnlHDM40EhPBEJsxNtapzpNuNQ1Wq6PFjrgm6WB2tTWPV761g+MJcGG4yANXlRStiUuPgA3Ph/jQny21ItacRJOI9e6ecPHhhybcPDMz+6gidrrqfAkiFJV8KZ4nMCWV9pJzVJJmNqA==\",\n                    \"base_rate\": 1813.04,\n                    \"tax_and_fees\": 214.42,\n                    \"total_rate\": 2027.46,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:15 am\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:13 pm\",\n                    \"duration\": \"06h:27m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2178\",\n                        \"DL2756\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"74059400-0323-4d15-bee0-3bd88c253b5c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"MhBwBdelWVQsVCZAa5rh29tUTTRBZR9iddLSLqs2Nc/ufK/Z7brpZnTKSlktBSEXuBq3FpuqN8qnJnjwbn0k6XKPxhID9dmIsIX9bL6pAe/W97giDCMY7+TGoJfeye4dUJXhZdSgC8si1x4dj40aUWmx4el70ucSaUDSd7q83Gyu0ImF46rXgQz06GUJX+++MdW22QqFwwWTdrSGtIC+NK4m+Z8zYEpw10JUlGeR3SSX80gqZCuhXYfv75PQOnzeZePVOPUs7rgpPodf+y5EQ3jEtvdNyy50Nl6RPeuLeqwFou1GzRA9pp21REbFpdQfpkKuBpNWOe/Fm1A+hug5gDqrL296RUzWFeSrw4QynfFCwxfnze6YdRndOk4FIfzOTDduT6eLBrjhREhCWArhQv6b2Vc9PvDZsg==\",\n                    \"base_rate\": 1813.04,\n                    \"tax_and_fees\": 214.42,\n                    \"total_rate\": 2027.46,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"12:35 pm\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:47 pm\",\n                    \"duration\": \"06h:29m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2078\",\n                        \"DL2733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0e28f90f-9fad-4d36-9292-a65ac3b58826\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"JMRjM+PUbeTE0YM6i9pSPkYOUXfw+xHULHHX66Ro3iMGrunbSLRCglmm7beFDTsGeG6fVsgarcd/OhRML6RND3CYmkCnUyOoJty/Hm6G/GamhtKMglp5Qqv+UNA0zNsx4DFIGgXap++zAsez7wkhW5FYOBdd0SicOFTRteuawHpmhGToWOfSBoYeNKROr9MyFURQcReVzcxXzaSOAzjPhBG7I1FU6JtSu2A6RyaVqeNlHLBKNa8QI3uU4Bq0Z21KjWBbXNmlk49QkTT3EFv/ET5aJ0BMhRGoddYGIXxLcBVZaw6+W+kjPwY/dmv4diyG86YKrfj4KBrwwy4aEiwD3wmCVlNv9wYcA3vEIYqmTDT4GM1Yy0dGRY0slGhFViDOtK8OF/Gz/Z4xe0KjsJ4TnnMDZeJ4fJsHOA==\",\n                    \"base_rate\": 1813.04,\n                    \"tax_and_fees\": 214.42,\n                    \"total_rate\": 2027.46,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:30 am\",\n                    \"duration\": \"06h:30m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL668\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"6:15 am\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"5:13 pm\",\n                    \"duration\": \"06h:27m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2178\",\n                        \"DL2756\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0843cc47-80ce-4eb4-8162-697dd0999fd0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"XhyNjwAFB9kGsxZQpxltQ2iNG4z6H49yqv3hYUrDWfKL18S/7eUaFQ1pOV8pCtaJEWshfYaL01CY1SNkMAZ5LgrDQDratZqkPcKBDsgTb5dLDT/iZMVaYReY8tEumAgOjfzW/0EQNCcHYzZ9MpWDmyb1elm7SBTfPsx9a8L5QXwZArSeitpUtDicTTeMrjZRhzvMrZ75RNF1pohx1G97Bxv5IccoJZhggPoccU0uNGnkXj3OC9OT6NyDda+NKU9v3cYOAqSo5UNf1O0RFjSGQ8JfHxX7rMhuhfo5nDTgKe/pZTBOF4PySR6Lenl5HPZb0iurfltvnwWg0IYHqdgMpncyYM/NpePvrzUdPSQJQLT4E2RraaHFCsYI1M/4EnVRF7hcIQnylF9GH4divrq1ebdJj8sGC6/hBw==\",\n                    \"base_rate\": 1813.04,\n                    \"tax_and_fees\": 214.42,\n                    \"total_rate\": 2027.46,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:54 pm\",\n                    \"duration\": \"06h:59m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL679\"\n                    ]\n                },\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"SFO\",\n                    \"departure_date\": \"16 Oct\",\n                    \"departure_time\": \"12:35 pm\",\n                    \"arrival_airport\": \"LGA\",\n                    \"arrival_date\": \"16 Oct\",\n                    \"arrival_time\": \"11:47 pm\",\n                    \"duration\": \"06h:29m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2078\",\n                        \"DL2733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4f0205d1-9ea9-478d-ab46-32493cbfa9c4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"qK4+sXjeFg8ZaBIA8ms0Z3qPhXPQq0C5pAcIfdH1UWsbDXNbjWlVvMZa5T6w28cOIcWG/XGBaW83mr5pGga1TsgnFvexjqQmp3Fx1X5wOFoVltSb49OS1/4JUAj5F4oPGvoOMCAFzTv0QOMlKywrHyYDD7zdormC2hqkhwON5HgoMsIPUSGPEt2mZwomcMKaTvWr7G9lnAgXOt6IDhXL7IrBXfvDAZIQkxzBcrqYcPkrqR1GyucMgjU3yZHthm1VepcImpVT0LE9Jj5odMdpqAi+MReXu3J8xrj4baMVGiw/rtlNIQO+rivDMGD0mr3E9kaQdw3nCBlEyO6JUqdOw/vx3g2PgzN39xU6CMColAlaVl7DUYqSw5yA6ae5P+tCCC0r2Da0wuvdBIwjkRzQHF4n0Rlyjb0AkA==\",\n                    \"base_rate\": 1813.04,\n                    \"tax_and_fees\": 214.42,\n                    \"total_rate\": 2027.46,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"leg_indicator\": \"1\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL993\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c7c12b4a-2ca4-4dd1-a652-5a41d5b7d124\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"7gte4UOUk28GWU9sn04Yx/hmh3papH5H7srXkp8NzNbJKuHwWZWwwYsASMZuumabtAQ5FgX6c1SH7/4gAnda8F2CCmE9LanzzPQmoIEMfSRaKgW/6AGmFHB8Oi5J5aFodeITm1DiBucRVVJUsQqhUI+fKHv7qCrlpUr7nQ9bjOpOftSvq1ZE3Ojw2TmaFjU8pOWphDXhuPMR/mZQRdblyOEIRHXP6ZBmRstXZndLw1Yzn6N90nxh2KwjwopkwabpK11IQ4X6jnznrpcX+v3Rgxp5jPkjqY+i/9fPPJt8FSE4/qe/dNN5ARMEqu0F6Ao5yjmGbXvnT4KnK9lj5i7bCSIjR8HEt/JYgRz24Qzl0ys56Z7Ak253FOirL11SUCYarYr27gdNxyxRrNveohFwZ+N+P2BidOCYnQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:23 pm\",\n                    \"duration\": \"07h:13m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1078\",\n                        \"DL469\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"12f97cc5-143c-49a0-8b42-75084f9075d0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"9yX0Ql3hYarwg/EKi5T3NVU1bjrI4Khbhcez6a5aeL4eIOIq8lB2l/ZjGdKmJJVvGSb//pWcQIk4ipwy/vfHILJe72H+xXn+U1i/Ta5zoq8Qvh5NLrk7AxxKFWsDcnIPGOLAd+uTOkno5GSpzwIlLCxui5wub+D7Opy8bSffChG3J3Zbg2VjrazhAA8QzLqu3RsbCl24P535AgtJbTEGuMBlBEY4HAMBMDe1vHz5H6XOMYb/zmt+5Neaf176EYnL1SPqHvjhFRtADMUEjResJ2CuTCe6rNVbecTlzRoxQqDCYdU5CUafeHzyTXS4izug0u0N5CTmVWgS/D1WV3yDPHRgO3V63uPkyvHx6nmsIxf3ASXXAQt+wwcWb43FIpNlnYhe8xQq8LFquiV6DkA70wYwQ4SJc1laCg==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.54,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:12 pm\",\n                    \"duration\": \"07h:07m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1641\",\n                        \"DL2074\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d9c07d31-ecb2-4f9a-bfa6-d96a7109514d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"QaTB4qn04cAPWLqjkycIkpykQw7Qoej6xFQcQtd71ptHUEDKfAdyzAqAJOD3Q35nXwep/f+t5tvaALYfm7bT+WBZL4gHpZVCwiheJ+jk0gQxHJmhxL56EXQBIy9lQZhWYdWE4M4BWRiVc3ZUfgdEPRgqpqpompJ4SdCZ36WIRP2MczH0FkHGyr2YqNNjaHtuu8D4MdaYfgQsvUP2QKf2BbaDOVgcWfDRrrsaq43A7rfydVQkq5t/l44oFq4fL0+pFtYjfXJmps6oZIqHMHU+BW137lOH8nafr2QY7Lczh8jE61/T/JNxMm4HDfLVL+UF5Goutm5kxQar7BDO9DpsqcUyKKc/r5edCroHwbPNCgBx7Jq89XD84TH5SlyfVUh0uQTxvGlCAX+yBZMBWF8HSzGWPRRnxyYjSA==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:29 pm\",\n                    \"duration\": \"07h:12m\",\n                    \"stops\": [\n                        \"SLC\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1009\",\n                        \"DL902\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"27adcbae-6907-4190-ab68-c1a5b19ea73d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"lNYG8UzQOdJLGMo4KML1X5lUtR3VG8nMIftwUTjG8vZ09yGT9e7x973A4E4K1q3gFEsRZv33smv8gMDcaWE4UJrqOoCgqCmjN2LVIdZwTp6h6zheuHS8px2KCeve1rTGqbLgbiiA1v1/q3FGudm89uqB0L6JKYlBWHNa8i+bnFn3WS556XrkZhwHOnL+n20nKdo1vAu2dlN2sQQ4BXvOkGWpQD59IWAec+Ya3sC3EtZTeTyMz4CnNywjIr0GWg1KjMSgoxN2qBThAW4pitZISyo6V5OpwWVlcnzxNZ8MS4uiV2n3kfBHdt7IOtVk0zWlP7dNjPm706O+XHy+qcQ+jYrtTkA2MV6HR4GgeUlmMdQQ63IeaMSpJbfqjs1UEzMg4tNv5kSATAFJLlBA3qGPhOCOqQ7hM/rd4g==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:44m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL988\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e8260923-af29-4ab6-b6fd-6354f43ada6f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"TCW7m2x8RlmrP+06BWWHl43p9b5eP5+v9GsFIILN1jZY/IIIXSOfInxf+1numD6a59NePDBkVSagxFoP5aZfN45Mua2ZAvk2dAlPr1WKJ6KDNmd2GCWsZYodffNA+CYd3kU/mXMKbzCHlHshlbila+OWO2gzoxrBIJHPzHHqRdQ2oho7WomxP8DQrop8zfdSdB+Ob4wnlVEqltdiH9HizKy1PvjdsoCtEYzDop0zZWbuhh4ljrOsgjteigbKqFg/h7C9LN/26/YFuKcA6H72P5K1jfNPDdXqoREtPW11bXfqp5KH9xYipvHE8OuCfJuibkojMeNa3By6BVWTa8/4U/zoRoftRRWA64gS+iDalhu+5MbMz7bCEDtBeRRQLfK5ur+CpOB+ODUPC0z53MOS+S8f895FPNAkgA==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2397\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"993391a6-127c-4f40-9fbb-1c13e01647a9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"eK64Q4DawBJ3dTT4UoN59OQrhExEogbTSi9aste3pkMvASuBuBbyw/c+dqDopS9KDvfbfbJ2OL2jInpg58ABeFE0bLTHxdytKqjsy2ZKRBLIf5AX7/g8LHL18bXO+YMHzrJlViaHqeJ2r7BJUyfLypOoCTnNc3glFBUgYse6p0+ilj0v6rbCD8l60Ke7XnyEapmYJf0udffuzsJ0niDp4eVm5OFdFTj85ll3u0nu1ZMztoRD+J5VxUV5wlB2krAZDOOFkVpwcjhY+kcsin/TdApZ1ScIFsPFhisZOwJHGDcNmVcbYr90qV8RyTMB9glYA2dRH8XOwwhGrW97KpLNw/RlUVyP3OCVVmDX5PrXVJi8Qivw5ElDtih0D25Rivc5l5fgSUbT7UWKFU+x6IACh6EZl3CBHwyL7g==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:39 pm\",\n                    \"duration\": \"06h:54m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2577\",\n                        \"DL442\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c337faeb-4730-46e9-bc42-1ddefcd14a2c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"S9N3Z9CaMEqLSflU/AmZQUHM4fd2/WdYMC7Qf+vd2+ii7ZKmsFPQ4cgFF0cdg3p1+9J/5xYEU67qCkMfPjkMa27xoPUaMgGNUwBx057AlsmqmZTi8ALurJkHeaHgkdkFdyagXVYxrAIu76yXRVs/VCf916fLEoYNYLopkFo1op0e7nzQqSpyrhfhWqa8kCz/w4AAlSPTwcCa/VwXp51SbuX46voPZv8rX5Z239D1/hyRa4YvybMMLESWYEdu9qWW5yRlQV8abzXw1PJA7LXBb49OkcsEtPuHIqufkaMJUWh3I+bVmxRT+1ApKNz2LB5frrfPYzKIgtIqGRmenDUV5GWLTpX6DmBhmMlPrqIdh/00KsoGMqQ5xFxeX/iKVEyrncoGGC3MsozApyBraXH5PJVprJqXg346Hw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:12 pm\",\n                    \"duration\": \"07h:11m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2510\",\n                        \"DL2074\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"af5e2266-7ea9-4acf-bfcb-ab55da913c9e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"ZMMVq7aGNlRfjPacgoPpKbaVIPa+oVIoLMKFsx7nhLbVGNmXGHfVi3JnQTtpmvQwfv1MQ1L9B3mefHiyfj6242mY3aJMJozLUkn5kwjf7ONCyiufoR/d6CgLBJKE19AAKLcOyRGDSQOH3g3UbvG2lyMvtBjAwgqpkq3Jbbxmloq7yYmawS7DAe3VLI+Yn3LSyPjhB7hkkHW5GDnBY5B0b/X80cnVdVUb/VB4eiN2w4Jd5sI5h6zJ8UY0nyhhCyjOxXx16BHy0khVtsSJut52NBUin9Z05yT8UaeZYBMSirXlC6obrjnJr2TQ9wtP+mysUUjifoibwosjDjze/KlCW0+oU4H7NUOgnE0/lQXytBT6zNStEWblmLPDXYVpyXDs3552FJnwKhBchWlipWgXyz1Px9CBk1vZzw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:31 pm\",\n                    \"duration\": \"07h:35m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2349\",\n                        \"DL2809\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"02c83e79-5843-4e33-9d10-7a8ccbb79275\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"la1T0t/cRJ7zljT6dWyxzD0+hMSfGIJ7YRaykOCgsZNilbwv6jx8Yv2+P3P8hE3p6FRLkuI22f8+mWqNDrnJZWlCOXlKof/F2LguP5k2fCKK7qpSRzVsMk3Cqb+HZomaqcZoA983qCxoo7ztzRAqzuO59l8F99xAMHpwyS83KzEWGCg78Q4C2uovDnB1oT0nKrzlqz4FMPvrrMWtab7FW0Spx7XXpVatjy5E5F00pLURoBfePgjVYoXoNkG/UEZ8vLaO6it6KsBFPEDHxAxaWp6VQELnWUiE/kwQ/i+aw/KJOvYJWXVksLLi6y6ALBUetthThFZP1KNKCvfp54HuQRljO0cH9YCE4T2TpXZNDQP8tOSwmYAAtbt1LxiJGw0Vns7DQzVTp3IH3siWw0+snixVUcKT85TCZw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:24 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL994\",\n                        \"DL517\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"21b8da5e-d5c8-4f0c-a2d8-f61ed986802a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"cE3ZVETBRLfC3SAjASzz94gcEP6NywJFo3ZOITUCQFg7I0BU8urcqZnRbTIjvPmCj57QHq++4fiLZLEpnGUsELjGjRZZIAxbrhH7/h707yUpsiwmgP1E80oQLcBdPZJkwla4WI7l5kXweKaScHmqmEs7Zma5djeoJNERYToh96Vg7eTrYtkT+CT1FdSNJDKoioqlV3tQ+PpRorqApW6S0ZD6GRDSJC/CGAdqm61U4o9wUzlwjcjZLGjsIbGBII2b/9Nq5ZU2oqPJHmCIxm6u/LfPrfwBS8LJzJNjwRXrGppaJ+a5+8oCAnYqtP6H+CaimJ1F767p0p47XInXV462T06Oy4TO4czxGr7MiDiajkciYr3a2dz23jukPA9pnWIq4Djh+JngrjpDz0TSiUc6hCLLJpl76uzpCw==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:40 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:23 pm\",\n                    \"duration\": \"07h:04m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2566\",\n                        \"DL469\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a07b9c84-6aa8-42b8-979b-48637fee46fe\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"t/vUYDuXDOTHtlkZNRK5tzRMUfpa9rD7xJGpC+9KcUT+0AtYZkmg6TuJ7CXK76+PglkH3YQVGxYFAjU9mBMDb3Ijrs4OxvfvKRKp7oqoGzKNARGr/Wxv4xzWSlef49X+W3ZLjsZfcLwsXXMqLBCBlM/sIEEYFdLBYiQhLa/+FEKVEumhWPH9/yzyn4gt8Ei/Bz+r1bxUgrOiVsGgRqs+WMTVj0ENeo4bGn+r4v6EX3lwSPpYJSkvQAqhroom/tLrOekaNULIxBF4uFuriCT6qW4QEi6Zjb6eo9K9yX8iQPsFmBxDAEsx9kMiDTdW1ZD4BpuT/MrypeBnXagt3/8RBhPymzRGlAT5uhdv+i6VOpcmpKJmwEf803P3fIa5lXjcPzNTLCiCQbL1Ah4QJFtddmWtCr2fNW4CuQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2325\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"599a5671-9181-45a2-9d13-83fb0d3ffa3e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"7b6O1LIAHnpbSZsxeAgweX5OgV4Lkse20DNrFOorfHTddHHDoftcrdM2KdfaSRh3lFXsVlNFlV5J5ARONO71QiTPrAJH2esMUIW9r26LDdFGOrzuppR5ATedRJipzAu1FnzUeSUL6metifytkX4r4TrjOLLXgHySyoS1ROKh4PVasPKMdqIxTb1s8/H64FvDCDqZ6Ly8d0/roCmVbB8XCPUyaEVBQl4NOoEKCKAhrIe8kZkdsowSLocTlnf8813PbN+gK3YgyGFb+dBfkzn3syoZm8df90KcVlpQMnwqa/ArbouUemd2iZ9liS9SgNjkbeaLjpT+o+3nJQMYcP6saWdQk2IjtZdoya9eQEjQCyF1lUKosC3hLz77T4Bra+x5GzPfMUcGRmZ+nPopoU7Jj1Tn8LrsrFwBag==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:19 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2397\",\n                        \"DL823\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"580f79a8-9717-4056-ba94-f207d47a311f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"SNbyM1Cpl8EYcdYln3VzKqFt0Wv1S7c675t14oUmjw8Lj3kmXoHCWsWDRiO4qY2Rxy6FS0h2gKteb3b/Rzx8dWHI9DWv33Lm+nwslQIdTgOGz//dwdA0/vqMwLpzPDYR4KougMUMoFNJ+mCYzldfKEyH6xvx8ENmiVIxL2F9axcWhxZ92Qzb2ek10/wwejrK+0cpZAO8Khc6luaXC58awPNrTstR3TwmAW+r74kkhLX3M4H5cABEdjY+NDPsxiGAVTzjPO/3/K4M2uhKfazInwwUV+4kZ5t68GajHo63vBjR22yl9D7wPG3CpJgpTJ6mU7QB6POOnlsHZjX9mMbOyRSP8aPGcUx/2034VDy3poTQSYnIMO/x49zfzVlofQIdbJXathLjQsjRtofcn0yIJY8qQ29Uivs8YQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:50 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:07 pm\",\n                    \"duration\": \"07h:09m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2864\",\n                        \"DL756\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0b46ed32-0761-4d5f-8dbe-ae2768b64bb1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"36GBGIpWG+7aLqO/doE6LCGjhOJyuIq5a3nfGVLRjIuboXKv5brTsiXA3pXRe9ntX7/kVGqdhpmZfh9wNW0kceHotB5dUC+9htoTkp0BAsTW4D9RG62nn55ibp7NC8mdyswNMFSCsc7s7R8kamoEHBX6ArSvSOiI8Yttll5R1qnpC87Q0t0r+32FPBS+2mlv2irS3cq1AL8jJI1VRdzLWVdnu1pehwU1bUWYF6/JnSQBrR5ne5uNsIbeBOrW/dWWvanZsZt8IbuymCyNxm2+iPbTYKitBmKRQTMK3Zaa7iQPgWnWx//gnxglg4bb02QIxVCtD0+mqt8tnjV1Kw0OYJ1TqOXhVzhAwo0Eh/TNOjnQd59/KNDDP3oEwsw9O2zY9Px42vcaOnECaTpruIVACySBSN4hFfWjzQ==\",\n                    \"base_rate\": 206.48,\n                    \"tax_and_fees\": 64.53,\n                    \"total_rate\": 271.02,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:45 pm\",\n                    \"duration\": \"06h:25m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"B6315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"43790f59-14de-42ad-bd98-a3e80bc81e32\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jRpMxf2CeRAWBkosnH6Zhurxa3kqH3aiOtmzw+kZEDE+mpwCntTV+wp4x7WK4Q9v8LWaCjbKwfDZrOImR8s6Ier12X1XZWCoaKL5FDKyJessJAnl2tngzXZ1rnCWJqQgvXi4v7k8L/hlZ6doXUKaOYDsEOcHTQFuyjzptxdqhxTvdvCSZEn+ff9Va1xn86DcKrDaqTvO+fYzmJUZY1y0fWRYZU+WZBzcpTydiiuKeGdUMtrXJA6gEfNYspupQBnqH0Xta66lKuo9f2/7g00ZjGplN2wkfQU7EABOqnt2Q4xTF63jc3UqOoamoSqrQoJdFDhPdeLUorSKcyHFEBiuZ4UMG3MEzqz4IRaVAqpKoNQUAA9DP/GQYWhfxBP7njcCV59ygk2PIVy/8VDB4nMdOnk2FJQWovWYwA==\",\n                    \"base_rate\": 262.45,\n                    \"tax_and_fees\": 49.28,\n                    \"total_rate\": 311.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"DL667\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"05866d5e-8569-49db-9a34-5cf85fc6ed6e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Z9riEj2oEK5pgK9dVDKd/oKu2eRv5iMLnxZGx91PDjWadQVxpFr/CZ71SiY+SiRyaKt3e5bI19niftB3GQcCjmGlI8n064PpStosGXh56NitQZ4W6rlcGzZ8lZziE4VmRWVcjaTw9Twlh78x4YiWJBUj9CtJzSGntAFtpK8w5ZuK6j3yHzYUm2GgiJnrMihVgbHMCxXcM4c6bPzMcX+R+kky8XvZffOfEr6Efwxp1/uHahOsMrj2ieWlD6ZED2Bgg752oREMGF/+ygVyUst8vOVjJELMYD6QKt6YQ0hfLDUrf7V7vnxOrfjR8374rqQ8GU+2rKwvlL60djlXyPSiWa9OUuTNDtF0rACDqeWRqYbbi/ac9BLzsKfYiQ33Rl3IWRv7GgEuuvhAs7ponhWRFtWVd1UQf/JFUw==\",\n                    \"base_rate\": 262.8,\n                    \"tax_and_fees\": 49.3,\n                    \"total_rate\": 312.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 am\",\n                    \"duration\": \"06h:57m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2596\",\n                        \"DL361\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f65a41cb-f31d-4e7f-ade2-319e14a37bfb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"ZmdSsvU9KGSMxnXca7g5ziLuwvhvRlTKDY03/S1dUqKl8SqVthx9U0wlSeUQB09ZK/vBZTEmpIsBObL24ze8taxmla0xff0IX5shkCPUkpGigyQJLtQlcGLEzTZ/XLJgnVznbMoK4J+6vq82I05byIlmwlDoe3IFGKYoZfVEqetg/9U4bwslEQOpRaihBtYKI/PYYgX21fH0epGM41WFTgR6LNnKSZXmKYaXwjW5UtZcrDPVj+agBe26NzNyiYd2U7ytX/wtEZ1fcebTTkzyNm845WbhkhIQzxJAfOVCbsIzngGr/R1qnxW95aMrgEXIdi8nvYpPdDTkTPIxRVNFY5ObOAWKIDIgcByAIzvm/EMmEARZkjbW3MS/mVl29fLhLhI/cByMk42JmzIom+fF94XYIeg20nd/fA==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.73,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"08h:02m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL969\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1789b781-01c0-4a54-8575-fe98fa397159\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"4cE5lzMNpSfi8b+AF8knZt4xN6ODy7rbXm3orIcS6VUVtHu7EfMk2UDkmSIMzaNLrdcDrxi22WI+8joSopMTnKA5WPjEpCvyha7UsZS5/44wvzDJp/yg+EkcPIgBvFKXuAIpnFf1ChDgJYOGC7GzzU72bDylSGpyFkFGpPkRWeGcf+E66Oy3UpSJ0RQ+hzOTEq8xcEiquD9CkhUPSkb/yGhKU+RC81g/ZTADWZjPcKdHXZMdzIEHq+ToLatQtr8vkXfZjhOOeYKmIymiuYIoOrJ5URR/lqgEOB/V1rIv3Zw1Hwrjl23SgMmCa7453dUBnN1zpQYpctTs7+oAjq5zpy4xHcJ7io2zWhO3OLcEHV/Ov2YQ9DuDucHbMZ10WYK/k3X1HfvW4Ug2xufsSIC6hJ0c5GiyAZvKFA==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.74,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 am\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"DTW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL1231\",\n                        \"DL361\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9e3eabf4-d2ff-4fdc-96ad-5e05bc1a937d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"QUxA3Wbpe2WNMBcVDLqRQARJw9CZVyOx1JuTiiRT+yTWa1Aas9d0NCiCUybYer3SoyzDFGX6imhwob5yDHHzHiJHqlhHhEJA3DXAzGQv/ERfFHqnMOqZm/U01FOhXlMnCLcqWrsZw+ruThLjhCnxAJCFTGq0owk0aTjhhFeItsrA3Bneo+LAfQ/cbs7y4yFJJ6ITVRXiiv+IvwJ6B6rZidH5BegLgHxM8OEr+02XQcxyxuAmQEg8d/g/dibN+mQ/KWv/dWV89+qqLsMi8e2iYhFh3lVuX0Ee+DspuxqNwkZRJMWryKSSQjCl/v++jMs/8jJJaVB2gDsvC0zOtYGypXs08K8P+oUBO4zBUxR794FGtl17HdTT/Oc43aam1u6I3VrmWG3uyPBCtRGbwBFjyq0z22BZRZEgNA==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.74,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"07h:56m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL974\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"df456c3a-5952-4ea0-a9ff-a6938cdaafe0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"SfoUgn8YRAqWm+85UiAfum/aKOjHViL9mrNF8naGkpTpKOSOXJdstnHghUlfVuxm3k50xivMcKsMWARPkmF5vXX3gUIGla1I9DpexuO/Rsw92UKXc7vxF/gj1Okv1SJujGxu3rFsF8n/jqthyPvLhb7aVFPrm8k7H3akwTnjgSR7cOgQi92KKh2tvrvLEZv3yNyQvmQk8g3SNQglbsVhsnGcdK/tTXFc9V31WUhNGWmrT1Wz2pKLw6PsFLFTjBt/a0IwH3jK3WGUL+EE/PJk1X6GIKJ5EIGKzGzSb5mJieRFkntGYtMbD1qRR4hMv2tx0zKR3/Ckw3vyoiiShMzaNMBHoHsdRUpkFadrfA4vgI9vnfTtoQ7+h5ixFfXHw7roiqS353ppQmnYm1fs0n9LIz5n1MjyFhf24A==\",\n                    \"base_rate\": 263,\n                    \"tax_and_fees\": 68.74,\n                    \"total_rate\": 331.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:40 pm\",\n                    \"duration\": \"06h:40m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4845\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5ee7ff71-ba4c-4abb-a31c-11598fb5d5b3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"PMG5abO171sEkYbtreyB0Wm/fZ0rT143lzqjp4xTDARwyXvCfdnqbLs1LmIJmOciJmopAYOkn9wMrhAtXb/f7IdaJXzlM8QwT2J2mBspGN0s7/F+ZwuCqpOq6aZ2sAFY0QKxCa3i8gjVFTTzGG4X5RtilFaX7Ez/6zX/SXhlNd86Y2a7miFzsqMK9+2FVAKGqYqU+m3ZsYnfCkmxfJv6UT2dYxGaaz4Z3CKKC7L4befYsWlmi6GxDhy7FK32gdLVIWiL/uQBv3kHOT0zBDUlL23nDWW+wq2s8wOwmoFT6pH1CpOTlloTZyok+z1qlUqeOjs6CJRGUBg+bSwLqM7MKneCOMj0Ke9GN+0fpr3s9BL2ZAp1KBk1yXj44rKIphFqcVnhYyO8TQxJ+BTRRWWwrELa/G7eVYUQRA==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:16 pm\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4902\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"552ab3c0-497a-451a-b89c-754e925dec44\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"lcSrsXHp6nBQnm/lnpDsTtAhyIQRM7aAxGYTZu6RKPxYnheVtMMr4oVxut/8dYluvZdTQU/mK/XBklvJlCpGkc9/hS49/OxTToiBMIPOjPONlfv0B9SVK5AQ/gFLfourZgbkg45yPlpesqWAwef7wdh9yzNhWjpcD3ypJ1tjMPleOyW8T0djzKApUbRcHG+VpAjn3EnvAEfxdlImxtEOhshFPxtQf90pKa8gh6d4exR516dzt8z48q5R5LPdgQBEOQVMksFNJJMcP01WxKCf5ewUXNNyWO2FmupmXjzFVQe1wdDx8sUFuNhfvr6aJyu29EKWH/VrSldjP9/gyD6Gybzz3dtSBwE+IPHImgWtfx4Z4YJwNTSIKeRLFi8COsFZHkx4dbEyGMxRK04cbLjyCEQwZAsKXY997g==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:27 pm\",\n                    \"duration\": \"06h:28m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4996\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3b76be0d-e7eb-44c6-8664-1987017d9dd6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"y9y+24R1jMlgGCwfXv56q7/3vJb0XhXC8v8LFC7rCiMjm3oTpycecxRY27CIarI1yOpWAsz6mBB4XxHasGzp9XhjIt47F9t7UqfIC2aQKzAdlzOa57F0SBei8Cc/O50FvtDYIalnrPlQppFu5IkpeVlsy0Fk1OLriD6TjTTpEECjFSE2keU4a2gtwfiJEvZf3xS20vz/PSoyA8rVLsEuBnWBrLB9EwG9nTDmENN5RHWZiIVUnhoG2asv1vr9iPMa+UUXbiRzEFilpJpkWXQORYbxrAbUXW8yYxe935KYdMySFusC/ITvZQjbwMeiwVSr8p4sAGr/Dp7VxryxrswMFL6vKTFTPcnk9QAmpmaxr8VEd4cixxTk/TvXbizepd9sdNn8p1vLqvJM93VzLLfkNIPgfINxRYbwCw==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 am\",\n                    \"duration\": \"06h:26m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"HA4903\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"12939a23-ad3c-4d15-a979-e2cd9b744e88\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"3iCRGLZqqerdXzAJmoTIQFRVc/WjHPlVZtRfEJJ4QtW09XbY4TddgFwBtJcYq81898746DCqAY9ah/Rbg/XKtwqA+FML91Rq14q0kLUo54nJxgDZ7u0bLpwjOrQQz5Q3lVDrxHYOEAp+0Ug9IdnKQBNq9BB/ZwkjEzBD0FJ3A/fUhVimaHpTcaOPmhAOS5lVPR4V4uzQCmIWmq+wGl1dZ5/AmVV48KFDhdZ12Kqlujb+gXnyYH0FMaqiUU6a5B3keL5hwgKDvwfJlWZIGhL7x6MAvNuRIDjyKRwfQ0s1m6NDe3SXtM81iVY/0H+q6wSqiEw66ecAiiBzRly99WQcB+TR0ajobE+WO+1+ngVyQyjHQjJsPW61HDMSqGcjD8u7SN+BDC8xf5bMCdfEOeuDXszZXkixZdW2og==\",\n                    \"base_rate\": 300.02,\n                    \"tax_and_fees\": 52.08,\n                    \"total_rate\": 352.1,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:14 am\",\n                    \"duration\": \"06h:14m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2115\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e8438f3-c78f-401e-986d-873293749bdd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"0PU0nZmqZOC3VvpVNm8PdMGTn7oFUM+TslZPH8heXAllK+peO0mmbyk3qH/3SBIqr9VjAPVIHJSYWtIhX3AQctxRYb5rxrkM3tr682L8OaxJcCwIQI9i+fczMZaEJMyMNoPydcfqBlFWjQ0yZNWohU7/HoeM2nUqRxflmXvG1XbD6tUfzvAVxaCsJs125EEbZUh1+UBnDCaMQibtFVGRWn3WBOAklM020DrzSB2pWMD44Ya2rRtJ2tpGd1I9q09Z2GzZMjVkTM5Dj98fEMBatk2uSxZ5Hm5wmovJErvRYzhPZDMcCq1srD03ci28qmLWE1Y9MMsWsSPbI7DhZgCnDpKsaaWb7fQLM/SZ939HywzZEyvafIc/HrWxtMDOQ+PFKIXm3THjhx0eQ08AI22aZPzLX6gVzQgLDQ==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:00 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1960\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"4d9a0b26-6a4f-4059-92c7-ff3926a178c3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"DHxcQ6FPa0HJNiNQzfAoOI6fcXIBS+B68YFUMHd30q7bCF6aGkREvyrMsDLNqh8IuNQkdGlcT0oS30hmOG8hZjdg40gVlXL/HJ6FFD8Tcvv6s7wLTkFcPGwlCGbs8o2+BFYnXMRxAyKx3sShJ32ps1Mr4kMgM6VLSOo6srLq33wM1rRr8nO5QpHkcVoJgkNmB7O73IQn3Yi7HKkmOnenbvMQBn80Ao9SVaXX9zrJw+iZf3TgxLUjvrRWuaFJmIqw+RR9WwfkK5oQppyEYOBe0RS47AhDpbmkXdxpj08wJb8/RsOMykIVt/Sf2N1Wkj1D/x+I3aydCwr+EayRF3IcfyBi5ZYwp3mCF+udvPws25IkF2Tp8RsLs0JudzmOrFQ1I7vAoJudYMdEjrpZfOaw4P4tAr61/Rgqsw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:20 am\",\n                    \"duration\": \"06h:00m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1777\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ecae78c2-5f33-48eb-92d3-2b6a27941660\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"j6YhjSUMG5ooqLQSWeiOCm8IetvdakAC8B5QyO3C/i151jDcxMyX5lQWJXvgNO1TYoUhUdSgBKZSQ/Qvp3z2LjiR/DuAM5FeRhCsVi8F7jeEuywd8osfRrNEu1VNQ+L4lq2h57YG8GydV/Wbe4KUbCCWyikKWrk042fXIiJyBa4nmZsiixZAQGBFyJliTawPzUkDxsnxVHop/NxGdSacbWFmcdHYdL1YbJnMCE5eviBc0+5lCFdUbAaEtlFD3G9/in9bTeBDU9/+dRhW5vV4AZM+/VeC2Hv6DNkEM9oao7RHPlcDiYDPtZlXntuGMhVAJkztgljYHsAGvvLHsKe+xKreaTFK342YNuS172dLgPLfgW0n3boEo85bwqWHLeVyL5gr4mUx2ejuyUKJLOEnTpMECLibvfLgwg==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:43 pm\",\n                    \"duration\": \"06h:13m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1e1c3293-f89a-4f0d-942a-4249ece8ce5b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"xGATM2QIBwlfOgqbHWfIPtIxFBkyk268S+tcbJw6qN0AcwcsDUnmblYBevv2wiZHc8qOs9QjVehjliB+ix8cMLCx/aQ7phFLiQ2gOAHPBJtV+aJXfGqZxUSM6RLUwS2GPiO1pviyTNZZDvLOB008xRAebBImk0o0i34ew+hwi3fVK1Oe7jl3xmbpwL7RZNhscqYbs7gp5spSNkbI514/Zh8WcHvDxOhhzW5GHNZbH9UCjy6xzhfsZEkgdi0bPT4etnrN2Wdj9oQV+P+dPOcZTvKWG8Wfjl3wIL2Edx7Xib5KM0u/mQfuwKzSPlV1gFkfYMC7Rhfz0Rv1ypMrbnD4mRDdWv43vvnKSzjY1Nf5FF3My1d2pepOdDKoan1VRar3oKpL+mftKcL0cjkuajKOqD5pBmclzTpufw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:45 pm\",\n                    \"duration\": \"06h:20m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA648\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"73f52ce4-791f-42c0-9509-fa73694aa0ac\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"jUKAM91aIxdAe2gHldLluzVmgL48Bog2RucDmldYq4MkGZP4ko2FkYQIybyn5633xDoDQ6eJaCcPC0QfCLfdnggUq+bE9hFzcMkDDyltIJTu4eCACC+KeanL0rIPhQ4DqnBSgkkHjIR0NKEbPMYXXzzOQC2erpuaLyusItNzVkJbLbbEhJOit/TdTO9xdRXtSbxu9Xi893jbLp8tmsdEvqkjfRkba3Hetl/WPvbXaJBS0I3KS5RtQyspZvazTUfvslXh98tuhLikWg3FDDZZ/FuE6G5WZKYiQq9jeHShTZ+Nm9Jz6zVs7zq3u/xOQGEwqBBezvjGZ3JgckU7oGg8Pnoji38VtgcAdQqIjxJ7x1YWtL062nb2Zc5ZqoL2R/gy0CzXjxh8y0KvGpICBlKWMxc2PocCCggqjQ==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:28 pm\",\n                    \"duration\": \"05h:58m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1227\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f1114baa-91c2-4f8f-bfe8-2c9c09cf5454\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"4ARO9DsJiDlhUnQrPwu7H1phD5ea2Oe2LP/G28dSDhJtCqCeSvtmNTGMR3fzMcK2SWP9XhMLSX459z5RU/5R8T3ompm2CK8RYQVLMl+gB4BWF+oCLWsOwxOvNgNJbUH+du3sae0Xe/5z0cA3zRcmHOrSzfFsiBnLslGFetumIQCRPWOSkn8lslgXWt5Oj5fqKgRvvAvhFou5JuhNXMbG+7gDEIUIhNpHT6352zGhaNO3IaUpT1eFI5ndvL3iPvshN5g91yuEFIJNOp/EMVG8WjxOsSdBQgz2ObrPPyI4suwcRaNZzuhkRlIS4jm26Y+8Mc5GFCNx8dkms9emoERuU8NHqDKwZ+BcNG3s6aBdTlnbOdgGkpCpdFjRMLkg2iGcStN0rIOs5tsSpbMn3HfmSTv8IPhkszTjVQ==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:41 pm\",\n                    \"duration\": \"05h:56m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA538\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8393d066-85a8-4fec-add2-b91a6873f4a4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"FqyvkNNzaMRjSn27l/o8/3wxxWBAJ/kaTY9m7YmmWduAG/geGAygFcks85B10u/5icgi1QojqLv8TZu6BR2qU0alRS71uIztr+TOhLIoEY9hj3zxie/YCms+9QoVsSuQ8ni9uSgUPchMYPuO5jlJZV2Jmp8VDf6EQhLm8Sq6nwXuoFMM80/eKsbcaEMTWNPecYPnc+U7SKmZamDsQRd8pna6TP1Vy1pyqZS/6XTUHXb3xJUPSexO7m1NbJrdw2WCAbxnU8DuBv+xRpgb2mkWw3c0KghRHmt6c4CwlQKmo0QYLkYG0ReAgAresbGs0CvuibxvsHr7O29HaH3U/+YWQLdKQ1//MlNrJ/E5aS8+e9ed1jNYEHQ5DsxylNUCMgD7AjWrX08A8C/YL+U2eLRhITM34mdx/FN9tg==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:31 pm\",\n                    \"duration\": \"06h:16m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1558\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"db0fdda2-71c2-42fa-9309-4892c44e9dac\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"j4Q3461q99xxrK9ypA0/CyDAT+le1cll96V381lr3eVpQDnR1Y6nh/JD0pEC+roX9EpbdsITPMENhi0l7dHU6M2ptx2c2bO5wB3bFZ2zFA69hnLA3bpOzYkZOC6P8/ksQpkhl/Y3hfkLhUHrBwTqTkeaw1pnkoD/ECBsuyZ8V11Z+ERbdl9nMgb8r83Q/RwoL8JmzVEFmX3afWRselb+h5Jk4mtZPfix0dqPTk13vgw0+nChx8h2np1YwDCL+E7DstkKSFmSerfAazaj/tkxYvrn14BpVmqxLLefNvL3b+YxovLIyA8sg8mqOhaDy+OmRlNOF66MSlEhjcEkgt3xRmNMTDqQbX9bLwaEuW0AM7kjkB9tJZaLVqCdwuPTu/VAcKeDa5NEOEpcMyxgODqbL3R45C9UVgycYw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:23 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1340\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ef996723-b4ac-4431-9a91-e4d57fb0fce9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"l7InR+3k1yPkPXWvFkaWBVczywG6lzsMC3Lgb/NIvSLzCg902MP3W1zfAMc8E1f0KGk8QNcz2gEfZsZdlWu6iwnANEsCg/wNy/19cxbeNfUHq1tJBi4cvJNpi67UQnKhc9/5dQLgO9P6WH38AhtPCfKH1Em/zqOncKthSqzzboh/2QsQtqWIjIDxjNhUGRLEal6dHczChNmBl0Egp0uvJPbqGgZ4aWWODPEh4yINeFpm0AXivxLZK1al5E1n2LzM3IJhAv7By4ndjKQX03u0FVn3BI/ZCXozZ3z5OEPnuJrPaY4W0cVh55fzq1Ise/KDmmktQlkT+OhPT3byuSFQSN5k9pTXLQThLu7iyBJwMeFr9EVwhrlm3zdaQY91Z4lvgeX/gD4pH79X8WMxOaCH6H0lJQ6uZdWRkw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:28 pm\",\n                    \"duration\": \"06h:18m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA1844\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d4f49a91-e237-4d41-8c9c-0efa1e0a89b2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"I2Wx7eBW1tw8cTEOt3bjGKC3EsEIHLA7d1J8ZUb6DdYJEpyIMTgVBJyZ4HZg4d1rU5vF9kqVkvbalgQfPBs72LuImbKFZXhtN3Pufehj3x/2xYtr8ve49ZYqaM6TumHeVqo9064oZqILSmw0u8k/iAFCQSWJvr7TWEC0f+IcMOjgcQ0kiMa0AqpLmR4KR1MuEqCXgbl9ZzCt40UJK5PXv+fgPhZmcrj0NQEZ6GtxHzVJOvuq8Gn7Ao/uMIPvh98IgMF9uYBFv0VmD3OjlJkP4jgqCgIH/+0C8g2ogBO6n624ZidqR9vozKH0tDhBqxhL1Olpx3pSJPZaLy2Mpm6hxfICamvjlwy5PP17brAFTSb8KqnHizWf59PA+9UIUokNrJ9caSbkck1UxWx3/PVEVVNlNYtwAqYv4w==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"06h:05m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2328\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9454c58a-eaa1-4d31-acec-9e94e23c5916\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"17Y1+KFLlsOR3dFgaH+iWYRkG83HRQ+xiMSApmH51z7fDVe/4c331zEf18paHfxAVqcIW/wxlnouSk/RX8nUQUCocjIhzE/D3w3W+tbxZOH1q7EjkbL9CMy5Y7VpzGb2OcutQYjzeiRapT7lM/ZInFPY2K6gMROTspKD9WpwooUhntXpuEPRorSuVhlEKfFq0d9f+CNTfq15eCAVUzBK9kn7dumgshiuyt2AEFG3q9xK/+Z/OR2viWJLlkfA+KHKcFrbCim4OUsXs2j0Cru7BmMyHE1pFjxgs43wOCSZX8ZjaHS/WA/MjAsOXzoxVOsM9lYgiSGEJaVdXmdiKKMdxE2juzPlJQaOX8Kl+107MxflAK3G/Mr0hUZFa/hLQgyhJ0mcSDNtIIA2FbreLmgvbLS+EGqYJY4vdw==\",\n                    \"base_rate\": 300.38,\n                    \"tax_and_fees\": 52.1,\n                    \"total_rate\": 352.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:12 pm\",\n                    \"duration\": \"09h:12m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"UA2658\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"60a76fe2-9456-40ca-a123-33b972a58180\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"TpUuy62CGdOBmfV6pLGKLOPyUjZSi+lC4RZcgJS6vRbGSM8X+XySM7sEY+xOUL8HHnLybMdOnB/CXwS+pL5vlinGCf7mC43ZENr9pczuBMubeA4ruGNTKVYH/I3AYR2o6bwFGre8uI/DWNaDN21iercDKEHFaMLKaJy9zLiX+qLwFZmycXY6CnmUFKGYe+cXgfJU6r+4BD+X5FNp86Zxw+mQqo1bU5/VEZOPEr7m9BlqRD5nIAHCAi9fY1/V7tgWtsjhVxyJSGe0A/DZArNE1h0Yk+6Akt4mClzu1wNVse8//CYVtjr8uLay1BZmVlVlZFG4YRUCi0LRmoo7WC26T0bms7MPqU2c+c5jXF803Lj+IS4nppbL6uItU+6oDjAuC0Edu3MlUzjESYYuWZ20LPCdN08fwD4kqg==\",\n                    \"base_rate\": 300.48,\n                    \"tax_and_fees\": 62.52,\n                    \"total_rate\": 363,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:05 pm\",\n                    \"duration\": \"07h:50m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4989\",\n                        \"HA6546\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"798ffe5a-c140-4830-a1d7-cac67a566f70\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"XOEWkLDtaF/WTS/zeJZqDgudQsEr6LnxdYVcV9JMZbYb23cqoGUbSlzEVBVXLLcB9sF8uGHYoH5Xt2tJK9Vp+IkpVkqSt7JAH4WSVzOLerGyucMaNrHxFK00cvNDKM9tdmcsnjfFHRX1aK3/Cp9Lg4V8889DVx0YCD3bcdke2PjuU+PUMaAGFSFUQn9n8+hFSR5vQBY5fCWT90XVCB81Yk3GfIaDft7ncgGmTirVFmwjxRyEgFBZn0TktmwI/wnVno6twJnFPo9T5OmSq58vl+7z3G01Mr7mQf2EzPTzHN3zfN20QoedxHi30gUWmblTS90bDmPZjKK2mO13Z6uJzt+/hsGJnhbRQDcvUSwBLphQAxXMmlG9vtlkmFbpZMzwGVM62SLKPU++MC7cthJeNDAGA8Djd0AzQQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:38 pm\",\n                    \"duration\": \"08h:33m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4900\",\n                        \"HA6900\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ece752ee-1c7f-47f4-a3ee-c377371933ff\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"6eYoF2OEDyNMZalL4TUSJ9PSs+Q+MahsRWBO+/KWicBBS72Jw/tlLrEAXqqkIT30pXCvUd+QEmb2thfQoB/DCrm0AnWFUp0fDWLxgWbqSslr50SU4VYYrTBk2XVDI1iAn0s9jDWoy+ZBqHsiWU5107++SJ9pPQr1kZJazM8eqheWKJZkWQwj++JwsrZXDaR57VURKDmmBoGDlGaTzQ1WFh4wc3LeBw3bs00TL85U3tuoQOZQP3WOppDceNc8muBFICjSBnYjCw9A2K5CQIMbuK0nY9yBkD4LrGUYF/VJnFWYTtVLrTzmtwU9JkoYPgfbldKCfQnhAiYqrSSRYi4a6YDQ7A8+o1LxKbZ3zHtWLxifTO4cgo6r5kJ6ME0B8CiFHllT/g9WpOC3qnyhT5raMUOxLIsna2LXYQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:18 pm\",\n                    \"duration\": \"08h:37m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4992\",\n                        \"HA6895\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2f7ecb95-d4f4-437a-842a-f69af9ab714e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"yEDJEqQYqD8C9yqF5T5WfpznDXamrQ/cfyfRtv9DeFlxCxzyF5nKZsKYGWDJC/4MB+RA/pX1hVrN6TeqGstf1gs7hMy+U3WiXYUg1STb1VI3BetMBM7+szIcLVz0+VjVJpolLnH7MlVPToH7FODce/W2w5JxdHIFVnBY8iPB9Avjys+IcLN8xAA1fzKUyg7RMevQU+UbhauakKoyuSPiK9ADrO0VWUKUX0NoCR+C2B09q/9K3MthbXRFWQUtzk7zVwPabVB+FxtGZgwKbeS1B+G45Hr8oiu5H/Yiv9MFep1gPYwYxG954+XKOU4ohcsXs6up22UwRpYzil5q9j/kFk6R8tQurGOiBd8CN2ri7vvZ8UI5moRNyjbztmn29KRQbVLzRHluGUkSMczhcRkk/fe6VFSgCSzs7w==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:18 pm\",\n                    \"duration\": \"08h:37m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4992\",\n                        \"HA6902\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"114a8b52-5e78-4aa9-b48e-90ed6f082355\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"0ldxu/CXGxGFbFOymHxYSlRjKQ/NnmxAtJ8EkWbNp0AzQ3W7gjEIRWpZqvk2Pg0OjhGHhHkoWVSdUpGluxBVIWKA+zRrIHySE361fJiSSJHucdacsK5Jdb40G6DSZhqhMog7/BlaiRVx99VZtW8En6Gen6PlnP+bLG28819jYpBLFXqCNKzHMdospGPROCYDTGhiA1UtNmxYtT7VdCV/yLnoV7UeOQbMsFICnd8p+g1TA/Gnt0+PRNEjpwgyek0dg69sN9tdyOV75qB/O4PcJG8LseHonoLW2nsPfoPhrIjqGR1rc9s/8mUTpzXMotRXsoo+CHKgohwf4aXaGV21s/AtJDCUCvjxmzDuKmZZq4N69kO9Q62BQXCH5cYjjuyps8cY/50AhMCM45kt1wU1Dtj7JP8+uk8TOw==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:08 pm\",\n                    \"duration\": \"08h:37m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4992\",\n                        \"HA6904\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0d1421d5-bd3b-4e49-91f0-9df2cb9b53a1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"8ltxLcE2P4SprzlrXG3QCOGAH7TMhJUzuq6h62ex5FlEzKc29EaZID+wrPCTZrjXtSj6dweUt2HH0qYvXKNixYqpCObPCAfGfK/e6ge6bV4rtspJNVAXlcnr73Ld5LLe3jrB03I+9j+43CEZUpSB2Qu5OnHO3piLY48otY4gyu6eEa4TQgcWPc2hGvXMLTRBLpzsDqr6kM5ywXR8mV2GkkyjowpvzNZf4q9zJNm6jChHU3Bd/r8DiiRJ/ztwl4yeFNkBEDi6xJVysBEwD9F3i9FH2KtGgdgyeA5ZgRdyUEPWKzg1SljR1yi91S6Xy0DRJqdfCgNs9VysY0X5FkQf7v1ErW2d9IzHrSdxNCKZhxxgrJwwD1Xz8uFVpqaqU3b8LeHqCWIVhNlpVW/EBmAQcxiNOEz3vWYcDQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:52 pm\",\n                    \"duration\": \"08h:27m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4900\",\n                        \"HA6901\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c7a13226-93fb-4867-87ef-75613e580edd\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"RoW1oWGfMKCJ1fJ8AGTTaUZTfkCkDTRnPYfXjzf6JWkoUR3vEGnmfn6mpYXXm2gS/uPdU8SXRGzFGlMm11bszvihkMBVc/9QhxC1igwKuiv27Yth5ZZgIgAHf8zVzTehV/tbwUdrYurKbYgJSiI2Acmbe9yM5zbM1pdDVpGmF+uN5PboSU1OWrz4FkeVwsd9KB0Myn4vUkCTY64iRjbVElTgv7VIJb9XzZ6RRyLaQvy4MNQuJbfLmfFN87byqekxzvKt0qcMsoV4Zlv9WnSIEBYFP4eALRhd85MCV6i6LKymQGBPviLjX4xe4VB57Nzsy9M+2lbvE0VblUnEC/iJEJn0pAX819dvcjzPgzFQWN+zSIPquW5/zsk0eztnYpy0Wb/TSzIThKI7pfwN20PnbNowpuZ/wYtYMA==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:18 pm\",\n                    \"duration\": \"08h:36m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4899\",\n                        \"HA6898\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9bde2025-9aec-4751-ab7b-45cbedf6c1c0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"Uz07dSNgh76UHiYGApuPtbhVJY7C/S1aGf6FXqYYUcMZSButxHKQzlND5MtNE1N780cwWinMSra2ATA98qMvnjZ85CD85AMSn1lBFUNMXdVsPr/REEp1bsSPK+cQqEGB0APxvfb0kjWGXuUg33R7gzCB9lSN/s6hZAo7ApFSGUy8rakGk5n9zJFDzuwMv3YIMtNAQZyym8oNi1UeJ+StEzQp76Q774viOqz3s4bbktb8fbJ8FIDuvIsVqeuOJGztPO+lOPBYPDBzYB/y1OGb/gZU1fGL8plIdVmXyugIYz6nhKVdHkV9xTcv3t1c4R8WOwosgdqRgGZaYHsPg2yjanz4XqjXFUFBXAKfvbExi4CjdSNIqE3OgtL9HY0aKiG2lzDPyop3XsBOmKum1ZDL9nV02dzj0PtsSA==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:29 pm\",\n                    \"duration\": \"07h:35m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4923\",\n                        \"HA6543\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b743a854-de63-4706-8b5e-ed342f5e52aa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"1LpjLKxhd0duAqR8/DoqKkPN5fe8gd8V3vOJqkhFGzwvf1IvvuUyI0QEqm+ooVYc1GqhQPWJnZrC+s4T269VYM4c/NvqXDHHh07F+SI97Q/C8lXY+QHXX6QTJ5+Vrt7gKQqyRXxjKeOOnzCCB1WycqoBuGy9sjcdo8bxfCAS8kbVGQWmqPERI4s6YMOqjTvW0Xzu+QC0caJhYJqSHJablx6UR3S/dpd/9ZYMtidK3Pfk1qYhU66WbumtmERe1Mxv73Z3IdvmeBYW4AvyBc8/PLDq1yUQA/f0+wMz3XrbM50+x4vdixmcI8iCLhkbG7Y8/n6LVjv7VY9EVBDtJA/CaUP9FO2NKsPm53W9woD2r5SUbNy3vxcQRW8YG+bU6Ok9wOr+wFovW0Fc0iXstj3/o0GvTsVfsApAPg==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:59 pm\",\n                    \"duration\": \"07h:51m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4894\",\n                        \"HA6211\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"322059b6-460e-4ade-ba49-66bd65204ec7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"PzdL3ahZYI9+g7Pu1kuV5JLziyQhSmP0iOGB799PE6LTqUubkPQuH0HOA7pk+CjUkbazHb//+YXhKW2cTm6AWswh/GzjS6WnLDiu2tUv1I36csElsp7CvfLBDUrrbW9msWIUVr6vwQtYre+oRZvyVA1BMsxm3mCBYOC/wmhX0Ke1i+WkKuUmzIX5aYkw9yymsBOweb2NfSYOo/K0otdlPw2w5VlA7shB+FBGCcFGJda5Qb1VqJNdnAaoAuKUZ8CMz+Hoi1+fRxhNC/1xK/6Hlx1/bB/NnRYm0Sv3Hxp88APqECRATYkpUOSSaJrV48rMIHjVxKIRMtS20c0tAeAmfhOZKzvLEh3xnRBflO9f+augZrYpJkixCQz3Av63H5dHPTDpqURyDWN8iLeapHGXq9Pa6QyXfArFxQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:52 pm\",\n                    \"duration\": \"08h:31m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4991\",\n                        \"HA6901\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2d7b36ca-ba14-4298-87db-b02c824e9bad\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"QZ7AcEpUXLPClRYYV7qNjnYfirxQmynRNlCGjnLiH0OFjMnhNJzP1XdN97qdZ/rXlp1mbfhMyLsPx7RQRCC4/uNtmPfyVaZOlI6XAOoyu+DyUPUW+4oxeaQ+/AhdTyqreBH1aV/Kw4/ZGjQyMYfqiUT2BJ3vSX8yYCEzvA1a+t5K70dbbktPvcJWR5wSEl8+C/7b+Fu3ss2D1+ClH7Gu0ToyyNN6cS+3MGrjCFQCQJchLjHYIfPMQjQR+4R1jZCH7pK2GPs671D68WUO4r2x41PfYC6Hqn6iyzQEGulI13B9G0O//SdRXd71U4puoJUSWaT24RBi4Vydzq2GLYbIUx2johmK+GkEmMjlOwBSGP3GIXs8Kn4fgat5gWh3eWYN8kle5SxwigEvrgGh6QHj87vbP6TFagLVkg==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:14 pm\",\n                    \"duration\": \"07h:49m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4896\",\n                        \"HA6210\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a1f6aa71-c452-4299-a686-64c936c0faf5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"7bmN2qHQF3TK1mkFyaW03u7170vofEQBk4kIXAoP7lJMiLDKUDIWtGZPyBQ4c59gXCmd185YKZMKKfqYJN+0oI6RAKoT37FG4MdweaDVBTWcAZb/dHaJxLnFPjFsny5SIHjZz/rPdbRGaSueFjBfyq3hJYKOzo3ypEuB8YedQTqa9wdl5/x0o0AD/XTLKWpcwCrBYeWlmmw7WtT9rtz5jNw9MPT2rhlIyaYW1z4jVB88Pm6TnH4ibTreyOhRdtSN4w2obrBIMt602gGxtCdpWRmSERZzBAoy0PmdBrmTSnJ/uUXZr+GH6hoZmkgQzH8k/znwNvFBMK0rfxTPzdZud+QfoQS6sjmP/DVQ454FJfN0cD094ZjmRCNMs/IhZ8AkVG/UeYOTYvfPys0tz+EuBN2nWE0TTwZ8kQ==\",\n                    \"base_rate\": 300.22,\n                    \"tax_and_fees\": 71.52,\n                    \"total_rate\": 371.74,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:34 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2617\",\n                        \"UA589\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b3d70890-45f0-4ff4-ace9-e1423b88b796\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"u7ATRnlMDWKSB1Q6qEDjwvi1Tlpb7bAZCVUmW/jV8PWPy0V/h3bCkCyaIa1KYssrxj6rYJA7PM51YDlz77m9IQlbDOFx+wZokBeTuJADem4gev7P46bB73xIkDeSLcud4nvHYgSBAK9oFhF5Qk2nWcb9uJcHXoODw73Sm/0pdJXeYg+CMXUvMftBOSdLcX1FSs2jJ9i6ThjdxM0HmfVJtSwj3zSf0iTNy724uRBOyy2zHOlW1YpceaBkg8yn2m4L7wj/jITvkSy3cGplLlh4WrtcH6IAMU5Ysr3t/17OntkljsbHl1B7oMeiBX08HJsNd/I7ViP2UDcZEkxtDTNkAipLbFwwOYZQwbDBH9GSMl7eVDNIwzIxMt9qUCQzemQmzElJxM4dg1rG3emue3LLo6Bmh3lYHeo+dw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:18 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:15 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA623\",\n                        \"UA1577\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ee36023e-833c-4d42-a779-84ab7e26fffc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"z2Op6DOe2RaRSO0zHc5sOmwtoWqQQB1Jwz2AaCRTo6wOx3Ukq5iyHfcqsMBxAXRbBkKbU3f1+FJw37DnRG1TVcxr7R9CE3iQ9J9Gy2jz/1ahvqlQvRfIfoVK0K0AiZnKIWrdiOusHH4DSm2KqqVo14tAHuonne0TzhSaKWK/zDHpCGiQ0MRwcAUOsQ7n6tUcfeEfuif5Y7A/yN7SOShEHDJcSFZ4oYDn0n94BBpyxM5XRSInXRNLlw8btkrZIu8z2SYwfGvEwC9gK8JCmT310nNZzk1ctDdNaJlPELTt6jnX51o6PTKFQQtOGYsSXmfMIkGXLXwAzV7oP5nL9gXJysTFKnet40zNRSK73BucmdUviuaKNPZ1quKGaE3vjYZyL74DPc4LvbudmvhDZZSePjQXC3ITVkpNyw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:18 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:30 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA623\",\n                        \"UA2465\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"53c4c5c6-8bcc-47ba-a626-5dcdccb26b36\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"mS5Rz7SKGXq5sGb8WyRSYuSyG79bN6bCrIItrkCGCXNUTRejb4E+PlXdz8b25+gI+1wQ8UP6ZkU2N+S3aDNvowGItDNJbri7EoYkP8ULEiuxoAHQrCKnDfcoHhtkUQb+g1rEB9ydQP1iX1WOGot+/4Jc+cGbt4mpL++4yw31BSM0JOy7Ei7jc1DAPXriZaSngNJumuWsuy2inFQ5QJuxNmYUNWat163aNxCtmcMCJaq4L9so+wfAkaHrZBNX/y1Ywyb8kvf8UM+pMuG6VA9p79cjWsVTApgqigH57AHOQOipIdJFgk/1eS+12zYqdotR3oBdquRfbjbFUCHgkSlW/jPjV1Qg5hKe6CBt+Kb8D4OW1hFw69Kppy8VGjiHrNTPJQB0FSUqH8ppRTARdC7tXt2muN+5trp+xA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:30 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1554\",\n                        \"UA2465\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a10cc0da-4a3f-4a7d-827e-35e26381fad5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"32357674shRbQcsIDfo+10SE5GL5H6eU4It2wAQIcN3EWWaYtmy+hfz5kNkITKos6TZ4CLErRcdANJn1tBELSUu7oyBbuTk6J81FCHkKBM0DVFSpSMwu3gD33lmtLxQxWjGc8f9h78pzBieH0Bijn/IS3SHgZX7JBU196dNCKV6dP9t7fxo/Y9IsgLncOtuC5caVxbQcwAC+gMczIvyYeiKp2iibvcn3pQRjFGxvQvFbnblED9rPEDGcUDVfsVDBnVkkt79g874amOPfgTyr4mIhcGzwiHvZYf2rrRRHiFEG4r/R2F2MU8TcsRS0tFfwHaXm08kPYyBE1tGSL3tEXa2WP9Cesx/ankAsCVvEbV2JxReeJIGZoYicZkPWsGxUh1TIrIWpnzYSJchhKP/omPKfYcYXuFkQbw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1554\",\n                        \"UA343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b5d4a8f2-1b25-4428-a576-b11d146a8451\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"vbNQ2UazR8MIyRyixqfBnp1xwVjREFy99btAo32aljiD8XhKnUTazDplVWvDnlpS7oGqG/fLDISlnsNYGzhq+pDySuphKoeLhvpgGTpb6DbjR44Y5v/raG/43CBfMGdF7Juv6Cc3DpDbH/k+5H60UFjbXzAHUQRRvAS/+OSn7X3DGjrXOi3YPkPHVqmWEAvMCS2boqx0ycQ162x0sPbc7Hq9V6Slrze4LlJ9GVYk/Gqwd0VA7wCQ6vzkrzvRC9CLVx6tcm08wErZK/Vrs5Ak7uVak7QrA1hgl9PzO4Nt64VnBI3cNJRFT+nAAJh1NbmzM27LlvwlKSnbBfIi53UXZwMyKHTl1GG8tGE8QNNEkaWia+Coc1KydJ8YT/ZvH3xzRquaAYYImwHE6jmuno0ZD6NcKm75rhqNhQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:28 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2389\",\n                        \"UA343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c42a1154-d95d-4bf5-8560-706b477ba655\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"LpS5aiq7qadqmceq2NRIao2wZ86r2d0rgsR34vbhs4vfN+SRzw7QdYNYoEVHKhIz278b5NNYDzkJVMYC9wukCjBhjV8PDF53bOifU0A3Uissx976SUnQgbtEYg9EWgq0YYodrul3h99D03wcc3dvYMlnr8E/ggBJZG89W4kJ3UdYiihjh4QwDmOc8z3fLUalkCfjqvw15mi+B6i3I/gQZ2IKnYQ2opm5yMQtDB/VKESbd/JPOxjEbN0RBmfeI3Upcho6VfDm85mjS8zRk1M/0gdbbLpbUH2w/yPUADXK35AJ0DIiQ7juJqWJFMxWzVZSlXR6y+jXohDAiZZOiOtBMPx4LLfga8j2aX7uZ+T58NZ0LOGh5tgk51RAVb6KLFjXxPJ9+zJW3WNp6KkUQB+pkuyUlNscR52Wig==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:22 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1963\",\n                        \"UA1561\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7becd824-0578-4e1e-ad5e-6e8cdb2c11cb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"N1R0NbUBhuU7FJ/sU+Qx+OLeYJClcJeYxBE8r99FPOCrDH6t0Rv84BrLFDllhY0tbX2AsZJsO2ZcLIYAh9IZ8c5aQ3Ufu+DgarsaaLfuImAgTPv+o5GCBeRUN2Ow1c1oRVSfE0MT5Q/x6I2Ivl+BINvvuXAn8AqC2Ovw7Jtl4fj5tCJvI2ZzS19mBIBkJUmg29lab+y29WmvOqYd7WnfiNuG4Wb0lP1VFpCnz3epDx2QEVwvzCtd8I7ZvvlCdqaZFpqharujNvrcfzmlusSZ9+sr2AFX5dROWTpHmj1+0leP4Bor8j+3OoGOCf/zhAlKK6Pkr5ShJOdBgfJ87OSnms6URAGNjztKUWvDyKtTXgI3FBEhfl/00p/1oTaTpTUR3CBqGb5PoKZZmWdplkSbeoEyrk+cpyR4zQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:42 am\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1139\",\n                        \"UA1387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"94460845-8d9c-4ade-9fe4-906c858dc4c2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"b1IqixJaksxmUTIYqPA3imSnfWejop5HU6RktlrGs5QXrOaceqoKSYczBCe+KeJJgHj9ZldNpRwGhsz9KUeV3siOGsIaixhZNkeT9Du2yyxmO5wtfQFUeGnaqpcJAWEyYeBjX8ehDpn74yHQys9HBClpBQY38guEjoV9hYbagwntrXwlkQrQb/Zp94whuI+GhcY4SInLwAYPDp1rG9rwaUdaPKzU8pabw0jgkaIBrsNxKoDjvfT89w2mye6owqxRVRg3P+qiq/Pq1hQvkvvX/eRDBu7gwj05MqVZ+NF+epBiCkpOM+pjRfFMatcMQ+5HErbtk9kitNl1xlTinNfXjfA3MlBAlttR9xExlkcQfmoKLDeUQEWrKDYLIiOxpD7p/jVCSsmYQmQ+s64nq4+mzCmVG3Ea6/31Mw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1139\",\n                        \"UA343\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a6a0b81e-3f65-4df6-96ea-489763275eea\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"wtP8sLAFsfX3lYPIZimnT+VvzbeWL+ptF5KpRv8/cfIhV226J6eQq1kViS5iAY2+A7fYkGHF87YSGH/miFlPPnbqaHV1Wjbeh7HKN+411hiDqr3ypjlbjZpvR89p/G+TkvosHZZBgt3Ll5Reuw0HacTJkfbq0IjSYE7JKLBBQaB6qDxzgEHHb8AvBtdKpPRmE7S7LYzdvMquBrV++TGikubbwhD+lNVy+aKatFSdA3K7aavahqoDtuXHKKl03g2iWauINIxFRGWnGw5xSw6Z0fOVbnDBBY1pRmXM3QwFY7TmjT4672xNH3kGxZpxARXYA+NKMf1wvuFrn+IsBh/U8mKJpoXQvoQtdqqnok0q3HLGF86BaMAg+DJqFvD2qlT7zQ+3qc6rMowQktPe5JyXc1FPw3SpY+uc1g==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:19 pm\",\n                    \"duration\": \"07h:53m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2606\",\n                        \"UA2358\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"76c2af14-dbd1-4321-a206-13c099ce7f13\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"+6cn2W3m/L80kmb6zmwiPCYe+VTX/9j3VzRjdzED7DcSMpMyq06/yXTRlc8o76MgkaL/5HHMISj/AyDW4sP6k/xH5NYFBEMb8weFE2qVBC6mgQYTY82uAloZO9Y30mSKipstj3hfIeAFfP+kDNQRvwgeMFsab5a5F1zybjYXaTvxHsr/SbU2M2to0Jqslf3EPiSLFL/udqUVG4/B5PxwSxk42pqnC+LAlHv1olGgGliFVkCQAWmjmUCiIwX0f++VXAPtkPXWpMHjTHkNb3S6iLmgLtBz6Y7O7PCS1NBJNaFyHTgASDVSbEASoiKad7wf4s1kpNBAusySA44sGXcmwuRn903HRMr2zBZjL5nLB5ufMA5SuiVP+7DUjTW+D2YTftolVTnB6Oz8YkabfCpZ3yz+/eaQmh7XYQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:35 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2606\",\n                        \"UA2464\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"48e8e61a-2eae-4728-b57f-e876be10236d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"OhadlWvxWImQC1LrhCMuoAf8dm8jQv/IOiE8buaEymjsHLI+evcjgn6Nbqzk+ZWP51m7iQYKGXb10EdAb4iNwn5GfWHt6ed8LQgURYJIdFhrUpaGH8e9lrYK52dWe69GgfK/JsnZg2TeS9l2MQ4C7YFV3VcCe9PTFhUYDzh5d79AmKAE58TDZRqa6HlJmj9SMNYyz+Bw5THkNevfs2+UHodqqqhvAbIqb+8vjY6ye4KJa3T76+SbakSJ2pj0AUgovaOqEH3Gcx8OoloKDSmzAR9mbZPGpkE8oqnx5Dx5GdHJtIPS3XFi94U9zRJYE/rhpafDW8QKbW4Zwoe+p6GIbLA13IYFapUFMtasaAtPZTFra3HdozNecWHKQaVHSWap2DqNVcFGqrrp9UVL3OZw2hTAIWzWUIIR7g==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:04 am\",\n                    \"duration\": \"07h:09m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3656\",\n                        \"UA1702\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"df75a4b6-f0bc-4f80-9c6f-54751964745d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6SmCX0JcHhG3iO1+QvzeBtJxAbm0H8d7K9YZoMemADgxlweMrvKmAQiXhTkdUt4ekzEu9hNIlC50hljI2/qHPsDXyQfDk0zM/NzPwR1/NjYm7gwD8fOsywExHSbs3zdHttSvb442rsgnvtAB1ayhLe/VZ+GPZEo0U7hacQN7RA2qsIGUC9OL5dW/fECNNQgdIj5lq+rxqdL8vMj4KJRoA3pK84Srcz1utOFMjuexo+MI2lyQJ82BgASWaGzosY891ddEXjDTIqTPMoWiWkDf3Ri7cK9XAW/ivpLHpwsrSeZfiCWSNTGzj8WgPXbIhQ9iHNEloaLZ+4Y5j3wPLUpANM0FSHLR9DC5xwt7tcWvM+M5+NdhMUiTrOh0Ugn96pxqgikIBm2FgdH27tzhLvUUwma0nrvYXq4q9Q==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:34 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2371\",\n                        \"UA589\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7b3bf269-f16b-41b2-a319-8836468cc050\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"w4P1CNKtdKO3LV4z/a4oKcnQeBcdHTDDIsGtGIYuCgoMpGQok8ok7CLsbfO0HjF8KqvqlE45khUNwxaaGlV77Ik8zc/HYykfvg62BS+QuY9jf2lwMJ1wyNOXSt6VUqn+FU9cadH7VVHhzSrz3F3hCXazie/USfXUf4okiMp1rbASYf7M7/rCH8iXVxbkgRBhVc33zVnAQdrEw7rND+PY8ETTD8AQgZd/P9enq2Gjzdr4oyqhr+PeO9m72lJLHxHVlbw64i9+ujpDJdVdWAD/edSlY7vbdzp48Vo0Vi4Fsj7jszqbMddsvLQSfBqkNhK6+nQ27BFNbTh2/MMRv+vXX6c86GZyXvYS/0fksijB7rLri8irnmvuujSSb6SfyoLmR2acU3uj7lfGTaNx/rnB8ttVzk3ivKBRtg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:12 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA586\",\n                        \"UA1812\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"dd09636c-9462-47f5-9541-1b3ec56111c7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"E0Jxf8QPGrexDrgkCvJn8ABuqi1TwpcjTuRos1H37JedhH5I+TpDthncWWOAe23+qqErCj+0isMn4B/ibzynapX6R2D1qlFSZJSUEo4SpYfpZFP+MKYew63T8AGkQlfzYHLsobS7M1kvju4e4b2+UZMRzkMEoQABdmStRuaoo50JxvFFCDSKwXeChiNAkr3Ye7sO6N3o+ZkuPM3SRD83YW860LmETMjA0Pk3p3bJsOmu0oKO8MUA8ISLjhAlBzc/sS0aqO/EpyD1LkEhpXLx6++3kMQg9v4NKEq8Ie4ZbcXhFplCTECf0yTGshC5dynTVXjUeJWBq+S/PmEOzNrv+j/4NzEG2THZDlwrE5eiFclOjD5PpyBn3og59eyGgAfu6bd0oY4ORPvLhL9dTQQJB+AWCcmj8dp4Fw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:47 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2617\",\n                        \"UA334\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"be7124ff-8559-4bdb-8d00-a456cb0f66da\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"qwSJYzXfbue4K+3ePqgQPfc+R/aB7w7lyUfqizzQnOKAgNZs/pF/U5EOusDq9m46Rs/9omGfwqLuAyWLCLOvZ4IVn9kxLSWLSSAoPNCKlxQo2Y/5yU4tQUbh/pKfkuKEF+icZGHO/VKIUZ7i30Nyx/bd5WfeOC3hZny6UwT86R7gy8YZCr0UzidRbhbqF7FdDdtpiFjasE3uIDzkVn0rgek7lPXYpzxcN0zvxjDiZUQ89eCLR7V0Y38sbi+HJzJFxQAw1iS7s2QDPetQGTPZz6Dg+sslFpwmKMFh/MQaVshPzmKIZFXSv9s2yuV6RmpPDl8vfvAp0ObI2hSpq6w88IhGEL1EpSVcgxatvn9RvQcHPCryEtDFAFP5WHlWna7QGpBFcXvQ9Svlr8Q1H8fdWlngOCQVZAZ82Q==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:28 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA1168\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"317bf373-c5dc-4145-8cd6-deca85c3b195\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ig86KlmSGqW+gB1cvIlfNf/tnTin4BFgw8NDOL9Mzpp9NHHReOE8ziLbrRpTsSmo8igBu52UdmG3cTXeEJEC1o9Pl5i/ymY9YgTccN2bqOM41qMDiRo+2XfAeM/HqWUau66DFeId7k1p2xkyKXYtxpx0YMec1L3v2ErSUfGUekh28Ya4/w2tuPZIVR0sW7NBFUGl5xIZ9s0weXYxLFDNuHBoM2LxlINrSk5sggqmZEeE+sQ8Sc1yWdLfvJx1Pe7JlTpaoK32IYZQZf0dKeX7ykDfcUdJHUdnZ4natU2C+dqT5ITXaExJVrRIePbJZHQNf0CsgJ81mckbd3tjweGT1K1CMx0JBI4MTNtJPz8ll7oSk/JvaQ7PPI5e0Praa71KQ0zCE8dJAbHA9094GcnGFOmLnrqCXY6edw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:19 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 pm\",\n                    \"duration\": \"07h:27m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2299\",\n                        \"UA1324\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9da66c01-f2c7-4a41-a279-dfceb3367595\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ZMN+Bw1HlGbeJcniZ0neBcMIZGJPOL0mFoKFvAGFd27ysyDy9F3PzywrxWJrmZxAEdeQ8sIyLv0EIOamuN1zXZ0ei0IIqa022YzkECcFzD+qRKBT7N1maJtgDHm2gH2ahleSh4g1yOnyxs/ww7a5uii7iiFRh4UH7BbBYCYcouPe+kNhGEDIfuip24jSP8ai0YK86taiUoZx3eRfx+leeWcdkrrv5O7YLsyql82Ola+ySp0oui41R6J0aJz3YqlVXpRXNMvqBg1DpNJC2qxfsvNomxXE3fDnz4paim5c146byUbW3o4+UxfbfAXGoMjnH2qtsdVqca2LYC9mk0471n0p+vHYURSeip9ensVwkFRaPgW2LwpeSkgmix5/h4sl1EZSllonLrApQlAxOIC5nJ601tSCQm7d6w==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:50 pm\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA484\",\n                        \"UA746\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"80760f39-0089-4a38-94e6-ee53d1295310\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"yknOYkjKg1nPqCsYRSELYrogOU8eycAfXbQ9mAVKJl4isAqiTDtaTuGGACtdHaFSDbT9s1C4H55b0NGRZyKcJJSWreYMCBLTWApsJlHc+z5ljQWvvJQSXzfD4nPS0knrFr42WA6GCPpzRoTEZAOZAVfkFHhIjQTrE1Avlt6UIak9x8fB1IAsaDBrWwuM7K7Dpu9duJkLTR3APAdJ0/TdWEbrDq5zfVcjOf/qCAz1qBS3npKi70dshlH2/UyChLhukrLIzr0PIqcTQARfk61PGAbIxV1FlXZo3mTCjsZcwMLH1iMj7N+ImNws78fN8L50KzGt+icu6Ez1FyWZofRR0hRccfCqntC9QNh5Wip8kSu0yoRZ6lvrSMKN4qCkY8YujV6mx/pmISprqtnvQCx4Giu2/5iGUnIJMw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:28 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1842\",\n                        \"UA1324\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"621a8216-0f30-43e3-9937-662468e8bc50\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"pxvgSSrtO0QDWOGokpnJ3wWZyR5rfFE6133u0jc0t0y8rqz9YO0/x+tfuh041J1PXgnjKxh3kNiPrpep2Ekg+5XMnfP0BEfpws9D2MwVM1hlDWwS8n1HgI7KzSYokhfHUWtYZGVHLhloBpYyorqXIS+5Vag53iKSa7ZElyiEuaFVWjTdu2G9mfdl3QOAOuYRHDUGe6CQrRrle6Jx0adl/WMQAojaQiRz9paeAfXsSP4RU3UKBzd9p1yqBCrCUbQiQAv6erRpfVn7gOdMG6T8ektuMYEdsyvyDEHNP4i2w6wwnOusUBbtrhp+YgEyU8iA+AhcJ7ck095RjPALi0Q0BIzOfA20tswT9L0xw6ywVy3yJ6GQs9H5GUOBs0MOKRWsHuMhvlkifl+e6VAI3dS8BX/ZEMFTXADOmQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:17 pm\",\n                    \"duration\": \"08h:01m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2638\",\n                        \"UA2388\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"63937b56-7794-4215-9a20-8b464727a283\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"TJyGY36j3UshfVI2Ck3/bjGXjfuR4k8kkkMuAPLmKETnfEMliE364EJRq1tOwJFWMAQc8x+tqfbrOJdhPgadRw24c+yYACV8PhKzMB4JM2kiR4Snat8HbozM4zI810PqSQFtHbIXLFhlibvZhfakjZ3YZp6vxClpwnoBCcLsatkczgdqgo+5OPaSjrOfVI17wTic2qol8eCEWOp0U3dOV/GubQG4Nx+8bflgRX+bSIP9TWbv3WomBe2xa9cAkM/IVex+P2bcaj/UgPkUcrKUhAcqujfXBMHWQPk5KvN/Oe+AVFVPP+5d/L+7i0uaw+hzUls1N0Ppd+Dkyvtjw+AY+e6s1QJujRrHWV+VEZTeiK65gFK8u5yM5HADXd42IpVC1iRMg6fcH4C8nZAix+wQTk5RuXrq+pzduQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:25 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:34 pm\",\n                    \"duration\": \"07h:28m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1504\",\n                        \"UA1324\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"36147795-73e8-43d0-8084-a6a6c8a55623\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"yaR9DcLL713p0GCwu6m+86aWUun4gWTDunGWXlHoWKT89VEAknjS+o98TyJhl6krJM5YI/Ub3yziuas150R+utSMyuHXJrpl3yUoYbh6nJ7JkiiRWaTsuLYrOr28bDz3eCQ9LT6Ij8eqfnf4qromZpm9esbTeHwPKM6IwGH0Kud54hNJuhDhyXztTjuOSn/++8oAUBtLNgzgLlDB0ZQdXbIoz5ILtSuWKKejHN6G/yyE63Yoz9q63xLjvZeUTkSbUgtK/WLDtS209Ah1273XCkNFNOvl3XCYgRaS4zyCkY+T0p/aMdsRilmYeOJg285aUKN4iZLEkUiaSOvldOnGwhtXrl0onCnlGmKkyUvbZwHBtBvw0MhLFveaLIgB4/Rr4RzwaQ2yqjDFn1OCgtVmuf2NVlUHcuer3Q==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:25 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:13 pm\",\n                    \"duration\": \"07h:25m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1504\",\n                        \"UA2179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b75b50b1-b4fc-4354-8dc1-5b251dadcf09\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"u1PgV67fzFJYf1Y6PuVpTkj2qzp/LBNAH6ArkgjJ1TLaAr3j3zpq/YT4Fxu59HPmB3tmJ8SGKm3YFvBlM8xZ3zaDFIgmWJuFCKo7tNF6m05GIbuSuwInar+EtdWIISiy+cQ1tRyo9/wC4az+Knli5dv16Cp+wGsqcSUYXqIaZ4lrY6U2sRCQiqKlWXhsVPMo2qwuOoeJKdKBdS48MyCdDFIe5Fxg8i7Jx3OD+jKzJ1xoOzt80SjTO+7pfvq/zIwOZRSd2VV5aL664itxuNWOjQ/ssD8fN0CRxKNWepEbN/4jgsQIdWqyLvm2MuDmJeYBfJ8RxjSCkrKGxFtzSt9MerjurTBGLYMO4KB+bo89JyBK2jCJCGvv4kv+YkxbA5Clpe70SJFaOUr4ltr5NDIqa1gvvnFAy4ConA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:23 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:54 pm\",\n                    \"duration\": \"07h:02m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2745\",\n                        \"UA2681\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"809c8a3f-8b39-42b3-994c-fab1f39a1944\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"V/EHH/VbLEGGYRXTWKsOLXStZ9xd1TQokf7IU1fnfGwJW4YjdUFxF1fPG8ZF6V8Nr21xcXqf+PRvXP3e9r+B2ymHwY4ymp5tgBZ0L5hcvcj6DWSVUonlFknw0oQI+L+nw2W8gm5wd0lHJSmOCBSLeqGYV9FWCZtEYdJ3jxA/YoYkv8ty7XMYJfuuYqQE54jUA817/isRKfBtF56edY+YfOHe/HHc8SZ4dNqiPMJrO8R9ihii8hpMgLkT4sUHBaJQUR0q4hyg5IAA47VnmX0pLa7LKrqOKRpsYtI831yiO+8a1G2fi3yzXeEgTVGQ9mceiOmjEAYV6GaOuelME6kzD9tN6vZj1rho5yPnBzsI8wLubOwWXc3vwRg0uHF/k1gFCN+ekylGRWLpEn5eZhkA3W2g1lsa50TFpw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:23 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:50 pm\",\n                    \"duration\": \"07h:03m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2745\",\n                        \"UA746\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7d1729f1-3e11-4894-ae58-c668314aa068\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"QgQAVbZGlNTc/gYrZQ+Q7K2L78iWDuwPaVt8XwGO/xII0xorA9YMzbXS7MaI4C/kLyTL04LkMzDOFYUA7IPys5EToIo8K+XJ7IfiZo928nTqLJMnJ9iUe81mHBixDfuj9lgW8pIpdnE3WOK7Ej1uq8uKwYtdM4hbLdHcG9GhzFVf0W5jM2vl72EhMXMdUu6FeX7udqU2zZ2GBpV9S5pyBABiJ3lNrLdS3PJxw1rEdci4f56loqDQAREQH/no2HbA7n7qJx0Z3mu8kDadTUcQepk3T02a49DJxyxpTi9wZKqLubkC4GvI9D+HncCPpz+mGQdLfOfZtApTDHE5/O6U4pNGHe4ghMZwto/MDDXoFu6UoingwWV++N01GiEYoOVjSlSMwkhLJh7yP0nO+MZWhv9bOBjh5Kvl7A==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:08 pm\",\n                    \"duration\": \"07h:08m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3688\",\n                        \"UA1757\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d7d66800-f5e4-4d64-9580-13dcaff74f8f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"E23uyeWfLMxtjkki6FGFnSzI8M9BdJfPIlUelMLqOuqBxI4WqheemlhI0md3REGWWfRnZL1HKsqBN8NMCyyYKdH08KlvLg8HF+Sd+H9lq2Lpw4ieD4AcRmmntTU/yircf79BbeDfAYHjbkZ6RD9Z0bTDZuedNJHc0xHUODr22yK0qkdKhH6ofJsv36x+zfA7EtGdErqQ13GhgJy5cAM4z4Z2XUP3jR9H918WEaweVJa91h3GfKCA24OeqXbK4qeTg8jwuaW0s8lCKtKVgLpLxgb9etbbwWnD1NIW5/RN4zWfGYtf0syeBHaQbeqCXnzpKW36GwXQvCiHqzZ83dmy4YonVcrMPUukkUcYYUtg3gGRwif7PaQIwvbhHFJ83JoepD709OIMgQ6qmxMyI2oEKDwCg0WMbwqIqw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:44 pm\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3688\",\n                        \"UA1129\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"44e53615-64df-493e-a777-21eb99316695\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"rQ0XRbHF7W6WGiZxOOVwIOsd1mVnmHTqkEUZI1PObsZwa/IZ8x32mbUNqnRtBvs51NaLyB43APsEXpjooUBtZiJ3LhDwDM3lakxuk9s5D+6ulhO++6aX0x/hPNbI7St4V/ovwwpcmAeuEum3IgGraQUrgdG907rh0cbnRHWRGBXvqYzSAGkeXwppBkrbMTAvU04i8tRTzTdsUwZq5Vq0AeadGhuuraqWS3abqAtay57lkicDcnU3NVi8QA07PU0cEFfbBTers/j5hpWktdIseyACg08r8u1G34R2c9Z/TudpRIQkuTjk6AywWb40t5KSsOh44NehJshWCQAD49W5nuDAQmNS2R0B+oqDxxqcksKdepk++LjxWlrthgEBSNrK5nzK1W9uzk9RALNR7Azo9b3Ko/NcjsxePw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:40 pm\",\n                    \"duration\": \"06h:58m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA586\",\n                        \"UA2633\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"64023100-8a76-4182-9e5f-4c01bff43402\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"8nnp/L2bQAdM2/hmoqN11sw/8R1Im4uBBmsx3A09bfj1lstPj8KXUI6gFyqtDLYuzrCUanR7eiLUyhRFsGZO1cdden7pn25VU3BiMXiBU6qcbvwXXRgnbtKWRF0pww2X6KCJd6BdX7GcZMZfWiXZj2ST/GCyHDihX2V/70QTggFAcLllvcS6FFnUCZoPdWNFdBzHoLhcBjUI3twE+Sf4FCC6svsbzOgTiSaapckKZrOX+3Of0MAHu+eU2isNRoObRM2nOfTr3RjFlb/LGrPYVevfFY3X7/6jiwcgooHnWwxH/JnaTTB5X6NjlrHmJkoz0Zpgvx0p/3Fkihpr8WVUSLXiUELm+iAXDunZPNGvKPjaSqydMu1tZSI25/jgpRPGdA/0aU05jXETyo80x7K/6Dov67wOau5LaQ==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:17 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2658\",\n                        \"UA2388\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"44f3e330-e698-4c5d-9020-15c40f91f5c3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"P4wj90jwDEtr1HmiUxd+9YYnD1+fPVJjFUFC2lOVCfEKD0N9cnYemfe6vQP9GTPhVthF0rXRJq6pj5I5cW8Bri0tUYGsAewwhnog2bV2q0B5/8ZQQ7x9FRH/S9wRqy/JqjcuCDKnLjFkfwUIsOZc0wVjaQycpzye4H7d7EuI2rBg4KHtMvNuo2tve9CgRe1ks0xYpoTKMDWOHDHSeDN+00Lst3N2f67hAPxG0zPfAnYy/nQ86kFZctefotp2pF9no0TKwqq6UZhxG8W2mDqkkShKU/saQQV5K9ofmYKvVBSOr3t+YKELptOhDS/5+iS6AhgaJsdm0fp98XBAVr0W5kC2gTzyh9yPNDw9FL2Gtxt61DYH0qWAlxZ+6BIIbemA9uX48+bzT6oEcJnl9OcFAbkLmqk2fjFGRg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:18 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:13 pm\",\n                    \"duration\": \"07h:25m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2199\",\n                        \"UA2179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3d29ef23-565a-4096-baa8-314836452b94\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ABpiG69Dt+MMFrzenAK8NV7bgVyXU4bDTA9CuzJ9OzcYYaa+UGRk3ggAYjQjMO1CfoMX5TSpegPS9p0d8gl1iy0Tf0hQYpi968qo5+vP5mvLjHEgl8KOLFAJDmgJ/R7qkHMt7hbbu0lrQAPtVsdVIUlsYni5JiY240J1/rwyCj0+Xekp1vDdlNplEkEG+93SaH67YAf5cM/fLmldn3LE2X18nlpvPii4Gt7L/ZUEE70Vm9ecU/ZNwA/9gUZicJ1RQy9Vm+2l/TXyJCuGNnt7qBHU2w0AyuUNTVEfVc6LGORLaWicNNxeD1WUZjGEbyA7F+MO8RXH62LokbqQPjPKiHT3RSO8fNHj2RD2qjbDo7/Q8sQ780i9g2X/MaNZ/7meY9jzbsYGz1tXXqgp6OmA+ANgp0Kz6coXBA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:13 pm\",\n                    \"duration\": \"07h:25m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2360\",\n                        \"UA2179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ebc068d9-9eef-46c6-9645-39564961a2a0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ZGzm9ZuaIKgbA3/yZxtiR64STo/nQpXITYLDy1HZvfkRzqqz3Q3pUeKirfEeW5HiHTazXEToEiEIuN5oi/7GUNjnrzboMpds+ZR/hKLgPbrJqivMXHZ8Kxmxh46qamv8FDHt7r8B+PVv9T+WjsGZvwdf7jRUTk2S12Gmm9VKTOgtw9HdSBgRlsvQZYFbxQTw9A/73DOetuIAJoX8ROD33mQAtvtAkWzVbQ8mreiuobZCKtVGrkGvL0dyX5jI3vcDOTxJamLezeNo94yTQVgiIEynP3S6QMcd/9wyTu1vLLHa92N1FTskmf2zFPn2TkYpbDwJjNsoCFf2BCFYuCnoEfwWosqAV2D4F71QH5FxX3W4FmMmXm0LKRLkSW0gnMcV7Lge1SSYdHLCFd7vLsJa/OXs3Oxxw+nulA==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:18 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:28 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2199\",\n                        \"UA1168\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"764b5472-ad1b-4054-b2af-e788b4b7d7ff\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"NhD5sE7fPjfIG/ZCqyfUQTk3bBt/fH60xKkqPyMkAxjpmLz3ZHMAKm5bE0RVnIGGjtn8Ve8EMBa0IAcKAbD6zyb683EYKM4p7ezs/81JgbuNCJWryjHmsOsjoS8Nu64+L6J9SzQD7xk6aOJcxAWggYCnjBkWkjgKdLTs2KJ9rcgzOrgav1yg1ybVKNRBeIgn+xVW6jcwGCate1ouGuU/yDlEBv11M3aBW7EbS7yZ5lPlsQJbEX62Ddm3OjD58R268xyOYfGnRF++sgeWE3G6DpVHCxr8MJbuew4P4cnlIvQg2buXpa9YdKMCqSq5zd7RoE+nHmRFgmBt1j7Y7PVkJNYiYKl3WBA7bCFlkG714KYvgLA2N0q9/kYRjidPoVglVU3n7AmY5MnscKfhMpFiffJxlyg5xS16dw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:30 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA2465\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"359f5b00-dbf2-45b6-97a4-5b3fea20a6df\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"WE98Rv4hKKaM4GXytvYGuycyorsCyC78Py1BdmunqtYML+dm2cBLqsOMr97pdz/7Zh83hWTfkyHv1s07nv9qFhDuxoahRcgUnunBdtsC4F4N2zf5kvw7PfyiCrecge/ovK1GXcaYA8l3BXcxfwrtHNhwV8PnntYcM/b7P3AXAKObun0QbezAYMEnguZNpD8THRJKBwhM+SUqZ8/Y3DrI4oD1+nJRtdTv0g/vQ0mqLy81VwQ0uZyEYpS0tnXAr2KpNO34X2SeksXHEswuTyvfZhBZ2LkBb+Ym0R7Tq/RxwDS+ZwTvbNg7j3tP+0L4X/sS6PircNYM5aq/r9cF6nsMFoMPJuxM8iB7QzK7KCUSYStlMuqkD77ixJXmzmqn00JIboreRBecc9IeJ5pDlvIyoBwiagx0L9yZYg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:15 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA1577\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0d93cf0c-2e18-4c21-a247-d8c13dc4d395\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"ZBT7nDYHT1DTOR6CdhV6dwosZqrlxla7jEnkfYhbegdY2RhGB8KuVGtWSzUXd5OCCURDvoz/HqlAVaoqNcq+xeNRXQnmVxXhdk8oINdgQe35kP+7N8BJDFA7Pwnu3Y5HcB8c6rkQnPTYsEtc8ahi8rRHnvtxOdCC6Zw393hMZXJmHVsbEw1BJfhZpN72PddrQs0WRY7sK8LEJTA4/ziJS5vMeKNtP91BwpmI+U0OESOKBv9Yyd6w2JYkCucoMxqUsj5D6cdzP7DW8Hriw4tbTghzZpHPG5GOZui0ELzLQBpyygwyWi8XQb7fBsH0+ptjLocTO7md1GsAqtoI13Itevbd5V6ViAC9ujmaA58MYdVLWTNVRG+AzA2ckWK77cTL6P+Ya5NBr3GONFY+YHbA65oDCQqCX0Kq4g==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:49 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3631\",\n                        \"UA2862\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"42a46626-f027-4dfa-92a2-8a85129458d3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6DcpI+bHCfLc6BkXYAwwKay/cBBvVv9Wm5A/zmjkAyVqqScsdqw/k001GXwqP46hr0viRY6Zer2cnJ6zlFUJBxtxZVpYtY57LCnchjbqdJ/0cSD8u98eoEHME9bOUt2BTT6OLihcnzx+fcUOvQNXL8VYKk9hhSE8+npm1lKJsM8+DcbKWLLXgjnoGYoHbmHk4RWyygy8g8efa9Tsc/QnT+wIW2eoLwL1slBqJakZqqM7sMpmUlQFZynj2E4xunLZLx42o+Zf19N5OyL7FCDmXJRtK7goaUcxYlLgBdlU/b9OGqrbkYaUmVURkOSzQJNjb7bm6L1hLw+YKj0Tt81SDnkMk7t0X9pQk8dyKmJYcBU0FMDdugKQ3YzCpErkf/WwRoLyB6o39xfH+2hIZHnv03Jftcg3uStJzw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:23 pm\",\n                    \"duration\": \"07h:17m\",\n                    \"stops\": [\n                        \"IAD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA3631\",\n                        \"UA1434\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"26d94ab1-f8f2-4a0c-9d41-4e3dc3fe714d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"CLu61H0DOww6ZeJoaxw8I5yxPeeec56AYkzcQWyivn2pq0fv+y2HRf0wRMkZFds9B0Dve0sxV6yIKtN6A8YmWKEb/bi/NZcjT6bB9vqy2HdwdvtA9o3nIRfCOxza80/nYXgkC8lsq7INND4t/38U5cZQ7sO+GLPQ7kpygawVCI4/oj+8F/Kqt279W+fy1MFs91zdbldNK89H8CWZqQR3R6W7RY1X1t01+b92WFgunOLHay7qfhgySIvE3XjqCL3wtVPbfHQdFbSwXM8SmkPPOX0uyQt7PxVGicjOYqAFWt0tRmcwUnD6KCarMrSfJ9Rzl4rpsu9N2GZlGb1DauqQMySo9cJgCyPxM2qvOHR/T2vdhrYp0x8yhd6sJpEE5wzCY/6A8wffWz/3mW8NVS8KBbwnJ9BKptIXfw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:18 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:09 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2199\",\n                        \"UA2475\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9bc36588-cffa-4724-bf34-92bbbf5740a7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"OkB25mdtnTXI7cqLd5OYWlK4u0wEnshOqheywshkOX3dsYWHP3/nX2nb3iWimINU5Bz6v2cnLqNR70k7X5yB1MWJSavPCxWQIDhHvJrI5dda3nSFkTJGeJ9VWZBWOX9imCa39BBjGz1OSv3BvGoBoDVUnakZOp1KAsVw5s3+9nWRg6unJagXv0XT9ejxkGPfO7v+17HAlocpffNOdoH6bR29uqx1SpIIHI70Ktd0f7q9V86XIc4fYjl52YUxAGkP1x3I2vZ7Vb8hPY74xt02RX9qPGgD27y+ejlVThczRFSYPv87A3HRbAOttTBnAcEh5SQ+6WMuKRGinnp3+9Uyv1CJBfCVXS46FsryXqoffiZtTRQftFiwHtDXIA+Y9wcfgXXVsqzA4KJPjSg1HXJUoJCPDB2MoPaYXg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:09 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA705\",\n                        \"UA2475\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cd9accca-95dd-4599-b846-951b5975e52e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"vY+/q4p7KOhv1pHlINg8rpb1xObav+fB9ke4OR5tPRcgtei6Fdf592I+NZHfLYsi5IrqwnVtHFzSCi8jR5VjqbYsumD8CVnVFp23UHSxPMalx3v3uQmjxmA8Wobx6X7q63XNQbsO1YLNYVHWsmnQfoKt2EDXZeso1AVFzvYXxLm7hBWp+U+xxBFGySXYCTHBzoqqKA87y8pAkDJ2h7lNfKwvFrjd5xAenBVNJusjmobT/dDVHfOu0Lkr+s0sGVh6t2VnpaBoMKWOxnkex450kvQ/c7RK5JsqkCmU19FNmRRnDAEd9s7LThr2CEZeWyw3tYWHeJBPztqWx7DoSjfqHc0nJYN9mgqoeZBDlECqznnj64v77rAKPG72X1imcuOMLpycgtoN9oAjSjMT0Pup87EoyGnKUov/xg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:35 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2371\",\n                        \"UA2464\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"7440ce44-0875-477e-b6ec-4b446d16d4a4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Udh/+qnZhf5z+lfQpfa0kpzO/OTn0ISJIaoEl1mDBxO/TsQRSLa8yJDqxWNU+0VyLHVNG59hBQImdrsSCopJcPAzgz+nsfYTfrpD2rkfK+4x6mejREEintHB7KtiUUXCG2aXRLCB9ThLOiFckVMUjsPfyhy1pAvZVcGdiQFU+Hz0Px7pAaLv0m8cfpckxPnbJh0HsFPFm4gS7V0xfxbyVyoQpRzXtiM/w8mwu7dj6RmtnNsa+XNHM5N+oxBNJ4GjjhlsCkGTEbGgpEN5qUe0ywFHr6g7kujJPlZ7Xb+48sGUP1oVxnfh8wXcR1oXkxBRETHb1apqSggxDhMMxsH00jINxtqIXri8axwj3oJGiO8zRymGt4V7CG2UA+SNqn6VVEwKZrbwhC9+XnlkYIvH6AllxhGDjeu3Yw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:28 pm\",\n                    \"duration\": \"07h:18m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA705\",\n                        \"UA1168\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"94b4a845-36b7-451c-a6c9-c418be395070\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"HkoUFShjg4NtgD7ioMpmOhmsCPLnq4KWy+rzY8hdUB28hUShkiCSRtO3g5600nPdlYWlTj3c1M/DMtsg2rLlef1L8Jve3vOuLFC579vwQ0BodXe5hCfJFS8RzNcTCjsTqOl9Q9Dc8hFG79NTVjMFsTqXJux9f2x7TiB1cxP24ApsXVIRvSwbzL04qoSvhxm1abU2x2CFOiT9lTfMc3MxM4dufzwAkKMcLcwMsiRU3IJSKZ7UxZAmq/g9IKGNjT3hdcvowKwC9Ichp6qoS59TbM+9eX22fPlXHo2lcpw8debRBeq1WGRuAmPEVTq6w3SO8lchfDI1Y2Vfh8oXLZSCYGFcr+U0ft7tgLxnKVecz2tirPILsCNnLJVG3n1S3N5RmZ58qpX8nBxtzBwxgg3otMDdLaKDjLAigw==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:19 pm\",\n                    \"duration\": \"07h:02m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2200\",\n                        \"UA1007\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f9407a95-9956-4c7d-9efa-f82d2b101684\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"N91BVGm5ppf0LmV7KOtzpMaXgEbqEisf6WJ54zhRmAjVfq37Zs4Wn2e0GXkF/KBhtqd2VROk6z47B1dUHbDRGC8Y0VVYSlNTTxNEZlIH557ik4ngOYnYFj+yBmAYlmqDwYUGyV5HDdGAI4qXS23q4zkQRHHPoqnMne9vn+bU0imcLmsGxPb2pNwEkAtJWHCtMFSofFhnIm2VwCnBJ9iIWZS/KzYs/mA2ytOpyiChAX0qenSmhFsZYgPdpnacXpQHn+x/dv+tjj+xRpOhPqnB0wpWDNBRmXTAyQCJ6oODBlokGqItQI0AM2yBPqxDWTZsN5L9it4uc6hm/tB9FbTVWaRybJuEyevybevFbiuYsT5AbCb+VzwebB9Hj+YWEkknMg1nanC8Z/TJTZbv8Yn0jX6kG/tBeD4KRg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:40 pm\",\n                    \"duration\": \"06h:58m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2200\",\n                        \"UA2633\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"70a3d2ae-19a7-4c51-8d04-63f660e9e884\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"EcL7kFJ8dYzfs8O8zK30yX3G9zkFlV/vonwmVTtZrKXjSVvYUPjwmfSpUjzW81w47pwaQ8Ixhlc08C6Od1EObqnE4XfZtSiah4a2CkYcRcrqf8d78xFsmPY7c7kR1X/7hscSPWxaN1jhvMXxhkenTT5Cty6tUu+qew6gzcATdtOQ8PKDwObpqtYHHwToPrTQVUWZljjg3teD41nCa4XVE3tTL9b2ikUjzrPvMntT8h1sCfWETBGB+7FSXDmPbKLZVn7WaTc42fd035SN43T9hZyVMj/jYjlBOrDzM2QrBnnwbwR0bhWkbtHLdYRP4HTg/dnfIpCLvD5kedJQyXAZt1JOwm7VxQsxKYQYgbxYQjYCAVTcoK07YqZB0CTnwLt9b9MZ1ZXnf1dFxaHolRrmw7mKCF1PzZDj7A==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:35 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:00 pm\",\n                    \"duration\": \"08h:03m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1993\",\n                        \"UA234\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"01f17711-ded3-4927-a65b-185d09713d4f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"SJMJgNujOHdOnfka6zNxhk2xXm8lLHblp1lpvimzzgMaZSZk48Mhe16EdSy7D8BtUOPaoIDbNMK78PC2n/MxAvoVevX0tlyH2r2hvupnjaBn6jqKSY2AwNIHZgHe5DimFrnTYIJuQTF8u0CrCxhgBUdBMJmhEOLvj4J94W1WWDYJCSV23cizVYlb4kRYjX/1V1Akwq7GCxKABbk25fIVwinaSAJcTR+l9rujYBzF9sVYEAOwGFK0F/QEXHU3iY6oYWi0+HixI1PWBmj469h7v6/LxfzOv2jzrdxOSruV3yiJJWdloj0319jtXZdcyKpxxgT3N6HCpBX06+kfV29S+OXtQ/IBa/r5qFGAYcygT1oTuF3NNdMOddGV5mO4dhlx80SKktPMiGthvZr8Rb8grx39U1xek+3yVg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:35 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:12 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"IAH\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1993\",\n                        \"UA2658\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"84924c0a-1538-46dc-aaa5-303d21d5a821\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"Rv0WQJNHuajMaxFHB5nI/+pQsmYJX9gFSGKq2lOq0yo0TRfbYxnzZ+DSKt3kcABLl2tYKKSs6oC9R7Kqn/gChGDgmJHTFiewDjvbWFnq0lf0s5u2cImlWArtLUiDyXr2GSv8SqVn4vtmk9dSQ03gTo+6u/m7FnEiIxmMxkDGeTEPUQ35gD76W9N7DR5auRCVEkvFYaLaKuHtiqgznxdtC8/7GpKu1OtP4+zb2WABc5X7alJW4OZitAaNMLEi+N2cEnCQhP5EtVnjXXKcLkJ326bM9BYEFcFZCuNJcGt1YhP2lGxNVzjxC5IHly/4i3/80GIPgQ7qpsl7JO+ga7j06Q6RCRKOjda8W8SycHhUK9D4y0OSMUPLaEmQprj71yTBZ4qZPJVspZVizvNWHE4/EHGkbVByNODs0A==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:15 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA705\",\n                        \"UA1577\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c14d1798-3546-47d4-9450-87dde60fa650\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"+MOr6AkOof/iDkTM25ymyNG9Ssu5eq0YicswsNrrSmojX0/GxZ2xSI+Ujs1evkR+uukVKLFrwniOEREM/4gUBWllfvOSWIxSVz27ks3ufKXI4UY3yKNHkfaZBeHMKU+6dRTYpvmRQNJituCHjlcgR9NvDmH5P7dVlHbsaXQGjuYfcgannIwCWiJWfmLInI9LybkV/3LMT83PAQjLYzPT2WAv5xn2K8HyDEhRsCNJ5SdVDjk/5uZZm9ezbBOxaou9wFDJK3EUhg3p7U7h5Z6ePmgxEiC13PEIGqNecj/Q2kpGGVNOLvDtAHMBgU9I4AKEZ/lf3ZHEOnJNPMPmzWW2NQ1EAxFb+eV6EchkMYdpjH0UbFy0g7nt5tfImsq5hzJPn+swCIIo1yeqicpAPxY+RD2J2eUvYKGAJg==\",\n                    \"base_rate\": 300.58,\n                    \"tax_and_fees\": 71.54,\n                    \"total_rate\": 372.12,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:24 am\",\n                    \"duration\": \"06h:24m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA76\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"18d8df65-7ea8-4dd1-9722-c4ad7d44f382\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"6rNIrXfzzVAr85jQARpvQgHZIZNbKWTtlLFdpwOKd/EymL4wmlj0hUy2LT+9AWwoGI9+URZ5lquXqNI3dnK4R5WocYDnFh/gPLmPNQGxoR2uzAwhWta04GHkyZVBA3RzWHmTxyCjdYXbnxc2bVAM6pwJ0QdkUW6YeGWpR8NsZSyGLtyJIFpYiJTOvf2oT9RhiQdTZwHlslOLeOYaoCQdh7120Dd/0Qoh2I1lTfMqoYym1uauUF3rbev4lTkNVzjY4rg4vgd7x2Ja/psCeK2IDG78o7bXTqAHgOluDUAgIvMXjMYSNUn9EUGE/P4X2LClsSFlhsKt+W/12Rvoy2ctR5bqBFe/G8fU8X3pCKQGlhegvrMi//js9m6zo9RTfvAEdA3dmFFNglTN1zNvp9WZPcfDX/exPlLMWg==\",\n                    \"base_rate\": 319.22,\n                    \"tax_and_fees\": 53.5,\n                    \"total_rate\": 372.72,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:59 pm\",\n                    \"duration\": \"06h:29m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA177\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f0e32d12-7485-401d-8136-0d3303e61aaf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kjHECkcAmyUKIHh2D616X4prNkummZ3qLWBCOPYz/SIp/KCLAe0At+8kVHt2XQzWfjgMAg8C2LTE/H757VCRkRS/cL/CUREsHBnCMleCupokWtNAaPY0F2i2qinnivvaing4VYZgW+WZx+JzcZ3pnU6HBKpKU9qTdQc+GyGWFByYXMZLKA1p0sPit1tXSY46pIW4ZUwto5NbqB/89z+sfvw5DVUbNUYZUdO1EGkGJ/iNdrTx9xj6wu2QM/iGkvTi9upxbEe15PCWkORdVsZVjONz05D8YkRHirV4VrtpiQcj7kuBphJgS7zBEtfPgAprLg+NGAr2G/q7WlnvBvHPO9dc7iv9+LtXnlv1849dCMZsinEz5hfuq6jzNnX8Na8n+W7bI0/Ae8gllImwA8TP+N9WYDzHbi1qSw==\",\n                    \"base_rate\": 319.22,\n                    \"tax_and_fees\": 53.5,\n                    \"total_rate\": 372.72,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:26 am\",\n                    \"duration\": \"06h:27m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA179\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0ef3c5cf-01b8-400b-a44b-c2a423728b93\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"sVBzbjW99GoMlira+5bbHZP+dBhw3NrEjv4oyxaxHfG7UQ3m/r2DKeOWxpQ8s0HYgUJJb+ZzqX/uvmGLw7M3ym8BBtAeYnc617FZanDzK8gTyBCX5lpBq+ISjwxP1I8ylJp6Y0YbeUP64hNCmntBB9Ssz+SmxeHn2iLU34YYu6WUYDj4AfOjy4draVec73gtSQyhCAD7nhsIvWj5oPfaWh2uS5yhJMgDSB9VQx4HpadT4VHJ+UHmXkFH95fJpDGXp4Fo+E91T+43DgEXH0OEttWa1HwayglAlzNmLnN2KfhUjrpThvPl1im7TcFcS+Vym021Zfub+fSRAgoT/ZLRGYMhaD5NXCCYce/pP6FSx4N/vBRNFgHBP5gnPYroBHxdIs+TuqgdikAafCJdbjAKSosM80ynot+7pQ==\",\n                    \"base_rate\": 319.22,\n                    \"tax_and_fees\": 53.5,\n                    \"total_rate\": 372.72,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:00 pm\",\n                    \"duration\": \"08h:40m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL699\",\n                        \"DL3707\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"bb93060b-4e30-4625-9b70-533189fbf68a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Y1BXGCqgCNxcj3FHrg+bJTuWGrG4+64lYUfMo/RTkWmFnMXFbnKO2vLPp4wmhSv86yR+xHNkKVg0WyGY6lrc7eHmb5N6VwROr2Sh9YKi/ot4iZF5mF+HBiKgCjS6qbPrmalfrtbsjQRIuxHcn/CPrZkP837LGoTWJ3TSdLjz5YHX/u9f7igaNPUaULTBAEk/JtrKjPxj/6xG8ySR7eMYtIHMosliQ+ZbN3Zx9aEig4iwzD5Ia4CJPY8wPIGXBKE1SmpMK7eGJJZw7DhE+EFV0mOHQ5mZp26xFjp/vc3JHLIv9o/xoZOD7L4z5pyzBTbUsww18nwXJfFUSZDILMzntq6p5DN4gt08Z5qEN6bNFwIkDy1lG04HFvpHpK8ljrGVBvw05nKEtk6vDnAk2eWKNdkUo9RhePYXfQ==\",\n                    \"base_rate\": 306.58,\n                    \"tax_and_fees\": 71.98,\n                    \"total_rate\": 378.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:29 pm\",\n                    \"duration\": \"08h:58m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL740\",\n                        \"DL2635\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"239b8e63-65c3-4542-bc5a-6977e92beca6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"AlGSlINApqnt8A+JGBo8B3i3BOSUasjVqa3zWtJA9AJ/3HAgzUnqz1aTrdNWD85CRGnHJSLYBhLUYCAF6fKL7tl8OSpjpdRHtig3Hz04CFfHMMPvSv0OFF+vAMHNtQO/JRmftqQUkaZeuJ23UNDjcaGgP0qSdkXbvLLA97iDiqNd8jDBv1jvW7wYQ1hFs7kjjGXj6NsAfj5+V5KXqF+voYDNOJqcrfzhvXoRrEOrKEVBs9Vi+oYzbCOzdSRDLkiEXu6h7GiC0ZAfwAqNRTxmZoaA+48B23Afhmv7OQaOxtcmEqn/eAzBEyWLylggkd8G9VdST4MthXEvn8nvceXck6MhgMysih/V9NRcW0DUgPUiZvWbocpBXAv49hdp5r7dqFGE+1blspSBVUiMBid4CYUMLU1T9D9L4g==\",\n                    \"base_rate\": 306.58,\n                    \"tax_and_fees\": 71.98,\n                    \"total_rate\": 378.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 pm\",\n                    \"duration\": \"07h:42m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3020\",\n                        \"AA2430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6c715709-09fc-4d2d-85b2-30730de29106\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"sNTExJQtMKuGiyynkSvGNSiB/E9UqtVpG4Q+UPaCVDM4NSYzCPwC6vxJtPVMPzO8xcTQo37oubgcm9+OX2p1C5HuCONWZLXLa0XuBG+R9etOZbD/+XjAtLAv5AZanw8ZuW4sYKgh4i8E3zvVLN12km8K4XDRBQ/acEO6r/ZxV/qKW/pus+RYtYRDk1JNMHgzAkJhInnNHjfngHgwAev0FOo4OGagZ6KYB7GrxyZ/x8jIzwqHQ8DLHvtClnVQrQoZxwiN00U76RnBr95AQIjjABl8MtpoaHirGgpOuxn8C4khAQBm2Nz6fohH2HsfKvFy63a1jExK5wOJBfA+kcVlu47DlFxa3ksS+iLw9MRYJsMFM3uvTAWF4r6XoRj/XxRFNMfcwYDoCauv5O7KXZFXzrA69zW6v84IHQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:27 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:01 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA512\",\n                        \"AA2446\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b7ec1e3b-19bf-44e1-9dd8-53a79a948a06\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"lzbDNtykLr5H/6fk8JKqb4/NBekSIlTqfm13w5jRxksvpMMW8Rfn9mNwbwLKwP/a0+Bf+yck9vcBU5aCLH6UvJzX9nC1f43p7crL0/mws9lJyQ3ICXqGdjNjsdI/olQnbXksfYi8qjzjbo/fS+N1Ca2ZG+tGleEzblR/Y4C0KTX/f0IEcJY06EBViLUlDPBxWmY6RSMdNtbq4ZYR+ro77rI12VS6BUdVpqWDHW0I8Fs6W+OU3QKoKkJ83e81KYSiTPc9HldJIrg5Ne3mkuqnuhCFI/7jNM1UW+b8ejaK0boddQ1vx9isQ6b0OLZ0H7u1y3KJxqDZlCmji1+YhqhYbNSeQeCxLwXy7yAz3g2GrDqSIa4GXoLZV1dlx0RPCp9Z/CZyPenR/IopcjvW8YlilYfzc388Jt3pwQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1150\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"de3f85db-c8fe-4158-ae79-cec5a68a03f9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"TWRi/prUQgXXihVy0ljcT2f95HnlsXdF8g5shRE3yEtUangCg7XbgvCtdGXUDMKi+0WRZPtedl7+wq0NV4+/3hdUS9jRI70nZxRl4fHYnVcYm9wptdkCBCov0a5PvKfcu5bDiuTgtOV83wSK6KTo+9ga14/0aNfqrNoAB348jsoZxScPdkp8dMQCFRaG1j45nZCUPhu9aKC7bIQQXymrhkobUlamQv6gaqi9qTpL3P52ga9F3ucfj8vl8GTazJv8aMl0clxE+BdYnvMNdz6UhZlQ4IErWArEx5Ugl/2cubXORYqCpO7Gnk/bX6r3M2GXmbpeHUEX6J9umB/w/rZ8t5qJPrxMWuJHjcHYuWIbxuPGnizsuem0KKumUjbs7yxV2tV2I8lFj9Xqbws5RIWt6Ez9mgEpkXnk/Q==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:37m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1987\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ff1386da-5814-4173-a71f-3c67d94bb046\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"vwyweJqWeRAz4tkG9L+0WadokzEoF0XWABjFhqv4whVzQInel5BELcmIDiHL/sGzpQUTeV1mDSvXJfcX5hQ+bkgstR6sCFP7UKxaUxdfWsG776b3iPcjkwDCn9g5tdbptVGbDGopohcRYvCvHpK9+d5Fd9/6/FXTWnD2phlTBtN/OefjiH/EJ35xO+N0K2A6W9RkE3VMxahPDqvTl6SMCsWI8YlfogIALRd6uttLcpe6GvmjvCzSniFaFgV0NE1Kc5sE+qaQI2NzqHqcd0jUyOI/7W3AGouL107auJWy41pj6/zItxRDk8LDjCjnBqXbddY8lOR7XhTPb/hJ6tPPvSC8wKqw2Q6hW0fveKtM38oxSGj9qQe3KNPgzgxdjvCu1ZfjMPtpPyHCyn7P38DXEjZBYHdcYrVSmQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:10 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1987\",\n                        \"AA2387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"def4ca9d-2918-476b-9a0d-e92b3a9403e9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"BgAtX3b0FSVIYVIZT/lE/lfFH8G5Fl9ext223bvpIVICi9cc0dXVLf1Pv8FHMjtTkFQqBqaMjdjO77wnpmnJ8Bwhl3dNzBJfKYmCDKMKDF61IeKEuwMlgmTWBDL/C5UhdDm4/8jR1StrhaxSPEEsj1IhOqi+JpMywOBcw7amXwUDJYci5HQSxk++rJxxWpWz6ffqdoStUQ6GXscmHS0W2MPEoIgHs6p8VyyuPsAp94L/ct0GiPIRvw1dnHivQpb2aqYBDMA55g0GYP9BXD6GjBTgrsC/aSnaH/AvG2uWj5AIeKFMIhzHXza2G0OUbODjUMUcq1BaBGXynpBLYxG9Mag3tKjHkcvdLz3nMkcgQ3jT8kGEbhslt4wh8SKFzGj0zd5cTlI7GRzt2OWHsS2tUbLNK9kItichPg==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 pm\",\n                    \"duration\": \"07h:50m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1608\",\n                        \"AA2430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"15ada9e1-d5da-4aeb-b7bd-dcc674a7bea4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Xolp3sJkFFjXvw08YQVcL4oVVRjDqFeIRCe+w6hMvNsyck45hQVYJre/XV+2+hxCovFkIMxOcVenATF8ysirGx/VfdbzITR+ukCuANsudUITtXIIvSoLFt5rouCDkI0hTzVxIB4VtzHSG3rlk8Id2DT4udTb9BpGhPumNs7+EZxBul4teFI3XtlXBQzB5eiRJISyIcFNGJirHuUdt4XtlmWVMjkjqaU/H6w9407C+grqTbu9HMt6JA+kuNJ3m3JO7TZOXLqArTPu9mJlWM5hdUZDbjXAkhfyCaJTb5owp6gXy2aHVr/as8U82CW6R7bvA7cyemMDkK1fQK7g6yJT3zLXP3CWDJlctokY7cICqjf4RGvpt+wzxHJwziDQJnkdbxdLmt9CsV1Upusdid35rz7mHsklzL9h+A==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1349\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e55a7b1b-905e-4ea5-8850-4bb7198b269e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"tJQNbw+9uSaMU8gV7xgSX1rdxNKHuNmwbUZZftdYm6wbI6p0kciSPpHJolS9T1QKz2+LJ4NV+CS19YNTWxVivz362DLwMS+a3m4ewd4bENhC2yzeo+fuxLu6OXLlhvIM9Di/wV/druQJlkGjRwdS3b2dcXSoEbUFErzkRrQcP37dOrZHZ1XjT7lCl+eSuEpHjBQc1tl04fVmgonZgG1zb96qVHi2Li5XpbtJ2KmhiDoyqlR2d6M9AkPyxvTM+SJCex1/+L0WQpSCUSsCAheVBlDghYrSV4HJAOSdiJcimluAfGPIGozv/zk5MQrCWB8hvbFDdqqIcM6U9vasPkCJb5gjsHuM0jn/6EzFz+ivMOKkQLPzt3fLG242eGKQIIFk5mwI3dIsO6lCIUAmeZsnEdCuvqYrR8BzGw==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:10 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2728\",\n                        \"AA2387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a58d6cc6-c443-48d1-a9ed-940ec9d25c15\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"cxF4kUVdhiyBlDN8PAJKOZeNd/Ds1hJtQIasAvzNAkN8VGLGnAEfBPgoC1eH8etu53UzOLAkpI0a8O5frQLTwvvi1/L5wdaV503GHssRbBekjDVQKvVZ3z8Bi1GAIvyZNKR55zdS65YpS+YVsLUonaNvioBtEEVlNWL9Y9x1Jm41XR2AlwQ5d84IYpgdZ6qSMvqpiK4R7RMnDp4N4hDamHVpADggPDZBkgt7k5w7ICY/js7yjuDcMH70MVEvBxaavDf7CaTrrIRRPd0CgjowGRluOL0iJLUUbcJLoqZ166o5E165HJSOI97PRTSUYBK0QYPDs6wjJDaY9uM4TwTVRhsG0UmHo3ejScyTKEupun7M78CL0a9PKfOXOgF3L+cxzG0Sfa+/aucjVcqoCro3QVsrvjGYWvSTrQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:31 pm\",\n                    \"duration\": \"07h:26m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3027\",\n                        \"AA1253\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c61855fa-5dd1-45f5-bf83-99682a5d85e4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"BxJ646PZMIGXL31O6OqZBabLgjjpLA4dkiJOiVDw8H2OvlF/lVbK3ywuH1Ag3VfuJkVch4MJfeNmpvsolRP1WrIBblIi5fQwzhPrDhbu4j/unRbVE3S3Ow87/xuzizECskMEI88Y84BBkz4ILCBZJdExAQyoVt5W3/NrLT6oDqp442CtNVqrb3fHFdg48DT9IdNtuAG3TDEe9lvighiGAh5dEZyqrE2mhpl7W2+NDL7zkVwzfaobbQpQPp+Ny0eYT6SK49z/UqSahbVmamgvW6tbH/2MXdRlTM8AhyvwG0kxtsybjTriO0fCVNBEg+/m5MA77vm0YmMBPFD++bndLFxRQ//LBNPOQ2Hi3YlDfaIqYhEkV7WkW9M9eQHFawRYYiam5FkHKQQvqIG8UxyITkKUwm2Rzhrb/g==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1697\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8169ac9a-b922-4c0d-a40a-e9294ae1cf3b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"J59XmSBJypB1yzpWPL3ChEWPzFLtxMB0BgFXHma445qTg33CiUs8vr404UJzdU3mTHIkUkUVIYcx6gJkap7Tgig8of3xL3fMq9zLDvSxx7qifugIEDMJyvCFQ5uMqQVzJxwoW2wkcn08qj4gCA/vA9tB6zg2e34vXAGYtVLsv5joQhL0i0Ehmf/dUilmxJwsuljMHE+UTCfyZlyr1hNhnmvsbLmVn+AoEMgkx6mNNZkXd2jAHowLbttJNNxB+Ly1HU3oy5yBqnxflh1CGQmKOHqFBFmL1V6VDNwdOFa6MkKWSNGeLWayqSFvUpQ5roFJ6xdYQ2HGoiDpAimPcnQZUNd33s+iT3GjruEAYOTlWkYlzjgecPM8EjD7glieiB1ftJVjkIeOfpShl6vlFDHPOidy3Tz9sFQicQ==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1697\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d281a149-def2-409a-8239-8d062fb78620\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Ze4CoMn2gBLXpXQy06DgcRr3qF6phSeYXc5WrHxvuxYI/8aZAX0cz/NT3hBjzX02iFO1MnAUS2PwfSj54lslR4JcfjNGe8sdv0tPODuxG7+6XRSxfFX4DV6t4yCzwTGz/fXYRlpPCNqUIq/xU4cRnL90PhCUWesdJB7mg0/0G3POJMouaK7jMRzc9wJ9OZEsMRXJxmifMubLd4447Mv7EEMVAeS7cpVrrCLCk4Yp+UmBIgHGmfSBYQAowrGN/NK9b9MiDL94UkfJ0OdLanpJTWFaq/59XvAmaV7Zg2zGgyjc4JdNzp0hvV2d1k1p3YUnnL+RxkIpK7b4SEXlKjpYsW/NQXixJH1QnlzNG0YMOaV1RmRwNs7oAPPfgxrE5UOgoeTm69xnUeYJU1jnq0r4dmMUR6q12yp8Kw==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:31 pm\",\n                    \"duration\": \"07h:17m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2895\",\n                        \"DL2809\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f3dbd700-6a8f-4c02-8091-902233ca85a7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"ExTrvEZeH9WumFfRAT/IRi2etRJ0F3JU++19HndTWCg+U08JVf34oza7XOXSE1t/0zXMCLb+dpag5MN1o2rx464I48khL9KxP3WBQGBNhfHhVNShDvBeoACnrRubsOyhqTYRrrygga/vdqg/2bCXraeNdD7qkbdCx5CbJYMPG2RfqlB4biDrAv7BfyJmWnxJ+BdpJ+7G9XnJIGerolsQzgc40DsPTjOuRhaompmui1xEFgnHNpxsb/KEOYJZ/clJI6tfOAL5koALa5yE9tblgSJZ0KQk/khzcgknGFnomlhvTMCYw35Ml8NlP4paolbAxVFMWhNY8eqbzoO3shcwTjcaRB81z2fEbaBHcgzCmGFqWfRzC3WyKq/BXTdClbaUgaEE+tjmG5ws4HlXI8G6Flfa9aFxYnPeHw==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"07h:33m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2322\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b26ec2eb-606c-4f4e-b872-b48b6f51fe00\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"sEFHGo6Idkv1qq2oiRgC2e2a5WyF2++Xo9sULSD8twsj1rjXIrGtCrICd4WBFu3IeQ5boTODflQyCKf3IEdDasioExIrM0L8/C8njrQEauwy5BWkHJoXrlMThL3/H57EMZSkAOZbLScgZA61WpsjQEyOkawf74OywSPqvOIYlAWOuyvw1xF1Xl7PZFMzV3+Dkd3PWPyV43SncHLFALHmkAQW8kSzs7K0jR7d4vZPWdL9aK5jSx/dHlJ+rCaxPvBL6Zm045bN0VwR8yHEBDN2UrO5eAqeFcrU7szFuR0Gz9n2qKbD09tUfEY0M6J/AzggoW37+jZxM6LRxAx85URNXl+76w/7AyG7wX0GA8KIpmNbD9Ml9ezoDzSm4Y1xdsB5eV4whYcE2CEKtze1r21LbThlcFc9IP7Y1w==\",\n                    \"base_rate\": 319.42,\n                    \"tax_and_fees\": 72.94,\n                    \"total_rate\": 392.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:40 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:47 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL713\",\n                        \"DL1559\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"25256eb1-af18-460c-a0d8-9aafed3724ff\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"CqfpUDqvUZPZmqAcARY7n+SEMoeZja94NxjK3+FDoHDWxJfEbvcGWDwRgSl3WHLG/AHOGLnTY1K7ZPF5HgISSfPRSwggQOTN2nzgWcFQLP+03AeTF7Mii5osl7vU0AeTrgj5thBveN9XgBo+5Cw60sds25FOSSN1b7aYBCZTgRrQPNowu1ADL67MSwGqX+DjRCikndWvh29Jc88FLvMF313tIleuYZ1//MpaEF2dxpAOytBrJOmPQwDZxQaWfscKnOoTx241KUF4/wsmhUpb8YmK5xp4Udni55bHWNFmN5sLmFtrqq3Pszh3sVWISkIssfF0Z6P55M25fSFqAPhxiE68m+2uba1qA7fuAetCh7+BT+hKJI64/ccuR8QgSt64IfilGNJcWCNxBvG0sDSTFtOOcbClhJBMJA==\",\n                    \"base_rate\": 316.12,\n                    \"tax_and_fees\": 83.92,\n                    \"total_rate\": 400.04,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:41 pm\",\n                    \"duration\": \"08h:01m\",\n                    \"stops\": [\n                        \"ATL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL968\",\n                        \"DL545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e57ca4f-7b79-4105-ab66-15a3000bee20\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"pG0HhGVrwGi8PcZKBOPSWUpbd/TtPyVMTAYNFKqxwawJOxtWwEAhdgDqG3hwG/KTRgma/nqfh1GNa0iRgufC9+2mK5y99aVnivwsZhgItSbnmpMa0rAevRoaDdvdxJeVh+pOlD/6vU89SlQMkxnyHdKwwJF7ehp6b47qNbAWoRzMtkeHOkDerw1VdYwjV7bWr0VDnPgzwVfdv9YXqObI5WJqbPhBp9GFKrzC33o+6jCDrkNW0giNeVBlE2ZRdF1PA6pwh/WWUiLU8HlXvXPHzxmGI0g2rWXvv5BpL6nrIyblajrUmPLXNh05fJV/h2ZJs1hZq2SuFoZjMOxFA9ZPe0vxRgk68GDzeoA7XFSNXGfcpcIm+Jg3fW/6kaVaWxIR9BJxlXyqxrWVMPxi4ByccUImz+b93+C/PQ==\",\n                    \"base_rate\": 328.84,\n                    \"tax_and_fees\": 73.64,\n                    \"total_rate\": 402.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:12 pm\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2473\",\n                        \"DL2074\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f77552b5-72a7-4c85-a1e1-26a9860536f2\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"48Pk/mChVvArXEHjU4r+7Ejb3a8lkT6ZpeZcp6prcZCfBlECMrDeq6EjSYXtPAIgvYnIgOZ8Uuk4VbT7avuY6EfbYL4orHNn/DQPq7RC5nQVu/Yljzvmib/WiEgqSa7L2i+JYSV8MpRiOndcmfLgrnBJuqVI7JmZqDrX2Eomgiz02lIMd9JFkiBXriVfGlA/ZV2Vw3j4eAB1AuV9Qfja5+rp+ZPyKWYDRVTEGmbBiRJuhyPkQ6dfHnvWWYqvoHaRS/WKmsGH8qo2FnEUjlpMwpJf9q+958+a+Yh+UyEJik7L4goVQORnMxcedXJj2rBxUE/GabkseMax1kLJ8V+fhZIV7GDn19MirMI0VuGrX72PEd36fm9hSqKQZ5SEG+a7UycadSSl6Hxa/2Sak3ts7/JhmHPaQu8lXQ==\",\n                    \"base_rate\": 328.84,\n                    \"tax_and_fees\": 73.64,\n                    \"total_rate\": 402.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Delta\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:10 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:07 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"MSP\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"DL2409\",\n                        \"DL756\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2985e72b-1061-418a-abf5-25091acaed57\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"GmQsCpfOhO8RqP1c+liJCr7ThWzyP02UOWQ1aeE6fJrJ0JMfPTBxwEBnfha/T3nGwQNTpyRzp47f/nZ2m4O/4mPF9xoI5bHT82JsxfpU4sh5kPsUFpROIVVKhsNgGWszCknp2aREL/mQEl6txzlXOtuYPynZjgeKNwAKbKPqMZQw4jPSidGggRhdpsWhzAT1F7oAaJCwdqB3goMh73Xwtis8tQD3HhKnV6opEI8xJD+LuNjJgWxTqG2IFYtfemw+vAqeNv+PWLmag+RbvsgUbqvNs7PemIMNWFBItz86D8ltoLUDksyXvttfQ+Omf9cUbrxh9LuZQMSax7VXXxZ8t7/PLlEmJRdrlZjSe+VdKYQvunhq0PTJFtcexTHA4BOQyYuo9VAJ7gIlhSj7sZvjobw8Cl1Gv6eVaA==\",\n                    \"base_rate\": 328.84,\n                    \"tax_and_fees\": 73.64,\n                    \"total_rate\": 402.48,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:10 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:40 pm\",\n                    \"duration\": \"07h:57m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B6418\",\n                        \"B61833\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e2d82714-7ec1-47db-8d88-462aa3a65f65\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"aiFcNaZn/s45Mb9k5rqXGqlrEnoJcJaTfwMqLmFCSoC2TgV8C4rUPUpe6ShXFhZO0rHt8L/XfZ7WUw6b2QDqfp+G5bXjSuz/Iig/hmrWxqObn1k+JzOQVoovP9hFGXe8YREyMi8ujdQRAx7E+80RNnY/HEIN1gdsN2aO7jdQ6rorBa/qyKcwuxwjP0PpFUn+R4p9ENUYRsoKaWHDNQmQbJw19kw9h5TQoRN2iLSQBHbv/VaS42/sQeJw4VcKf6JpcB5NfbYLtPrKjo200j7VWR1mpjHKhUyj0diBcYhzGeLlujxk+G695uzrRKMKYIuKR0SJF+EHKJlrEjIXDhxiWeV4KRGv6yLVN7/wx5Lf0sU5Ju1bal/eHv6NgNxy9ND9TKjPYab5sGnj3z6LNrTGaopy7Yb/pMqoBQ==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.7,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:40 pm\",\n                    \"duration\": \"07h:55m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B6132\",\n                        \"B61833\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"07d0d3eb-4388-463b-acf6-c1370347ce3d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"FxJkNTSDVJDx79lQuNd0XXjCFqY3/lDfiUIa3U4zQCHfBdRvJGOZz2szFJywYymu35dzwfaoqzn/j4kQW0w5Ntyoj6DkIOmnw+CDEPEtTIWEdAYXosEjbNxWUOr0ZVwL7fsxM81dPnAKgZ7KwTd5BTyQjVpv7Q5AUU97dfShiPgLPiUN+dnCWJQKXtk3fnYUo3JkSrj1KZ2nm8Q30Efp1T2RcxL5wdyLQAzDAuvl3WHF0fQ1/swAKPs+8rwAq+VycN13DFK8dEce2Mj28TK9/kTygxPklXc6oi5U5o4y2ImfHWDeNdHuwK1j0tVc9boK6CIQ6D+HOf91r2TQFrg0FL2T86pFCQh1uv5tPTMVW3rNrQPC2pwrBWIcNa3nKtUlqus8fRLZsVLGrFK9Dsa3JcTLXrayJ8Tr0A==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:40 pm\",\n                    \"duration\": \"08h:00m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B62432\",\n                        \"B61833\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a5e862a0-8704-448b-9cc4-70b953459f56\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"2ZsYg1itaSyIpXGnYqhMwXdRChuSUmVGbypJOMmBg9RLcTev56Lk1in2h0Df8MX0en6oxtrs9G/bK65OoLDYmQjCqvi8VLW3Dw3YtPDwsvYzQ4BLbsJ3it87z6Rde4fwpitlIFgVJGwwGyHdM/+/YGTHxJule4qA58RJP2Jt1SqHW6CxtoH+IcoxK8vFMMECfjvD8HqjeJZgGf70KUqpg7gS2HGaetSNMmT9aXxT2+GxV9nwrH9IPWZGUhGZPA80/BOvZYynDcJyliVouwACjS4P7rr/SGUC/roy/IFNyliHaEaAp/CnYFxZxiT6MaeBW3r3gaq+p3lKHjJP/k1tUvf3fNXdTGdO24dTklXbOhk7iU8jmPHp/bcsnUnLnscNZRwgEQXdJwszrHQlCQdZ1zOWBtiv+uBnLw==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:37 pm\",\n                    \"duration\": \"08h:15m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61132\",\n                        \"B6233\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"794aa9b5-f225-4280-a3b0-8908b705a2bf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"D7pIGiAtwkHcFaudT9MWbO2uNbXUWcIco/pDBRBo1iQt22Ut31+NeLYX7IrmMbweJx8TV9oDyFBb+JuPSUqwLBX2oNmD9MvfM4vwz5UgcFy2Bx+kAJrv1qnfv/VbeMUH8V6iguczFFHFQn3OSuwkxsVMv9twF6HugTBm2HTW/v6h/bV5mbatv1XvwAhcUu3JVaUhVtOCAzE4uYgsMu3H4X7i5wQ8507VOwkSp7Z0QaxKz0k3tEWuL/CKRwRvfXiLs7qxfJEQKHrudKHHnWY/TQDogKMzy+UYW46Yz9eD+x5gtCcZfmoZIqaqgTZHn8+jmnZFtCbpVwihqL6NDp6C1x5WMgZKG/+NnOoSOmf+avgZjh4qSxJJWPe/9u7+08fXn3T6DkPKeMWgrN4Darj/ezQs+CdnV2R4Xg==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:45 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:43 pm\",\n                    \"duration\": \"07h:58m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61332\",\n                        \"B6733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0a3703bd-e39e-415d-afba-0b202dff920b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"xpAIB5Hk3N0LdWTm+Kg1FUQZRTCo5js1gEI+MF5MDyvpHNLGQimcx+x0fx8qn/IJbFHgKlW3SfiW0zwVkRHwppT0yjtMgATsQizjMoNOoc7fOtdYKju8YKX9LO4YtI/BeO0DnpX5sEV4Nw0YbT8oceY/XLXojkYXGbLq+FjMACufh6qNlBGORcKF07gxPyPyh7MHVWNYkIGpQoCPiAsHk0ChCcfsa9dAHhzThK9V1qyhoQndNO1w5JtiEVZaahc7n3UXt6k5LdZ/6i/7VG6kg0aAsepU/80jtbectTB6BDndVUT5ob+n1YmR1pZ9wkRKvKoAxmcBU2rtmroC8jgvEgeHkCSFlixHXKJZO/t3S4qSPFa1JmXBhJt2i8JuCkrDIhn87TcW4LN1C9VmgHpkMG9L4haYwrU6Sg==\",\n                    \"base_rate\": 356.74,\n                    \"tax_and_fees\": 75.69,\n                    \"total_rate\": 432.44,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:27 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:27m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3878\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"90321834-f8a6-4aa5-bfd6-46ea7f2d6735\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"yLcBeIjE0TRA+bW8V0AH1xwaDBXFv2zvqT1AY4p80rs+Y9DzAqO5LgdxuR48rKt/2I/Hy6Sxr7nZDHbKndY2ZpstkDwiaBbEmfJCrzkQKnZN8pUlBNAq3beuGxRCL9b472u0RXZVuQz0M8E7doSg/FXuh3A1iRQP/uw7I36uMApDyMLJRVqncbFdXHc1RPWXMVFxN1P9gPMxm1BTtmEYdqBFb0gbO+pv5ud2wSvHsmiUOrAjdgUbOjWgQzguKQzxAC7htIkduWKy4Mi/L2sg/nUJSMaH1xJYlyzvYEaCjdBkuUL5h2SU2EUf/K7VneP2/8f1i4OVgC19Cimna+0OAZ0IL7U8/IiupiIZmPO6cVh2rUqq7X0e7os/v+aMu6cBW7MTNyBPAaYJc8ODg797ccHb1gHbZfKrXg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:40 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA813\",\n                        \"AA2430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d8ff1cfc-6949-4001-9579-382580d745c7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"+n0RvbROAOvqk44bv/3joErJfsHX1eYGusibP0t7aady1Il8RdGapwvyPgQun9X9ogV20lCYliR7Z0aI+wV/E7PZDb9watf/Wjtbv2W7FiklZNSaip7vstabbKAKKv56AkPYzAEzm3JxWYbI+oOOVu6qOnndFbZJF5egs7baP4RuBWEQ35XHZ7+ib18ugpBfD5/UYm2FORcWR5IThikCtCLzx7Qsv4EsVhYQW18AuUeSAxSDtfxZqT0eYJzWeWQw+/V9rHMKbBuldgxrWCYwSg8rJBejL6pUiVTM/axu2jyQ4ySmTtUZjzb6yQlbZp9Yy++rfAOCkRVQHoJnw5XzTprlmxWG77C0Q8CKPbu2pMKinmXMHqki46xvubwHCg0eBvKby29wTlUDPV2Q4mhlRbr9oH+jYzO7Dw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:20 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:09 pm\",\n                    \"duration\": \"07h:24m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1893\",\n                        \"AA2940\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"fe2718d4-7078-4972-9955-77df594477a5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"gr9/2q6PRzog/rrhOx8a5NY2+6lA8/+dihNsx1rQ9JFRzauUxji2veuM/xDGk3z3PuSjAztm3YNFeCcVfgLeeFpFx2ooXjQJdal2/zwqtgRUL3BKQhe8toNdFJn0bNxE51C1ZFNXpp6q1mMSA6RYd+FcvfeXbiHE7UQ1ozUynlUz9QUviKjuFNUjR/B6RR5RcPZa69wUS43jeqEoXHUBCaZVPNYGKnfMzHR5PSvhRzWiF4L7hyK38gf9ErK9V0jZ4JDuQ5NFoMnK5DnFaKMOBTGhyfguAVH4TqGTxMGOgqIfJwgp6GNZWyR+8x9wMnnMyzlNkoFc3Lbq9bztAfHGDFJV8G6RqmztlBp3FC3LPeI9iyAhPBqmnNN1Rq5XBJ/bDsFX8DbUMFKb17mO7K8RdzrFfZDe2VuqhQ==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:49 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:01 pm\",\n                    \"duration\": \"07h:17m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3890\",\n                        \"AA2446\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a3925407-7fe2-4261-9186-9dbc3d49a8f1\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"VKUfr55LCGYISEX4Vs7hAHBdsWFNzlK3kfgUFWwi7P8i1grTB8QGWoK4BGm1s1vKo3Jd6QXyWC1kTcmQbEDYvsGAucZBbPih6+7extNxzvGA9uJBdzmop88b8+kU3+58YVZk2TSGUwGr+JYaG1jK8WpDHRDdhXxwj0I14AJKHV6wWCybu2EPhcuq9joT4fl8kTt/qqSG6shw7qmb3JODQn/6rib+N64L9Ici/XOkIcMTKBviZTpS9PLmQ33PM1R/bL3DNQQ/D5rrTjYKKQCntjZYcdpvZUwXNwrPUtRMzrKqduuv0Jq+lVCbmg6KG3sdQART/vRuvrP1x+xqqnzJuD5PPNNEuMK7wiBsZops8w7FuhrJ3jy+wqDd7rJURVGnhqwhBrjtp2lE/nsN+EPPufgkY/rWCMFcmw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:44 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:03 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2133\",\n                        \"AA2860\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"3e239412-734d-4e64-bc41-7f3bfdf0e7bc\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"rSx0X8gP1HW1iOvEueWRMj6B+TMKORzYMD2JUA4O68u6uFzrVRTI5zirxw78dRAmLsU8c5p8TbBhLRE9L/KXDk5sCMDYJ/qrAr8eDTCoNXzlOGF5f66t0NPiawmZsQzu+bIgu5JwUJbr2HRodK3fN55Fvprn3I08eDmOx3LCJTQHq2eEVkUhReMjaZpkusFUWl/wg7w8PH5qG/R9YcW9AfNJ1G7+b0vrXBqVBHKMaL+My45vWisIia2ba0aJ/kCLHKoWxNzv3JAjVB0u6a4l/6FVnAfOaDd/q6m8/5RAh45RhK0DvDiVhMUidHgIqaEc/EHbbNRopklN/k2KfpGbDAwBrT5n1ZAnAlCo2jAZORAGOb08Xzeo9r3InlalDSkinLauw5ZLgb5DTJUHFmw/EvBQ0qknNs0ocw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.73,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:15 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1303\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"40ba8009-4768-40b7-a731-50b1484a01c7\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"2jGRyYKzyM8BR0t5T7BSeEWf8UFXmCtIpBm6dFCcmrOP7VeivYnqkCLFEMQYRnMMTSat3U6vzZ/Frvy+CoHJIn+fNCQfP8U5pjFuOlKRZYFt2naxbbExUCYfK3TpFvnzzX/VcQh6/IP50VdV6mHhofZuaOHnIEc2x7boQLriay1WrflvZ6BL8kwJKBps3B7oMrPk5C3RThqa+tQiiV/95itYlcKohmAOV8sFD24NaHmAJso1R4D/C68xlx2hvXXncJbjTL7hjILJtsvoOwtVGTA++fhqkhcmg19v+rS+z/jUo+lgwjWRFRviruPe6uCNp3VYIWRQX8fWUhF+awWFY1zhCKHGmX2Vl7tbyh7F8E9ohDhrT+F68fLieHjf9IA8BHc3kwaJYRN0dipJDzxPNq7j3MX2jAd0sg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:08 pm\",\n                    \"duration\": \"07h:34m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1282\",\n                        \"AA1545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a849a539-5334-4d99-8139-90ad5fc027b8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"qitKKZ8lwAvpbelEN3NyIV1H7WNUNxFsFKF1Q3T1sfKw0ctSHKsLM3b3q/FGMRUAggNZYYHPOyy3bWfS9kj8cqbdx45c9sD5QFVRWHyGwWJ//ON2o1AIJWpulZs4lUw3ZmWXxBiscZ3Y+9/kRo55Q5IulStvJFTtICcYrR2WF+k+rcAaglCJKtu7mvDIS8zTsvYphVhxPoLUbJK9OoUIqJDBWA8bYuaur9IaMrqQnKfyTSSeMpZjJt4lcHKUX8oHG+WXP3OfLFAyHOQvOUCkrKhiJPeqE3JBACWrzswfOy8OPc8NZwzBFThAFWbA4xScj9sJ3cNqyw2QVOuJyS80O9D4CUM0dkuE7GFjrENq35pXhExCaFowXuy382/+QLViStzYGGffAasMLeufeJTwmxb5kQM0KdHP3g==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.73,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:35m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1796\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8e7baccc-0d9a-454b-834d-82ddbf3eb0cf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"vEPw7SFUEmeeZ0AzVpJ1r8JSTygpFZ1Lqv40uM3ekanr8ekDB31BYgJP4WHoIHBE1tecDUqBcVZN0oO1O7o3q/+dD+pi+9QEfVSOTTdqXTsp0GqN2NFbFvvhuIxYoB3a6TRbdbJe9pWbST+1YmSLyEiMpxK8J5qkiNtzlBZSsUlIjy2kryIErNfwo0/XsaEK5U0A7jyUZVIMZo1J0bnYTLXpcUIYOymVVPDQXcvhwb+RQ2irXr8wLufv7yxoOVAAO7NvPrFeYbmGjyzsIDfmT9Glq7AQRT8dCmYgDbu7TVHx+xhO3jP8p5nBrlJFcUEEwnIj28xj3LIcwi0Fg8YlyHcQJ7C6ojDBACKKVWkKyvM0Xalwi/YIjzCgERBr/Q+svccqjU4g96j3t7WnS957+dK8KkxIrtk/1Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:30 am\",\n                    \"duration\": \"07h:44m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2505\",\n                        \"AA2428\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"a6143ae3-6f12-4ae3-bd44-030698694b73\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"+q+QRLHuVl62VqqM8/hm1Ro6Lz+J5DzA+1LIA0ymuBTCaKdWS1I0Vt41x8cKASOzHIt5Xym+3AeaUhN7vbDErbRC/ohx1IVfP+mc0dcCZzUOfp5iggM/42EPf0BonjO93qf9HdMHSRtHRHu1ftfTIp0SAxwpcvqlDdp4X0sdo6pCNvUrFoMV49MJHxA2L758eD+0PlztTbMB4xUGKsWZS6h3UinrJXUNjcXvnO1AJBsG0gL5ldxn5QUCitgsVSTSwiief/MkXGYJxX2E5bCVDD0Ohf7opzDebrWE7i5r3WZc3qpkj0ysMEkE8dYJLHV51RqCs7FdAYKKAnJsDXOW1s3ZScoZICbtAaiclb3WEKG4Jz2/u2FE37lQ1VWBmCPLxi0sMWDnVNpoTaVDyV0p6R8GsjLID2PP/w==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1796\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"dd317905-44b7-4d3b-88d6-b2dc595ea33c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"QHwW5XCmC5DIVhLSdJlixu5mRRzviLzvZFK7XiwruDM5iFi6FYTF5s8sDrdhXn+ifmDqenVyndef53ZeGUgv7L/HkDxSLocTdjL23mZqXEwDpMAirJ/pyOskCWVNvET6pYS5CIH8vdMf65LT2+lt76BEKI+j7qa/3+uFO/ICjUMhEbyqxjOXSOo0I+Qhl+cMW5ormQ0VlSKsU2WU1yHqWQerP8i2fensTuN99b5uMCqQ8OMvAI/moeO7Y5q/hkhf2EZYHB9wXbIGoWlZepteO5Fj8yKkI3j+yRISVwYUD8Ekp3kEY3dfFrtvL5MgKuqc0RS3Lmrk9bcbr9jIGZWwlYe34+Kzm168EppWoHPl4/hdXJtiyBfrviK+4NR9QMn3NifcD//2eOgvvOBC9FhsNsJu6FReA3Mndw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1806\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"f3205236-3c6e-4f1d-9435-acff2a8bb50e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"CRVN5UHkCwjjuZoIUXrjKoYRiu6fXem1r/11b/iXpyumAOVvFd6FjMJNv/ZE0tDMOUeKVYL19huGYI2vTN+etSk0kiWMzzhKFICzdQ9j2/SssYgtfmO3HZwijNK3JMHZXcp8O5ge01nIl6yDXAKHd/jYRGAn1NwPjiZw+C1j+8IdIaMy8CTZjMPATccQyTFL4nQI88AUvUhKpLJhEGXQovFsYTTFgQVK7KBrMvUvLemkgU1Gp2plX4db72VDPdAkaJw6P92p4kBc9qZYbuXd9vPmXDGjPHNvpene4cRVu6NdGEVI2U9HND46VgiYrurbi8/9J00wt/6B2LnwHjjQhL+ReqhbGtyMKDnHuv37nAHBIisk5cSM9GAcBGs/YnHSxLV8aolDABxK9d0EnLfVHDR1OcdpgjMUkw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:56m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1375\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"18662dcd-e485-4675-9c9e-ba0a25ba7ead\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"gV/GDQ0qYzuQLYZiJtjBrgB4oAY4YST6tgS6OOY7FUncKmORpQc8jctmex8YrlxGZn4ZfVv2xqrf+c28w93Zn1OBUvEb4xDnoHFL4mWCM35/pH2TLng4Cxpt2fhQv/j1Ih52jB/bEaKdK+nJVxIgOCtBfILwfPo5fHDE/r9wtKSnPy6QpqnG/6OU0ddArehxDfJD7023zO4pxtQzVNKG9JVaLSRp9C06sAHhI6RyshHjCyS9UtP2NqCO7muwyVN2UtCW3Ak/ER9gLisNZSA9+dsIkawQTHMucXFFurEBCv0mpqaKtGikbsEkU+NLNZgQmdZ/Fh/WFygqRcibFrBf3MQ6B+MeutrRylkpIJd8BZXZqYSTgTWOeCxlJYmTzhDoSeq06ys5IKGVfDZvzQCIPJXM/X79U6rESg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:45m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1263\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ccd75224-289e-4e6b-8b43-42137c6fc30a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"5kjST58zgSv15CLqT/2c017jvffFliLeu02gdsx/bTu4Kmv+AtTX6ue/Ueh+VHGvgplrRDHmycpnTqDlKwihboT5QczblIL+LyKvzebcDjNjxR68Nb3C9MzJ/MhlFE+s5eh1vb5fv9Oa5pefFCAIY5oxfx2mTIKmhZq+/Z/8XOMUe2kNMpy+dJvqd0cRWvmHCCY2Ufuu8uVoKrzs77ajcXph9Ew4bLTAaen7RYJXTmNMtm21Y4S0TGE66xPbiUxzFx8Ou8lgEs7IfBKwHxXA/H4Oqcjv62bLuQDzBh9D9Z5h8JfAB1sa4opSPquewlz+zO/oxLbmSarxgLTkgCdFLD5xt9wB/OZpS+FJ1rMsdprugSArqV78q5WO3mrRTGOC3QfAzrnvcdZ5VGKrUNCHtmj/rfbulCJUJA==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"4:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:09 pm\",\n                    \"duration\": \"07h:34m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA396\",\n                        \"AA2940\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"bae130ae-1674-4038-b1a6-75ab46f79608\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kjkDBFJDLM0O9kzGBtG2ExVKe8/wcBrtiYvvK7kEw/C7FQKo5Vy8i6S1h4g2I5GnZfg13f1DgOwsgtedBKY/OzXBO+AFXOMrOlLOQj8s2xaoFBNbPuC7LaFBFgkY30iSlhZ4Vp5fCOzJMcw4ttUNDCMLTleAgtif99EWGPLnRGz5C9leIPKXLs9oxR2IFMYpEKvdTsNjLrUhUSUj2sgt+vnEadFJc5gSik5y52PclGTLjxMqIN51m2eU+/0rmLYcxdCfHLtVUM4cPwDhUH4wOdRNk7GUlKWDbPrryfcdJ3+f7DjQ39gu/SX8HSPJsi1st/tOrzov1wBt7ArAQT+Djb+FiQeuWz+5DzLYAV4Y1fHaG4guD5IibkpFSl4mXUUJzD7lIRaFz3PtwbKmw7FaPphh9v61kJW1Xg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:11 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:39m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1093\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c977714a-841e-459b-b58b-50d13a439a81\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"xi5SqEztefgHKj8HB7zw6QvW1dPC80aO4bgcL/XvS4UqGrz0uMrUeHJrsWUHIGaFmTWGP1adxLEz7maiBEugdaBuQ4gBa2hB1cMSZIxvX4TANlXsZ6cG0/MeJladsSp0MWw5/K0mioHrhl8XyMNRZkB5u//XIe6mKq2AsksH4Tg1oEpbHRmLpweUrQ6jxpQo9xFFkXMTQanwRe7TryECrY3jrBnsfV/gnyUuw6pleYenysjqbiPgI3UyYVC0Q2ZhQmWSkTUrdg/eP21iHFHInykdhoC24yTdCiIjZ+UrDifxXoa4sihZuTZpfrybDSIewXkBF8SAHElIT6OwdTwyUrz+QQhqsrtrOzEj5Yxas7m75rSfB12HHo13NQGSIlXrXd8WON9NFn6DXPZgKgXI4YEMqeLfwb7W+A==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:50m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1263\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"35dd5518-a6fc-4a7d-ab81-7362f9c746ad\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"/ZDinYeIQX+WR290pLtCAXxLK3lIdrEQxmwJlkhjNWSHzQHoweLtAvRx982K8M+T1S+/fbC6QsYpwm3s/QQvgBKFdRCj6739g3wiFP71Mkbv3Lr5tpvMfvePiQugmfg3xr0mIHctX3SY5gFmvdO1zDCfDQdAXNb28DHfaviNywlYpSNGX3UvTFfUcuNOsVstm0TrxeVq4W3grjbNKysePiJicj7YSMyNVN8cZV4xhqjbfsQnPJqMtylhsbwkQBJDj5I2mxoQjLbFIYYAr5AyWWwMv9oHq8zBjLjAxn7cHkoLqoBZ3POQSaeyEEpGHn3qCXVj1LUvLjT+xZe+cnTyC1qiDT8855sqEVBf+0MKxdriOxeocaYn8s5fBDLEgQMFMRUtSo3fhizleUZaXTowQh6ffnU/kykBEw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:32m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2088\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d0f375c8-d9db-4f55-b203-c533d40b6dbf\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"NDj7QEVlF4PH7lJjX5hY2VOdgs40e9Nly7S4eNmEiwH8By3rMzuZN4ISsmsgK/Pov32RtiP6fFhAGbIXHn51eSJr6T+4D2w2oQqvO8tsbBwdmzSd/QCPQHzmN71SNr0ReUWPLEHY7segq6IVZBX01WwcXTl8g9uV7vMj4Z/APLGKOOdSuAyYBMD36vEG61d9hlkUVhZUr7LhHJl/8k11OUlLsBX/Saf0plzMUGkk6mAZMcCHxOdmIi8IrpNXbkiHfq3DCicFRNJj31exNVhyGHmVpWvHEkhY4HlCCYZm6C9k5P3wWfoG2IodVL7KhP17nJ1shxoZWMpkv03ktNiUk+BGx1ZKEwkiyaO1lqY5KQqbj8smwtDa7FkFRSXzPCLdLZCb5aQPPd1sFenZa1dM2/ZgySEFsWRdtg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:15 am\",\n                    \"duration\": \"07h:19m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA462\",\n                        \"AA2708\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b29b8ab4-9200-4d58-a4fc-a2fea3461a4d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1YnKKGt+mEICnOT6P8dV5Rw/94FhfNBh9FBGQOswvXTKlH/aVrlGH00ckDNU2jvGWkkCG8FOUwzJdrcVzrksEnMeW+dqOR7E/kepg6a2THnKMv2487GpCsefyKvFiSgH2Vvzd0quwDaM1nAp+qD0arGkcTny7PXXQkoH69UjBvbpX6TrfN/6grvRcg6vIwEK2k4n3ZSuzryQBPJK8p+2zSBfv3wlTQhwbHP4yudOobEkNjdZbk3zK4PqNzDhpDeS8j+dtTFUSQCuZmkqFM9YSFGSHIHsH0DdswP/dGILbV2kb/CwA5punEifYel8bJWsmfhQecrx0CL3ooo/FxUfrYaLGY44wjPE2U7f6G1dhEAg3Nyw7hpUZxrdnuAYR23rgiqtEljs/RMOrX5vE6FuTuH3+cthm7g67Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:31 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA462\",\n                        \"AA1253\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"cf226d46-a6aa-45d6-8807-6522b9c6f738\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"UgjwYhDKNRrN/vrOBSByy8mDnxaS4fIQg9eDKiZCBWdTHrEjQDSFZ7sjffm2SPkC3GdlmwumAIO/aKoYw0z6s6Z3UwdyKU96AOtjdZwylRiPZZGJOc2LgTv3XVPo/GZ2n5U/Gt9rDeV1Fq4cXw426eVHLhKjG5NQwqjA8NqcaLmbIv1t3QmK6lKzzctwk/f2gYs9lxNFV1AkveWXj5ElC1mVsTOTmfCLz1/RMAE8Ix5ShhO+gqVeZdVjDoWlsTyHHZ1qg0vwEO13fXN5sL+kRX1Sty0Zm4ujO1Jr79qMYmuEg5HsqaHVWzsvhS1DAGymfN/fQtXQftMHvWdYhje694XEvrb92PHHlzefNlXBtKLEz+DR63cNjok/xubeVUHjZUDiARqUL+tjXIpfYvhmpUFI1qZaomswQw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1263\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"940e2acb-8fcb-4e36-814f-03a522e3cd50\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"4FHCRoWKrc7cHyD8HQdbDq9yaaPW3FVXHPBFAumWyZkd/+GKQ5fqpxmAUvweCtGJ4NF6U2iKWdRWUquzP7Q5FmF+fXAfAZmWTb4WzHthU1xJnNBw8LD8YrGh+jJhNBX3lcG7AGM9djWL6nf0ZWpd2MQexBWh3zNJtxNJoPMvwQ/qMgbL4A8MW6j1uqQipzV8sMCr12Yi/GreDXidIBnNYkn1pTFxoYCkI4c2MyBs3XMGvAYWNy2kggeBaQXiK4vHTvXxbPKK908OK59iNPW6O36qzwgkCzCXmCxH2orHjRvHzdlADfZbCXCiM4V2IVE9klvu7T5HKYX0tIiOEwwqkWLiOgn4QA/7SsNHy9nX7IEOLyoVjAf7h1pH1vIX3LIXovU+4nQe7FQYU5TEY89JSnCaZ6PYWAf8Jg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:24 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:10 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1597\",\n                        \"AA2387\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"41ee4253-c036-42d9-b863-a6f042f3d33f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"uBtQxHOXE4WM7WBiBZCoPWo8dCYawsfVj/8Zi519r8uNqK6l8HJVM/yXgHhtOtyNl6u4vRuwTbX2qQIR7HPvtklmqLtGw4xLhz+U6N5BNNFceOIVvm21OhDtP37csdzXm2hfpEjfNuyu3O4vnU0PjUDr9KuGbRSNRBV1/iBImxRhk75+LVRG+Y6/NGW8CKG/SHP0rLfyIyCYAdTKzUgJdcv++z7pyUBp+j7zE2Se2Y2GZaI4l6MRWA5Huu6F7dzH/prEfPM30WWZoJNBdGxWMV0otD6OVZ8G96+aZSvE4AFB12RobOcv0Y/71QfIlTZi6wb4vZDOYxADOVyrJDzRIuHT+238t0/invy/w76/geTTHrm8sXXjZSVfDIN84orRElSJC3DWbKiONYVreS0AgyYNFMXAeFp2Yg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:40 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:42m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3279\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0a0aa29a-13ed-4a92-8e75-07c1e6e609d9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"fr5jtq9MphH6IpeNeN9h/sH3wkF1c9JDOSQFP7fubwJnAXTWg3FsWSBa+Nqv2A2PXfO8mw/mz/J3KspX/0ihdzJceUgRzwblnZHsKiL2fHPFmjkFOSzVAQ/9eO7sJ+GKcxDQRgkXEZ9F7bqBO4BFc6bBuZmvkZ4yVDrFiX7yM4SY93HxCZ+98fBXXMyDb9ja6LxFiatYgviHZrF4Ry5FRpmFdsCS2VJen79eirtilc+ZU3YzSyNbwL5aCbdJj+hWZlBWH84qpsCxkXEQD4Q4/4tkZBNXKcvbhybKOUT0miWHpdDhjKZ+FndPUY/RMOsGkpdHQPg9jhaxOFnKXpgrXT43EZDijN2LgQEUpGEm17i3egirruakfcDKzDzjemluC1hKI2uOcoNSF88R/bVzTE98Abf1efZGhg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:29 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:33m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA547\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1d2703e5-168a-4dde-8b43-3640b965e0f4\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jvD0yurH2nSd1u6G6vPiCRwGBTtDeDHbiERMxrDL3TwyjHeW8o6iMMJXiE5wkFHvYzCftmJdntCnAvmjCtLhQOSrQ7PdRkENXeCzX7siS+wenYTsAFO7frD515116+xlqh72mJcpRUuK4CcpC/pNWdZPY1mnoeDiLN3pMalHJBNecYJuO7e0GScUgh7R5QXLbGOSr3Y0iAF5H/oB8QkSpPeBVUnn5Y7n9CTLRV6tWvsIlBWbKSIBxonF8CJf8Uau1wpRBCL8GJtpuT+8PJflH8J4XTkCoT+DTsSlfuPEi7vED9klOYfjJR7A2d+9dvXjmTo5PoAyLZ7NaWGba7GqvCZrbKl4XjLPurE9aDMAb8X8V9JXXfUEqsKZjywK59Aq2+R4QwjXmEa6zKL0FwP19xe4Os8LR6Sndg==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:44m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1023\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9115b97f-d8a4-4a33-a21f-fcbfe613c74e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"zdmsjiNb1Tya47jtefLoDcLIS5uol4997FdQ0SB5mrLaP0eXdnTigjr6PnSwquxcAaGi9SsSaK26RA7L2FrHYTvQeENg6dIAYY/X5GJ4kz8tHVjnmUeW/txd76BETAkwZ3cIYD4DQHPQO/T993xv4fWESwpw0ViFOGfuXfniXdbahjnEm9MM3Wcrl8jlu4QZ0YC5htNSwBj/XxLs+s9qCbbxG9s8byWXZFF6EtNuGdge2A4S7tS1TX4vMKb3oERZPq+agBOZ6+bUfs0MyYyVnR+ox9Zk9Q7MTrvygOrTE5m1ldgYyQ80MjlwRn6Jf/lEKgVdht0inW/TkxbzryQkCYj4Cd31vOlbRw+ICKozNlVJmqlK1HRZ4UWe8m3UQKnZuxpS4Wds7qTj4JD3b4EQ3mCjs0DldDdsog==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2927\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b0c20eec-aa0f-4ed4-9a71-edcd42ec87f9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"4my32w+aOt0zehxBqKxYkwXvTFquGfCu/tMrYo+dlT7pc3wXltkfgH3U4fJ8SPams9kSSj32L/HayaATB3SrM0sm+kQhoIarYOiveIm6+HoG5Ayyj1q7i8evdu5TEQUhZmNCbY1b8tVBqojcgBL+yve4d7mhm67yREOlm3SwZnoHGAm/6SZpAsv+eabAeUv/vHkjKv6vBGnupsx3cDqNqqJN/XMfO5dM+dtYJI7PLi8Ek6v5Nm7BKiQ1vPYL9jF4o32heubesXCGZonHX12A3FqIyNm+DJrz9eE9UU+4KC2nNVHsj4q/cIkcxrUvVcUq1KkF+u/qS5BRqCHfpKYQ7oYVmN8m16h7KMEiDJevrTTiRtCRji5qYETe9fShenxIpHvy76RRI2I1D7TIDjAFnrCSqkBOlpRZBA==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:57 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1056\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6a5f42c3-e3ba-4d8a-848f-54de7d092247\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"tj6/USUws3a71r+sgI79v9qI+O8en8i+zdWABGq/s6TBqZw9SXB5n901ggSJd+oRcghl09w2GmOQYjT3kpJWaFI8HEuDkNDcsouTEMUxQbUMo7lXAKaY5eQ+QGM50mrKkVFVqwYHp7KiO7byME7wjhFLqlbtDCyfKaLo1Xyo9B0DzhxMQJdf4uR5m4lLYegiJ89CfWvdIpWtOEB70zhPPGffBaiPtAXN9+ZQ5wW0QcTNjNqo40nMeynZR8nFOSvSEF2GRYOjHc7RgxU9HV6m8tjBDsSx+DlPnn3dTyDA1dqvqSOOwoljNDPdYuzJ8c8f2l6QlIjXcFDPhPxpsETL8Q1OBAWwOQYrDLAK6ViKXyVff+4mBoNr1oFBMK2klmj1+BdIIBUWOUBGEQOZQ6BoF3YwsuuYnDAvhw==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:37m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2088\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"faead610-3da6-43de-87f9-7a144695a93a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"LtRjPY9WIAsvZs2QiMifPTa1uvBLt5Dtq5LsarHTAQ46yrxsbvFbOLGAvRVcpT/6qWySEuE2W0VBD9iy/JUZ+b582/r/46K7D3vEdcMjRt9eTIgeD+U2fhqaOhmvXYT9wpC5vT1bIh8k/goNuUTnMiGGTZabbVCQlI5bZtPJUCkE7D/FTRiUfL423+vLxT2iQdrV28ENoCdUCRQEEAHqArK9DYKeeBATxB8EBgqbxRb+SzzSOCNiV0TGIprf2+hGOtBBo3Ucm/Ss0aRBvCVLbwJU1EZKeofK4bAR0E+Pzo9GRxrAggZ0C2HmUaBOmrgApvna2w6s+nAOcNU1+oJC/PxTUIdOu+M9HMcJZX7nElUDw+pgKWz5Od/ysYK6X0PkqG+j6iQPk9tXTl2mNxIY/ya5pNVlXs3LfA==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:57 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:48m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1056\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0111e304-3d1c-4d94-9139-e5bd01f79a89\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"vPeCZFfyr/mm1YUGcLBWaLbBihnHzD94CDCnKbrcc4F257GiMvW8TkVoAWOvxIIFCTtndDkDQfeSEqb0LUtp1u5TYPlhuNIlF1b43bel46CBhEXEK4xEtKv8B52Tjjd90iVvPCLcD6bUw7yTzkG2TATEcpFPVafMXP0cIZmq90cvqDHvXZLzP1hDWz0hn9DiteMuvg5HJkeFkcCpHmwne3C17MCHnKjyryK6PTXnQQ8Rwoq6bACCUDWbficSCZ5CoZ0nYvtQ58hRAY03bk201m9b4tc4QoUnUvRZHoFsRiYDyrhVcz8oIyWLUaUaKkRTsnFoTL+T9e9UFCt4NsWKYAYUNkCNMPogEE2201rWvguS/1TS4gp7+0YhUYu87IIfnuG7FuKaRXhqyBNYfY2qMGazXl7ikiE33Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:15 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"12:31 pm\",\n                    \"duration\": \"07h:27m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA392\",\n                        \"AA1253\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"49256c18-c5f9-4b98-83ac-acee4e796d6f\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"iqx1xpeCxVyj9c13k5I+9XIyXu89bOkuaNE+9BuRbJ9eDbtUfR2SKEQEljl6GWvmf+Aww/TWSvWPbHi6NjUehDoZzcEBlxNfT7hFk4NP0pDaBLx12STPebEar72K2/hJjDoJprj8SZRq6YSrnCImQNHXMmHuJ21ph2Jbpusy9ZIRDGgU19ko8ILhl7LxubXbhJnwM6AUMq0UZW6OeZ0opw+Pzqcl2nPil60zwNZRIFyGVWYW2/6WN5xm72R/wH7CP2HNUTFiTikts6JXgNQQfJaQx5MmBXZ4F1XrnPo1SHgnZU1qcrB/r9P0Loxq0tVbxE8Impvw7SlaKSBfbHbsgYGINQ38QstGDElanumGqP0g5++VLzcQ0uxKuBu0DgoNrI0zIS00l+hs1v60Y7ajvU/f4T9t6VwX1Q==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:27 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:30m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA512\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"9d403c68-7b90-433b-a255-d2d109753d7c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"RP783wZ8fZoK/HccbM1a6Dk/Nce/tk9laoD3chRVF1E20iYLNG78uKLyI2aXtrdjzUY/RAE0auPafv7FaEIdzYXeRTejQ3dJlT/QjBNtPN9WeCOOMthRgDvqt9yWUjOOL8OqNA4Cqzxf2gJBfqD3JaLPsXq/SNhGcNmHTpDwrC+ImVyKnPGHqf9oDBg1QOljWQut/R29qILY1P3DYKNRE3MHB0nNu2iF6MJf7sPSV+zS8WeWoNecsktARaE+wbxfygWPbDMnX3SGWZCPHqBjUqy1oJ536fKsWEk4DxjW269HKF7PBq4IVNr72JKcjIXwpQhX8DRNx3qrIUqwHyIPBhPZbdV5WBMo7/pDvrcpE5iVj6Pr5r7j0fXLtYw5DjffaL8kL4mBGRUjkoHx2m69crRxVUDUAjeDgQ==\",\n                    \"base_rate\": 357.1,\n                    \"tax_and_fees\": 75.74,\n                    \"total_rate\": 432.84,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:50 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:43 pm\",\n                    \"duration\": \"08h:09m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61118\",\n                        \"B6733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"60b4a05c-44b1-4213-a32c-96989b92e2bb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"cTt6auL/diYmW1b28GibM1nwyoH3idSgYktmKGVNtWVZHxQbH7eWnbskQ/AmZzA4Z9eUzUzhfXD425bXE3p4w41uZzM2lesqEckDVNCu3DsgiaWrIiIahhvu3lvHMjplTFq3C1v2fiPC+Mgoasdl6NfZMLAKeumMpJtx6hOO7RKxL/aMpcFyOE9S+Kxvvq/Sv7TzLDUsMtONJ7q0Z+zUcdkZZrJH/Sv/BIZ0QA+PqbTnlO4Sx0t8j3lRPgcELgKquXkhxuGfmo4aD1Lie1TErBHH4CIgL37BxQ/Jb9eaUou4br4jug8Le22LUmR4KdWFr+AzEojoHe3AfWWSDaTF6ikLm62LtFaRRapwRfbLAsOnOKHAN7m/cP4gLzUPDwHzziMomFwqinyLCyFDR8jT6mGpVfFUWUWa5g==\",\n                    \"base_rate\": 366.16,\n                    \"tax_and_fees\": 76.4,\n                    \"total_rate\": 442.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:37 pm\",\n                    \"duration\": \"08h:11m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61832\",\n                        \"B6233\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"16bacf28-ceb6-4978-ac35-572f9f67f0ba\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"BYG3u9TYV7wExBjK91e1A32MPy62aqs0d2eOzmgfmipdbKh4qbiI+hrahOIZ7tPNrSh7S+RPtdtef/C3SavTnBPAteLER8AcQzhGmHYCEnMNp496WmYCaG+TcheKWcnfOX/xNiG7oumhiKD8+SHXC8WxFP+riiuWW1rms6uDvH/aCbFFhxlxylfMfuuOubkRYsfglgG08OmqMqzzx+bEnKErcLABvnc26y5pt4DDXbEeyQxhVDS+JWlpOGwOIG5LE/VVedLIfoFu5HOIYjJCp2YqzQ+Rpnq13rT6Wt04QHBuUga1UdSPFpeB49PoluDVxsADmnqJmt6Y/qOO/WOTifcukOlTMsJmF7KSZMYUiHHIO8bIE6U2Wsed0Jfqr3DBPE5bI1onfeFeHFdaZ/7z6ZnJN2ioofpBmQ==\",\n                    \"base_rate\": 366.16,\n                    \"tax_and_fees\": 76.4,\n                    \"total_rate\": 442.56,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"JetBlue Airways\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:43 pm\",\n                    \"duration\": \"08h:05m\",\n                    \"stops\": [\n                        \"BOS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"B61132\",\n                        \"B6733\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"56267f02-a20a-4671-8f26-9406e023ca96\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"q48R/BOWaARBe/BkSu43nQkxgRnzaNPoa/HEngowhVuqcQxgeGCPQlDGFm84sMI6//RJ8pgkG8bJPO6pvCxj47GdqF+blRwatHynj+9lRLbvpO6c7kkD9XKekaoFoHtKy+rogL7yF+rEWID3zK5bmtpEJu0PlEEW3aWQU32q40AQb21zqJtsqboHqJt/3am/c1LPgjH+C5XLTxtbE9y/F74pkjHKNnkUdWUbP2gKtrXG6rU2K+/hzHpr5ZleEaJu422ndIWqhd6KVFRJnuIPwkA+hiseNtDF4aIHrMa8dP5lQ3xvKBBJeqJqzo+InZJ6ILc5iD6bcCTSX97xNBicbjS2y2+osJ/2UcQUCTenGD+XQPDh9lHzJNrq5uZF8EqijLoOcXNfNo9Uo6tMaqMeooakLDdMHapGMA==\",\n                    \"base_rate\": 356.86,\n                    \"tax_and_fees\": 86.93,\n                    \"total_rate\": 443.8,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:49 pm\",\n                    \"duration\": \"07h:01m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1321\",\n                        \"UA393\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"48d7216e-23cc-4b22-9180-1d3ebebac4ca\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"9sAHzivgQixF9WnGNz6fqq1lvVWR6GMLtfCPzQQtb+86GBTODd7ttMyeqTZadsUFLe8GXgkCBIckH3e0XYbY4bhL7Z6T5IVdcanDvpPtTEMMGw//TAsGrvK2iFTxm6IArPdC13Q+ZA1qfUaK/K0z+JLCtz3kJN/i39y4P9kuEAhrNZMTDg3GSVeaVYBOPx/GXQB7Eyqy+pfhcewnXVujf35yaHHj2HH8/IlMqqBxBjxey58OvIHnMYlYd7V90FxsFWqUEEvMbfBuoTjAeH5UMbS+OMrar9WTbJp+w7PF+CCJ0X8y4wT6+oKNvtDz4VkvZmUPGBe1QDwO8aI4metSgB9xaRJeWlz3cvVH4GD6unBNctmBvXswQnDGMr9RTwCut3LJOLUWoU5J2AuqZ3P9zpuOP4W9q6vIjQ==\",\n                    \"base_rate\": 363.22,\n                    \"tax_and_fees\": 87.41,\n                    \"total_rate\": 450.64,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"2:54 pm\",\n                    \"duration\": \"07h:14m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2434\",\n                        \"UA1840\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8dc9be25-6856-4a83-872a-5dade65b3614\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"R9TeAezwSjAjKT3Jl1+6Gjshb+BbMGDkL8ma+oeIN6PPfzzuBDNokTR7mWAwfRrGXNqHXNi7WP7SpXmhpt6d8bs6useMNjD7KA8l0JgejYfyCmWUISM7Axp2TMbFR5ivYMtvJPjx4QZrduWO9qBUVWIRlHSI4rjZFc9KdacZwfDoqLy4wYTSNo71J4BELpE3qA8xmot3pcdOnEwV3OywXmyRWI+KylZfxi5ydHZZy1bFqMu6ZZ3gEWm4m4wkmKFR8ZppO/jwN7L71NtGwStmJ5V+QvUpwfz24UKB7fn2VOcMP4WelZU1kxLV09MGnIQstAJYqM2DguciROzx1Ova7WlQHiY1TdZ1GqGfGrMMe47X6Vdc8J9bEPDftVPKfFokJ5fTv3uJTCMlqUbJ+cmRIThKXe+gx2q+ow==\",\n                    \"base_rate\": 363.22,\n                    \"tax_and_fees\": 87.41,\n                    \"total_rate\": 450.64,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"5:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:32 pm\",\n                    \"duration\": \"06h:32m\",\n                    \"stops\": [],\n                    \"marketing_carrier\": [\n                        \"AA15\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b7a86093-47ef-40e8-9661-8d55f7d9eaa3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Ff5SEOY1eO8EfIzKkhHAfzetfhpTvr4uPDxYmVZy0B14alz4mEx1f1dB71/vaoiEqmi+sfiebu0nI5Q5lI8iU9wIJQCeYlOoNYv6Rp/iTZ4YCWTudDwnJV2YH6x5rcYDpMEjmibktMYDuLcoiFJh/ysH56uNbsf3hyKI57apFxajq8jy3fPLbDG8abnq81Obge8bE/kGxrdEG3spy0HgL0XdTr31JZsQ/sYv1MmS7YgKSg889eNfuX57ywqENLNBHD3tVveU8r5YpVQUHDC/Vw7IxC70Jgfxcgd1wWB5aJr3UfenDMxX2ICdLiiOIcxzhwVxzTc28AGco/yU3ZRc0niEb4XcCfE/FpimRBgB9KWi+7GQSIt9D4L1DMMrvJXqWXs9vyaXGbeb/sLUWEjWdXsXQn37y91pTw==\",\n                    \"base_rate\": 404.02,\n                    \"tax_and_fees\": 59.78,\n                    \"total_rate\": 463.8,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:01 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2434\",\n                        \"UA469\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"168b07f3-145b-4569-9d6a-f5d729d2fe3a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"oLgpRzRmUly/UrYa1AABdjOKSShcWxhX2YPRIovnGVT7m6GzFOy9mbRSDcqLh0/B+WJc5hKjaRSH8wMEc+l7ohHB75W68/Du/VyEa+G7P3JawXwSnmCcmg3TP+6ldtOpwpMEkXFv8ycmdHotNukdUD5BKwrruKqm5n6zeZN6F4wMusmBlVIv1yeH/NqTEgFYIoQjh0zi73YJDdIVJLoZQe3+u22Db2a6WchoG8h+ZtmjV6CnB6GxzKib4L3AND3GnuoxY4RohVLm8A0OfI6Aqg9njh0cSd2VX9lJgMAjbBPccwND5CldilNsLw+NUoU83rfL0tdW0bPyoiWBPSwqTBjLyh9dBBzaP0Q90nR/zZpVxMUbVTADDuw6SP0lAj1J1VFiCq3WsgAvcMi3NWivWB/DsEoiqss0zw==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:46 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1215\",\n                        \"UA2019\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"62558fdc-9c05-42ea-9219-f1989516ca98\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"5FsyyXLppRh/sHsSIwNi3a7BbWCWt60My2caEs57MunzQ8STiNatxIhXfEwpbiorpfAjOYN4JUvHuyJ8w3XLs2oxFazkQQljWXyayo0YQPhor8WPI3fpyIidF7wHZ2f0WVnI/DPQfs0i1dkvxMZ86Q/9XAIyBVVYpwGhKGbjFLhifSdj7/ma+9aveAmiX+nf1JQfvQZl0MSzQQdUIK4zWfbaAtBazI0jDa6iMzPkUkXWoF28qsSpqPN5xLgTRLcFPHucFONYhC6HPd+MmhQFmI8K/kTjOfUhf8oAZ3oztgNqxFvkHO/HIzjMOzAjRK15iFZoR/j0Epj57pvk9//1j28Zl9mHD99GSykA2hUCs0MS1lvqxUTfKltJ8FWMnLx2TxLsym/HkAfTyiDGC9MBMjSlJ78Q7khDsA==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:05 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:05 pm\",\n                    \"duration\": \"07h:06m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2679\",\n                        \"UA1363\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"122dd2b7-3dfa-4aae-a0f5-0781ed5296b9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"YWEPGeUalwahxb08y0mKwC000cGMWX0ti6DJPAQhNoALgsA6Z8v3kE/zHYL0IoUxAngD9Z0G807Yr3h7WH6nZj4dASjFTfgGqXYIec1ebSP9Emr2d1a84f8DxNJ1We5TvUPi+J+8TqKlBkRONaZbvWC05NfwdLBT60p52uQKwn6G5e2+uPI77niZm2gJh1qRamgNNysrBWM+dHOjsuC9SYZZS3Z5apZ1oPKcXrXk83RSL6k51Kb8FYVjOHExu2kI1X1om41NejMn7KHJPsdg9n5aEg0LtxcptRzSK5lU4ipeEX/wOSCnHhy8OXR5PmfzrJoGTwe4gu3ORJ9Bnn4HMazqlBP9Y7jWSVB44vP0GONB6e5K4Vh51rePlLrINXME1ock216grOkR2EWPN1/6zP9/lz4OsQk/xQ==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"10:56 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2191\",\n                        \"UA2056\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"0f3e024f-376c-43a7-95e5-f14601561218\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"A4oUyXyOUP0wQ/e+0Zrx+0sGbjz/Ww8kikMNLUO0bQyh1z/I+kCJ0AKqPrdQtGjpSun/f4SKebSa0+tgBvtUF7hFvGDbbPzKITEud8pt01YpEttPH9mlZXASIxwHFg88l/aYCwGmKYj7JZZA1e8uP72XA8fW/nTQVKosqsOl0zt8bIc4MOOlW2f2v9zzaH3ps1Q0/HnWSTlrstaZdWgYHhVuROmEWzt/x+xXN2i8ZQxOvLwutBWHnIl4tp34W838TL0OZv/XcYVaciE/UZdIeOa2lryIX9DZuw4dlhfPdLWm4Ot0+tZCdcwFBfzTcEdZwPcci3J8Kldu/SG42yK9YAibxYId0r7jlmzQJap63mMb1oeoPfGiMpwtqkqBy8cIE+XFoNQ2yNcgGF3xiyZn1unMdqbIfzNy2g==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:10 pm\",\n                    \"duration\": \"07h:07m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1321\",\n                        \"UA1743\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"51d3c900-b974-47d2-8c33-72377bfcea63\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"n/iZeXG+FU3k49065fZmZ8SE7zGqThG3HhytWIyP93exUg9W27+3byyn2xup/ues1h/q4xdBsdmteyMg5Q3PGIWDzuxGKW21LVQg4npLNEQwqBFuhYLivJwAnvP67I8L8LAGH1U6YBJ03uSnWknEf592DR3R6NBdewPsy5u2yB10koaSk0mOqWA8EQ7y/YP6imJkkmsna6IxnWXzAc9Wp5PSYkUbb74vtdn9C7LmYUqdjzM1RqmE/1rSpKjauaxlFdaX7OpsDnlb0kVlx9H5BB4lPqEzEz4FixBYdT9nZvPm2YM5PtPAOQVIU+Tuq/0xaJ6wz5oKNGn7SJnBpyN1mvjzpjR/k5+lVm4gnkR4F52iITc/cYftSziyfeNY20XuQSlL8XSAXXTbvKU5tH1gi52OX1XwJTFyyg==\",\n                    \"base_rate\": 391.48,\n                    \"tax_and_fees\": 89.52,\n                    \"total_rate\": 481,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:42m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2038\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"85f271a0-9220-4290-b6ae-bf8c14be95c6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"biNFkiGrD7d1HOctMHkvDCILgXVqhi4Y3SJyPoi/HMPezN9k0yS2WYzFhg2qlDON4vUy0hU0ZWG9LsLGiwrvPQGZm0nZrxljY7BZUatGiyFKuI0REHiQFKeHSQ7ldfsfDt16wk7ifNsFlDo0Lc6bqiCbYTjmUvAbaUsx6qz+l/98092VRobqncgv/UODRqBookATdFdDkYpLuNys3UvyiTUqxjT2Q9Oy6MfD1DdIEXTpRWYxQieNk42fv8AcKVGv5eAzTkuFVLZWVbC86LE57hC78HzjvZLG+/N7pYNapr1H5YDPukgE4dBeFnryW/rjacempY5qvT8bzT89WkWUqj0qD4jFkfgN9sr4/ZC9QyI6zYnK/VQyIMOZ+EvBhY43osbip9bKqGZqHsVpLeOm5Xf0amGPF641/g==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"11:09 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA4489\",\n                        \"AA2940\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"fe1a8e2d-4f8b-441a-99b0-1880a79d6f49\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Ixnm+syY1+KCscvKHdVE+f04s3oSVNDeru2S8YAmErbPNtKyngmmfj91GP5gRD0iSLjKRyNOU4SukrPwsMuxwSuMLOHo8t5QNjeivdVXR933sYLluWWybY+i16wAx5Vw72VVtyTKeZpb4AgUX8L5//Y/yUL/vrqXYYHkURe1c2hXPtxPrygzRtIxwfC9f/VN18/fRy9DJHsPKr4oAQKHjInPYSXnBcCuEvA8VsUuBOQLYCVtKJMl1shZDqx5WGSB2hs4zE3+HXi90ojrYzxqmjAtyh+jIfckZcaoUqz36eMa6IGOa+FUD/HG/+UgCBCyIXSOwaVOhr5tGIFrIdafBrUtCaOAszV8XxL+3TpbWu++7AU3h4J3JVMxfTWILCMiwv2FNgWxtv1Y2Y4tVVh3QRpnmtUWt/m8vw==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"1:08 pm\",\n                    \"duration\": \"07h:40m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2369\",\n                        \"AA1545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b2cc82af-38f5-4f9d-abd5-062f84d9a80b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"Hm8sTWCdmp7IsnjevqpVqGx17Ei1fThq7Xcq00aVaQ+r/0CEAIaHA3IX4LoERei4bu4uugD1eRybcNvuy6ioABwVurKMQX1euDuEYpgVyUmZy//wNYNCfkfj0eX3wmxLIrBZg3kdsxrGQ9D7l9vC8dP4x1dfdYZniUpd+5x0CAHH0sDw9f5XTNZzMoLwrjZbdQCfKnZgSds12O9oqATPX9qV9H+MLSkms3Mw0TZ8HAjb8K45WiszjqSy6TdZlhGKVE3cixOVfUvqGvsTDr82rHQ79WrAKEDt8gG5hVQP0W4jOCZ+D60p0EDTLapoPJtqeRzD5RS5Wjl28p3w3wqPGvC2YhzeS6KdQt+xIBHKYRk2pD7EU7xCgVKtUCfCdboV8P1wDYDOhhym094mSKmRF+FYgQRZnTFrvA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:24 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:29 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1444\",\n                        \"AA3315\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d52c1d83-cb3f-4075-8e32-e79191f208e5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"8oMPdHNCtAKN+u/qnaEtMswL7095iCWO+I77h8O5tVOPVNRkIrys3wGd0kO466hhElVGWgTcJwNmuVlp+gYEIzKCo3SXSF8RsFe6XOLiCvuSan3cQ0YiLidt4CgV6fCBgJmYmXsWexYn3m0+7pB1iFn4d7wfQAyPPE6HiQAVHOz+BAtNXy0xdl1BxlwIx+1n43C0oSGShfGLj81SckcqcaqeovxhTNChdM3nJxDuc/fpgR0DbOuQy4gG9yM4JZvVyx/U8h9Ds6MsTwzMcEGb992TAd5f874AVxKCOas6qSIyOmwKgeMV7U2ahZME7Oc28y0pT/KKE3+LxsmNtTv9CcvGguOMBN+0XmbkMrQCvwG/hO2ueBIZTyzS/UP+wbSs+b2yjZWC6MStPm1T/zd0Pw/qmGVo+ktyUA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:09 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2234\",\n                        \"AA2997\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"34569a66-5022-4872-b20d-ddcde27e412c\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"p6UhDIWnRrMU9+kFb7fRmN/bQJ1JRmGf9JAJcrMRRk4MItAeOPo5V0Ll06IWEhbMWGtt7WqB/ytw3hAwVpnxixYHcVT1Cb1kbEdo9IxjB7/RwSo+qiIw+ekB9UCfQfgEDjPj+7w9YSBCSt03lQWDlQy+gcXGf5He4xBMVJ1Y8Ju78+kqlAzWVzFfbH1KvnhIMHmdTcZwYsYr7IoyMhbKCi+UBY6AhP8vIodT3l2yqGJlvW9btkjOs09D/higqDizoaK0Iga/ixG1AEzOz76QdC4NE3P2AQU3TrEwrdHm81v+zWPwS75FC0P3xDbbE0y4HUhvJTWTWYgeRzAB8Z9QtlNPnGNPJFcTD5uElw6C+lgJMYcEgJhIkQSaWMqOk4lj5Sm++LSyi70jjWTCxaOPwE/eJ0jODU6dxQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:30 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:01 pm\",\n                    \"duration\": \"07h:24m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA255\",\n                        \"AA6238\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"294247f0-45e5-4dad-96c3-86e9a8c7df14\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"jRjesEQM91e3+BCm2EJi9NeEz3GPMwe8C+fNH89SDOigNKi8fKndVGKW4HxsMnzChQCaz0NceBvWalJiW9Po5y+JmRQkHyAN+1Ks4i3sFRXdtjVSmFHeaFWB+Tk8vm91nIrPUpCXWO518qgRrYH01BlOtaCERByLLHxl9Ziau4x5J46w+iwaArLNX7UIRGlbVb8749yXKxd6aSHhECCf6aFMTud+kNZE9tDNnhwRosmS/P80DwBvMM9sE8WviBW5DnEl1nTASclpZBzugBhcAp1F1ctWK+mUJZnfEJR4u8ocOE7MJ7bIjj+5JmiU2nAMrIEK5zmq2wDLABDWNIlUVKkTBC1+W0VU46DeH22OuFVBc2hUsaT2FKo6I/co/FLr+LLpAvO0fHvYPV+imN1mpA7yBzu2nwyXtQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:01 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2584\",\n                        \"AA2446\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"27e3a3dc-0d3f-4523-97d7-0dd2b99f9596\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"qux/3eNSndnugIPwb1tKD8ZSGzx3WhSRACX2bP/IB87eOKLvqazbOtRNA/5pA/M3kc53BG/oTyjG8MvALMQvmxhY6WX73BSjg+NYIGrCxUOWuhBpREaMy+x+Rx0TdxTxsBngh8HOq9Klmu29R2Js6ZdQaYwHk1edXBLD9Xk3JlCNL+ZN6AgDRYRFGBzFHGc3GmTZEZ9g6GDuhgVh3HQH9w+PHVpk3R7c2lUfu4dvlsNJLbzdFw6feZYZjFr/LN+R8f8I3fzta0gtnEBxNoZ/Ya9W+Dfjh75gCM4AudVzt2x6PlwQT3kAOkmCtNtTTG9srzR922BTY9DIWY82pmh37dFzs3plFAYc1gmFCxgHI07LunjfoUKIyIcZ/O0Vd0wDVgKEk9GW7iWMq53wp4KkJcaZuv4LHB28eQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:02 pm\",\n                    \"duration\": \"07h:22m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3\",\n                        \"AA3138\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"057f68fc-5989-4db5-b2da-c429b6bb071d\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"N9iJvA4nQnVfNnvHnowZFDAPhbq4AkzsXloSlLJglCJy9m9syiKGP4LNux4uiCyqJd9+nBC7zlOvWzAYB7yxj5r+IOdFgTvSGuD8Zl2WwkjtlHQA/KGGOqsP5mGuL5G5MzbPhHn4SOJt9u0suIBeMQ8/3UHKZi9oFUig7/sN9+KJknefAI7d9wfG2hdmzytsp5kXrrdgQCWfx8Y1vwfbxBlBofjncEO5HOflT4myP3dbfC6RV+nI6Jinkunvg6bASXIcwA4LawWdjjU9o2gU6C5vD7flVmtVig+lDB4ZySkL69KdYxArPbTQyaKuXhWKOK5biCF8oOGrhvlJH2ZJe6oFDYpOMxvBAXziilckTlccJOZK+nsePBg+RY1bkX1l47h1N8pSCCHnIRu9e/OwvnLxEf61HqvJCQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:55 pm\",\n                    \"duration\": \"07h:43m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA4489\",\n                        \"AA3141\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"edfafafb-a96f-4216-9d26-49bb5970e60e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"JH4Uy9C+svSA7c8CA2URODTVWedqUDKqrOQpGC7w46DsrRy/3u9NgbduHbPAbfVzh8KSMqY8OMOWQjIfZQhQ7QqHxHQGoTkqhapEY8EjxWf9AAR4IlgtwBcBT5zJkB1ZVPbjOnW033zobXZUwu8TKqNXtG8O2Ss4yT8kL6M9ZfppezMCHcXlAvWObG0PL9o7CjEItJXboZytAu+r4k2dwZ7qcDGFfLxtXmCWzUNVcwHALikTaZeX4nq+4KMzlmJrvRICOZdlTNW0GjWpoKb51b/CcSqLOm74QKqEse6UgttqB8eTkc2WGafNOH/jhnLRrCJklQp1KHRUw950ptMIS2jEGrGEcgEQTu4i0qpQ5TedUjAHqK4Yp7w3TDqYqFXT/gwKp7o/DsE+5hunpEN7xQQCoOJBcf+Leg==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"4:01 pm\",\n                    \"duration\": \"07h:26m\",\n                    \"stops\": [\n                        \"LAX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3\",\n                        \"AA6238\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5284315e-ae37-48c3-b088-b5196034a5fa\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"YoevS0+e/rwIdd8FbLHF9jultaRgI5cYnqDiTnggTZ3EKjMYctYl+2dLZtnb6SyG64V+vQTGNCyuluauaBvUbLy68PEqOozZAjB/v6fV6U4az62D+ihrXLh984LASl4ajQiF/tKJCyvmI3HJ7yHdNABlwiS691uONRbZgSHqHwLpl9H5gbHpazcjUKWE2Fq7tUA4cKX/V0UUDurAzBKE2ah4dDUSEpeS3+zKBCJXK6EDp+e2SYXjCG5EY6kTZO36yxQo4ZV45Y60LbyAFJCjRdLtEkPlJpAz54PZLZfzaJm4ad9iFfnfVPQ4IchLEi//O5rFlbmFrXFqIydrJf8PSzBfn0GHpJpLnaig4ZP4Obsoy4OSCELFv0ZCGrEDyw4vQG3XJp6E1fm4t2ylManScHxnGdNBCZVluA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:16 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1628\",\n                        \"AA2980\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1831864d-f97e-44a3-be73-ff360eed39f0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1ihKh5LfWpAFHCyJSA3stm/loOxzWTF/gEpRIJZNWHmPejc/I4gYAVZIvHu6gKvoJjFoqqWc7LGuLxVmJ0nWz4juZYKn5rDj0Cr/j0lTyvOwcdKhLFpPQWW5V97ZksJSDPEaWS0yyONAjCBLOUtNV9Z8yZ67fn7uOahyqG2NV7hAE3aYzG99yh1gRR1b/0CGU3C9vf/G53hAp/IqdN59Juw8ruHr2h83xQLZuntZXXE4u+KF/+bXQBgclZzEoLzIJOQodGc/oMP5x+K6ZtR9Ed5REmtHJ5h8PIBYiYL5AYdETwYGjIo3QMRVVhD+KQ6I87klthgSL4h+6lkvb7LoPpT9q0n2DEWVSludurEiCVyHUr4pWB/H3H2Y5MG62COH3nJ3DUv+rCSF4fBivAWO283Bnwu4ElDyzQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:35 pm\",\n                    \"duration\": \"07h:43m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1628\",\n                        \"AA2810\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c614252c-589d-4511-8b83-1323072fd915\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"1KjGj+Ca6xZK6OKEzNLs+GAJwRwdiqQ6TOX4QIUS2Hg25Lk6Uu0t8U02HojkmO9SiBsE0OZXsau30UMhzk644RQeH3q3vKw/wbdP3UvoGYp3OoITgGHeny9myKpjGv9kGa/mQgnV5jqQn0O2aaR7a6PfxEyw7aILSv2V9bVOTP3gPS4IfHM4cKzCAoTjW2PHPoj7G62hKw2MB0stD9ocEvuQAmpjsOCTLfEiK+3q43eLVvvH0VITAxBW0/fBA/yhpIvLnir3LViCcXfT06bNKWvaS7Ntd4OREfArUqLctKvnADbmpc4aQ4tHY8u47JKpNEAqZyirXA3Qb8dYzmbJOwjPO3YZ1nA1PfF7CU/r09XoRD1sa4mj0qB10nbSh/fsb4RPwvHUfJ7cilkEY+rl5Y+zlCHQQQo6SA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:48m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1628\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"013cbb88-51e3-4f1f-bbeb-6217c46fb203\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"kq/c8zvdJk0oqMockmltKJ1YO9qVqA69ZQE4jgk0nEpYNpPfhXTDYiTItyUAX2YZoBRFz9eFRCreXpHiaCECz/+aMwc3cAM3wKdie6z5SOVcEuKufBfl7i42waHpyxCRsLwv0IYZ7OupCcM2Y5l1gO4LOyQeYofaPFu+oiOOKgrezLQXDXnTd/IHaUu/5kV2myOptyEva7M32S6SblwqtY7+dEtRYIlw0rni0/KNdUmcC7c/Kx43GcRVV4+hNnga28HBuKh3L2An+ajF2SO1+6s0fLjoh53cN09+89gdMVMqrFUh0AkUCmiJByWTovF6Zf7iKZMSSkmSeZov+ubDGZr6peEoiEMob1xhJDF3w9SJ/Eofiao8uyegrO0aZw9sP/cixkkWT5eUWJVPXPcUeEZkOlgzVEeGfg==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:30 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:29 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"PHX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2829\",\n                        \"AA2421\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1af58847-82a9-4ff0-bf52-b92d5b320b88\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"X4ITrRE2nSrW7ddUWALqNrBoJnSidG8JY2zOkOocSoZk6jV3wr2TmNl6oRFa+5jBwNU9+hU63ifKoSIuxTkB95Bs2ZJnH5xIl73xv/i4mjKbZk07eJNUAPxiFtdgTPOjfX/N27Fq9F6yASzQtewfEKLBP++ebedE0Hx/Zy34/jugEwxT1Zw+wV37yIRLtdKcHVAX7zUTjtVbyFlTrWs56dnY7chg0GFamnfMnxEgRLjAwsv3g9pyhNJkaMop4dX32vfM1WozcYqcEy9ljgu4aH0HQJswZWsaM6IS3u1JSG8Uya5+JSEcRNoX7T1rt1ObadE3HcPjZhw1+JbqLgZUy4r/2aVEF6FMqyIYmO1FjSuk1WjVebEf69hQW/E3wtG19SFu3qvTlM3CSW1eH1hfjBo1Uu9Gdw0nqg==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:55 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:47m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA2038\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2553d3a0-9a72-4c90-9ee0-0ff9fa9a52a8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"0JW2viNBznsUASVZWVt5PdkNY0rORBpPWWkTbbQpo6hs3CAhs7576KE7LM61qoNH7GQ4jiPiRrdUs8XFt+PsIttjb/HQqDJ/JlhOHdEDNNIMt+6dzjv5vTm5nuwxKvfOirS3GiZ5ylFJXMLAPmpOqyb0uh3utWpbzy757urecI1xsIVuf7iwAOuerb/24rH5UkVpA3s+TYdsh3V65IEd8GYa3xwbyDcRHc7mM/Cclx6SOmBaElqKSgk3H5SQMTBRr8oA4p0X81T/uAmDboxQKLcruX8J6SrSl8Groy+8tF3oAkYSgI/Cl/H3MM6m5IsxrkvL8d4jqtqnfpmzl1ojiWO6jODWEkgb7WyhOzrQ5ZwLWlG2CDN5Rjy2NB74WwsK9Yz+H6Zj8H6okO+hqGV7ptdxm3okVnRZgQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"2:59 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:52 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA3179\",\n                        \"AA1580\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"c54bfd6d-5ef0-44d4-9a6a-795a3895d01e\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"GGf0Hra9CZfRFhjrNzeJpkUKSlKdYQ3uRsGpcOBRU1iXbdCzLf/V1hiy7lz3WP+8KQX9X5SuZCdLPvi/0/V+ufEbQlZ1BY/+jIDKe7QmtxGP1Mm5zGiRzEhzhSGdVsstw3ZFR027j8VG9YKIWzMtyQglpsQW6ChCak3NT8U4ixBr4aBGRp8dLGbtdQLJBrzrGqxJvUlGK8WhM9nUpL+Zijm3iC3tvicxlc3CQQcS1uDiuHnt4SM2kaMEdHyfjiWm4THfRiXSmnXGpuGbayVue51Hk8NhACdzk6VB61pymKknjh7wr8qDqvQAS5pnOAFNI5u3Y55UX7la8NLmSo0jrUoEc3BZZc/a+gg/I9pnesGgheM8wt6sy2ft9F8xcepdUFhiSEuaYJFP745KAbtefqZYtB0OoSyWEA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:59 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:58 pm\",\n                    \"duration\": \"07h:31m\",\n                    \"stops\": [\n                        \"CLT\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA495\",\n                        \"AA2411\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"511fd82e-726f-4e5b-9860-1d96dab8e673\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"xEoIDvE31AX9fhmOi07mUKkMUsr6pkI5oHdp5of6qUNDhbUP5pBTjHJqAghylCxb8rxvwKeQA+oVBQcQKzMrYC2bIRhWi2WMCmPyNZFjNPoFxMq4NW26YQzz1SNDtMUXXcHbtjbXSWRWMD8XRHfdJfbbueR9Y673MCLUUdKTQ9in8Tnx2BPqpGvB972nhFnPM03U2GqBQ4UP2wsmdu6emSl79KA02a//osgVB+bVBgoIMm/8tazcbSMkSmE0/r8n7qYktPQoKSBhLyEWKTk5Z2rUANEpxth5Jr1oNOEF+JXreRjvueALHn2TYKTgelRVtjvuHYGyt+DSAVTuholDUlBaEZcv6Yb8m1DLtl3WHKQBcmGb1hvOGE4wL1LWIHIlK66WRc4B6FKyDp4nE9fLJT5WoUtnRpJiaA==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"American\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"3:10 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:05 pm\",\n                    \"duration\": \"07h:51m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AA1766\",\n                        \"AA1430\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"8ec33e04-8f83-4485-a63d-34e597c88c4b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"\",\n                    \"cabin_search_session_id\": \"SqIFhepJ/r5SS0wDe3o3qeDb+RGdBL7+f23+gbklglmBQ8ss3+5sIpyIzRoYJVXirKRDBseYSXpsgFwICVKA6EWE/NG6nuI7B2pT4AWmVRB/DBoJHTZVKle8Wi8zx7Dk8SZ/VqvVKbYOdqZV78P47Nhl3LT/7MPDKDj6OzLoFR1NaQqC49HxWi/QXjtVCk/2M/vYbIUv5FxwnTYoWAoho7uTD1dkEOw/rYksTaHIlUpmJPvb7Em8+3H997y22bhXyzOmjlT9VCCFejO76uTCmevhs+DDbz9RPEbsqDt45L7N6JEmnaFg2Vt1WD7LSeZM6iGRuiNjzCRKH4JiUVkbCXzz0NLZuZqTg0iQf01FfCW25MfhCYdixJhUeypCGfJFch6Ic6EotOtxzBuq2uuzamJT5JuEmZ/qyQ==\",\n                    \"base_rate\": 404.2,\n                    \"tax_and_fees\": 79.22,\n                    \"total_rate\": 483.42,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"7\",\n                                            \"allowance_unit\": \"KG\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Hawaiian\",\n                    \"departure_airport\": \"JFK\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"9:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"6:04 pm\",\n                    \"duration\": \"07h:49m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"HA4989\",\n                        \"HA6545\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"b2589902-536f-4f5c-9dd5-93053c352de9\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"MAIN CABIN\",\n                    \"cabin_search_session_id\": \"qTy++joQppIinMwwifHVyv7pItR3u2M5W7cKkU5HSs+DqYzM1Unvk9FEZkYjZrigHyEDc9VE2UjZNWN8SCnzI6707mWZd2Iisy4antglybavmA70awSyXX7XvRwlSFi8C6cbvWlNiNz8IVsQc+NbonPyLd5/Bb0plRD1LLvhMmKud5/2NSRQRAe6JkuRvUIkFvaLBtnnsUr3UQZan355xGiThsLDtfeRf7EIyt4Ae+Pbj2so49MChYFesigxgjoMUnKCd6x5s7kLhoVEdOrDkXu3gQ9PDJcfQNWm1kttnUi631bec5X9WndP1NTaD+wSzJBhlrsKViTMwcFTS5N+aUAhUtGKBo9HbBq6Mr6c0PPnKVAE0EmItB8MvmkQvwJ1sbda5Br4HOjeyiDsvhn6r2phGCiWmdMdzA==\",\n                    \"base_rate\": 400.2,\n                    \"tax_and_fees\": 90.16,\n                    \"total_rate\": 490.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:50 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:35 pm\",\n                    \"duration\": \"07h:23m\",\n                    \"stops\": [\n                        \"SAN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1626\",\n                        \"UA1763\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"1fbade72-8348-4721-819d-a119c6f27cf3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"f8jAcm20oCQtawv2awoLWt2zjSJqnQQK6L0uTN4SushErT59FhJmnz9KNlwF4CGhN3uC6tFiyOJklU/WJBdzVMhc84oz/p5MeMQsb2WE3SnRplZy5iYJf/y4k8Bm03A5gKonmdyjQhIepVRHlrE+gffSsR1q9WvjVq7HWW+HgJpPHVyxEXtsLrfTwGMTzmVOP/vETS9x522v9vGCzGjn0Gpl28dlauuY8Vpz0ixSe7ceesf/epNsiS9ZKq1j5d4zLxZ/6X6uFzO399+sjhOGFV80lUkGA1nj024fckAXcQOr1/J8t0kCAl3uzMfXafeWZxuviHZ45KqssRc7ivxlsxKYRJhvlfPLbOsllqZ1og1Ey7BtnelgUKpnmT5pGeUwm4iLIbrXMWkGxn4qUjtk+ZPJ4WrQwE4EAA==\",\n                    \"base_rate\": 400.78,\n                    \"tax_and_fees\": 90.2,\n                    \"total_rate\": 490.98,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:50 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:12 pm\",\n                    \"duration\": \"07h:11m\",\n                    \"stops\": [\n                        \"LAS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1162\",\n                        \"UA1799\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"72789823-63ff-4358-ba74-7734419321a5\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"6T4Xu8aNGWUJ31+OB08gXq5U5JbzpRLf2y/Cba/aNQP7/9e5ka+GjhibgHfifEC7DkO3RbYG2JeZvZEK4pAOnTKCnMcR7RL8Mnkj9NFWOoHtwIWH5ZwNkdNItQHyf/7I9fIZm75ulCGM4luxquILid9MnNH9nRpcDi6PbDpEaA6NprIQAbKUpPybuPi5X90KXkZ3RZpTNrM1ApRghImJRKYOaTauf633HSAqjyrVMQvKmVSYHqo+4C5X7zPqCVRkjOsuMBFXezShtarMoUFJnJB5jYPpyBjr+LlkgQi6hQh6tSDqKelg556A5CDwIl7U0sWbB4z9lcECTeVyldvz3QKWiljUsrUTAEokdw3+2ELo0+oq+8A6YJNHiGz8x3koWk/FYE5zLBCSKn35impFu8w/Rcq3+ZKmig==\",\n                    \"base_rate\": 400.78,\n                    \"tax_and_fees\": 90.2,\n                    \"total_rate\": 490.98,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:25 pm\",\n                    \"duration\": \"07h:13m\",\n                    \"stops\": [\n                        \"LAS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1897\",\n                        \"UA2047\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d65fafc1-431c-4bf1-8116-2ad91045d738\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"jXiXu4oUHVU7VkbfhKNCY/nSRfotaPddeb5d4B5VGOTJXhqLvX1DVn5X/9/5rOsunj+DQ2LE8x3Td1krwBqrZWFSgo3BCd0lOSCDWvBmXndxLWA4IF29/cZ0WTBRNZZnqYP9NoGTs8w+5jBlaeUNy101IySvlHC7d8ebx6j/q5Bwih+2QSF8QXlWA9grRPTFN4V+uAw5sw1qUwenzIDtiuz5PNSLD8gErWoZLRINwZXMRZq63SY8CiKNwwjoCiVRbHeGCMKpvUb0gA8B9tijeMYJisBMp8KGcfhOCTF6Sj8UfhAvHIpGOKuaCpYcwJNhSIYTEcUVNmirNu4YuQiNFgdGQsH3hRyKiiWkCvHlnh8q65j8VETBTv3VNdcV0IC/xLKpROzRsaLyQAsLNcmc727gstchtwpaaQ==\",\n                    \"base_rate\": 419.64,\n                    \"tax_and_fees\": 91.6,\n                    \"total_rate\": 511.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"11:55 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:10 pm\",\n                    \"duration\": \"07h:06m\",\n                    \"stops\": [\n                        \"LAS\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2050\",\n                        \"UA2747\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"d755b691-0f7d-4f2e-abb3-b4fb15dc082a\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"IFIpw4FMSQA2SD9CJmU1qk6twR0ynN2m1HVdcB3szR9dSt9iW4Y5UHYl7++Y/zoGoUjOqneA3sn6lTKNPssdp91I5yCh2dkm20FpA8Xq85ddkIcd478GX5fNbyyL+AQR//MzltQjMkJtRM7LZX/8FEM4lGb1narx4up8oveEJJshanhQ6nKUjvTaBJDsprtC2GA4nGGtEWZIR8Qj1g9FlPJggzDk8MNhAXMEw+h31DNazAq/cqiM1xB6MYuoK5nl6L8uixI6OsCBh450mtLJoexMN3sMnefQyyx87RptvX9cFZIL6/p7YH7xUjSu0FmI9umX4AMwkY0ABouJOWmiuSWZ+rIDgVOZZFOC2JX0hawZ0H4TPt/W6HNe/14N0Q1mstfI04Ax2zFo1Ys5RpbEtoCxByJl+EypUg==\",\n                    \"base_rate\": 419.64,\n                    \"tax_and_fees\": 91.6,\n                    \"total_rate\": 511.24,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"8:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:25 pm\",\n                    \"duration\": \"11h:50m\",\n                    \"stops\": [\n                        \"PDX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1554\",\n                        \"UA2615\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"2124b7e3-6f31-426e-9086-7a28e152f417\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"xzZSIxdfi/s5cfOZg7dGxrzC9N50RQqwf6iVWw/qmaVlR2LB29zRPSqLatLWZXMnjCbclBTC+q42R1Ch2By+aluNzALo2XJe/Sk55u3ld8l7xhPa0DZLoXoUy3s5ZRllg5ZD37VvQJxyMhbdfm1GSCSMPdfh1Y5aFxMCSBXq9Vpcmd/Sx3Jc2BohsuDJqk/qDVxX4HNpUIskdNxwcHk5VRDcv3/cEkbpm0B9ZZdgmCE2sKRPxYgcYoPoRfTb/WnMEiTkdpLv/tupKsll8cldOIuCuVZhX7BQ4rVucOshC8sIONnn5UOfbOtoKJqhkC//Um7ZSOkDindrvhnBPnGMnyb2IwBVQ0AnZ1CqMwSwGXrxvBGT0lNygoENuR+H64Q+utyU4BAJRRf8BSem0/woLh9H8q2o9FrMTQ==\",\n                    \"base_rate\": 410.32,\n                    \"tax_and_fees\": 101.32,\n                    \"total_rate\": 511.64,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:45 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"5:39 pm\",\n                    \"duration\": \"08h:16m\",\n                    \"stops\": [\n                        \"SEA\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1330\",\n                        \"UA325\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5aa300db-1084-48cd-83a3-b77dffad2ad3\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"CotkN+1bQIXT1vg/FttB3B4bqWJttB2OoKmreBHISrFvKKG36RC2CNrXpZktPGNK7cBQVpQxooLhpmI2CvPWSweFzb2s1C2X97kl1Tf+ECzLbCwrbwwKS6Mzdycffsb6dwdOurJRVqSH/MGeTcRssZvNEIoZBf7CH9jNo+1ihZt6DfCmCNH/WGhPGg3V0ZaLDCbDLxpSksp27TGMwQPm1BBfxc2jKs35fRWKXdE+jEUMRdD3eqzXu/6ppbSBlG8q2joqCkQqV2WAISZpBKfr+soLA77OWHf9U/IZHZ72ZEMVtZ4EfFijJjvIiGlNL46s6kve2Pbq2GlEgWyh/HEuwC/Wv4XV7ZGIGYVk1Bj62+RLk5ggvmRP2u+xjluBGgGY5U7+a50L3f9t6ehrLPJIyKx+Z2riDD8TUg==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"7:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:12 pm\",\n                    \"duration\": \"07h:00m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1963\",\n                        \"UA1812\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"5e199aaa-22d7-4f13-8225-16a5a55dceb0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"asFy29T/zXQTJFJOMjpLfcHgS7YfnNHMx+OwD5HqIymtbv0q8gPxJJdE8Up2Pn2SfmdBKd//sz4aAQz1rUYyL1K67n7sBTQ7iyem5ERwrM7frG6x8TthpjhCHETuIqF39Q+6Oe/aN/1mQUzGzJcz+3JBduk+Di77aR0l9qKsqG+tdUG6xUZtw9ETHjMWovyWshggMN4e8AGccXdtetJk2Nlih/7jKLXPw4YChgwDmOnjY6rZmMbns7XRHOwEGJPTu5FiaQ8I1qWMQJnFwiyHLkfEjclTAa/fx70XJhcbwnjrdUbYMzuUEJ4eieA7Vbuw6czagNk4au6xdVBzXuvRGPaQY38ydACBF/w06fggkPtdkqUgJ3x8sH7sBgkKeUEnidDr5lKXf9iemVfrAYef7fsR4DpeEULDGg==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:20 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:09 pm\",\n                    \"duration\": \"07h:21m\",\n                    \"stops\": [\n                        \"ORD\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1310\",\n                        \"UA2475\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"33303eb2-8926-4195-b7cd-5fca10fb5cf0\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"bfNgoc8WPYMq2/jmfmVMzCovBPU6LGuqQCgVmGzIj4ogL4XHGqh/RSWQ0xjpMnmgKAwXcm1W29bE4TQAhQug0Dk+SyDEoN1EvcCBho+12OiVnanrj4uXvSZ2inCEK/HFVIrv2wNfex6SLkNnSSnkjrKRrY4oIV7E2373ZOF3XOLmRbkmWJvbnoHV2PcjyMcaWhC2wQ3Suji9ie+OCPdwjo+4tLTnRLcWt8p7I/bfDCcHVzeOc5u+9jZuLrNZ1tXAmo+h9CMTi8/YyXhKQdm+e447uxqsOaQVesOPoGaloFeoLxfU6qjbDToRgzJ5wighElkYPr2QxU5q9wh8vRLUEVSHW1UhzV5qdhlq0l1yRdNZublPIEz+HW/l9FCZw9yf1tbT7JIBo3YO0R2CkACOCG2YMg6j2Yz4ew==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"12:00 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"8:54 pm\",\n                    \"duration\": \"07h:02m\",\n                    \"stops\": [\n                        \"DEN\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2200\",\n                        \"UA2681\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"e27f3f99-528d-423b-aa65-4ff5627430c8\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"RjajWDR787gRuuTsTs3kxy6we4VIgTTz8Om5A/htCOa+T+JkOZemT0RC3pp6skNmMiqsVFVkqRDotozP1RTuL5HlEchats1SZ4CwhLfZ8E1TypRFkTYngBZb9IKEvLXWJu8WHJ2lf2dk2zKTIvQV1ekGF4jPQ2c9cf3yBxzR9AUV3wl5AJGZ/2UKQ4ebTCYdqercTXENqsUGwh0DEhuhB6r6FTshl3UsJFskv107BZHAkN86XwFEAZnkiXAwVnxS6zYb4Dqlns9g3OExsHEcoq7k7IqkwmXdSQftHVlGbeYB5x703FPRryG71AyqZ7NdxMChr4T2RZOrA1+KS/zf0x80rWJVjhL7pBW2V6JKr7YhoKXlNda3CE9RN4K9w5oIioBqqctBcdJP/n+VGUfoeplHiFUgSlvLww==\",\n                    \"base_rate\": 429.06,\n                    \"tax_and_fees\": 92.3,\n                    \"total_rate\": 521.36,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"6:00 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"3:35 pm\",\n                    \"duration\": \"07h:43m\",\n                    \"stops\": [\n                        \"PDX\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA2219\",\n                        \"UA776\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ac6b7837-9f2e-467e-a0b0-c700c53ac85b\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"IGRXLvogvk3etepUPxrOLhHoNXk42R5esCDBrYFKFNFMOPaKKuM5C6wMslFHsn+Q4serdVH/yUqMIqoGEHSDK69vID3wfS+srIXxXgtSrcF4Gmtv/TXVfd0MJ4llNrb11lsnyOfHhmKofC824dTqKpie7ZrPCCppii1mLO8KfzZzicWzj5brfiCeZNEY3f+m/daj4BqdDBR5BK/K7VlU/hiUkeQrJKwfp2Aq84W1fRwkRfLvFqEhpeFU+AU0qTgqm3kqpMQ4JYoFBLcfPL0fuvMJDAm6gsK8MGqlIlHuXnHgPleu4RCUbX+SVP8rK1D2vaTiK5C0vCInB+pHArdbayC7HpPZq+CzrSw510SzjAMaOteC9yk2sTpTNYtsUZLbAgrYJMELn1k/25aEoKy1dFx4DvxxI8hNFA==\",\n                    \"base_rate\": 447.9,\n                    \"tax_and_fees\": 93.7,\n                    \"total_rate\": 541.6,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"United\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"1:05 pm\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"9:49 pm\",\n                    \"duration\": \"07h:38m\",\n                    \"stops\": [\n                        \"DFW\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"UA1307\",\n                        \"UA1184\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"489e7d26-bc91-477e-b5ad-7949745cda16\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"ECONOMY\",\n                    \"cabin_search_session_id\": \"J4TwGMOfhCQkrnm/kI3UuaYX6g9SNFHRWMWzjQ2h3Bt1jW9szTBY+Fhd/skju09TSyTgcAxOJ+0JTaoHL+8PMwKvVEBqNrVq2kDFKP7pY6+nK9zGuUqjeLlEFeGMFgWCB9Z2VjbOZatS2MNW8GNyBPYSOueaMw64mYOzMRiB+tvHrIJ89gPdRWHZXe88LemzmiAyQKXekhTUEqtIbRMVRCjUObsCz2ofahDJNP/qzwFe5yad5XqDNSxUCcEU0n9oqDg5gEIZxcmVsMZbnfG1BH1GULXQvsz9krTzOH4NcJMRzeoe2nM3n0/0/QQMdf7bzfIQ8QiokrowlvFoLPXtneEA0hO9Y5CvEL21lefpfQJoFgZnIQTlr1sk2dE2VtFq6yuseEhNx93kQAX4ZCt2hp2P+TQGhl8spA==\",\n                    \"base_rate\": 453.54,\n                    \"tax_and_fees\": 94.12,\n                    \"total_rate\": 547.66,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": true\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Air Canada\",\n                    \"departure_airport\": \"EWR\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:25 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:51 pm\",\n                    \"duration\": \"07h:41m\",\n                    \"stops\": [\n                        \"YUL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AC8941\",\n                        \"AC763\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"6ae790fe-f714-44a3-a9fa-1fde110bfbfb\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"BASIC\",\n                    \"cabin_search_session_id\": \"wPlus87tYVzaFbQSmz0t/kIbou/uLVhkWyxWsFQ+ngMg8ORnzU9h5Zb/7RfhuQvFAL3cCsOZ6SKpBbbq7JhOnMpa+GUZ4vLlf3YVA3onFqM2fQB0/TC97lnim/cCfjy4ZqPhuP1lRDaVHOKxJP3kejRB/X9J6D9o2CSdDVBabnWySMcX+46DyaN/0MeU2Gj/RyXjxkQDLb09U98eoP7k7lbr+gqinSVywemFJ4sNUoRmmZB7kfhmu1nPfaKNbz9ASHG/Kld4lnHOtHEso+sNgE9F22fKO1FoOVDKR/mjtjmqfR+Y9BcHdW67nk7FsVQmMUiYpdbbVThbI5sRcfNXTpZA7Lg7celFjzGNJdRIlhOYaXMdoXNG0gXKeX7S+6WxrNemXJ5aR+xh0FfixOguGfzDk7eMofLV9A==\",\n                    \"base_rate\": 529.86,\n                    \"tax_and_fees\": 239.72,\n                    \"total_rate\": 769.58,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"segments\": [\n                {\n                    \"airline_name\": \"Air Canada\",\n                    \"departure_airport\": \"LGA\",\n                    \"departure_date\": \"01 Oct\",\n                    \"departure_time\": \"10:15 am\",\n                    \"arrival_airport\": \"SFO\",\n                    \"arrival_date\": \"01 Oct\",\n                    \"arrival_time\": \"7:51 pm\",\n                    \"duration\": \"07h:36m\",\n                    \"stops\": [\n                        \"YUL\"\n                    ],\n                    \"marketing_carrier\": [\n                        \"AC8635\",\n                        \"AC763\"\n                    ]\n                }\n            ],\n            \"cabins\": [\n                {\n                    \"id\": \"ecb7cab1-8ad5-4573-b335-3cd46092dfb6\",\n                    \"cabin\": \"Economy\",\n                    \"cabin_class_text\": \"BASIC\",\n                    \"cabin_search_session_id\": \"teOmy+MplsBuc8nBPYuNrSiNjT2QX1cIz2q3oEMCgL4fEgeo71Ey15t1RqSIbtn1RKievPQ4MrWPw43epu2G2bmxSMgIrDIHdEvvqqiGV3V3Ss7K9ghT6bGRhbIdhcXWkBGKXvphH+Ic3284gqHAw6YHyx9jluzly5f5AzLAurcuON0Y2H0lCf4V/tkTgZOmVcvsSuPhUCYwQdywEI4Oja/ev89iO6X/GYpu7k08RazvGvJyCZrHRcbAaOWHNYDM4qnv02GtIaAqilTB/vL9CiTMw5t9kG//RAbRo50eF5mzJBkgMV2Gzh37vDWnyYGOE12U4zDmwznXQf+gOhJ8R4Jl/5wskndMJruQJktjfrm8nGskKk452NKPSbItMdTYZXXGzlIheKwaxufBdhUFqT2Z5Y6BqiSrbw==\",\n                    \"base_rate\": 529.86,\n                    \"tax_and_fees\": 239.72,\n                    \"total_rate\": 769.58,\n                    \"currency_code\": \"USD\",\n                    \"baggage_details\": [\n                        {\n                            \"leg_indicator\": \"0\",\n                            \"pax_baggages\": [\n                                {\n                                    \"pax_type\": \"ADT\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"pax_type\": \"CHD\",\n                                    \"baggages\": [\n                                        {\n                                            \"type\": \"Check-in\",\n                                            \"free_quantity\": \"0\",\n                                            \"allowance_unit\": \"PC\"\n                                        },\n                                        {\n                                            \"type\": \"Cabin\",\n                                            \"free_quantity\": \"SB\",\n                                            \"allowance_unit\": \"\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"penalties_info\": [\n                        {\n                            \"pax_type\": \"ADT\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        },\n                        {\n                            \"pax_type\": \"CHD\",\n                            \"refund_allowed\": false,\n                            \"change_allowed\": false\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"31cb8911-b1f5-4b94-90c5-ee2b55d6109a","name":"Search  With Filters","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flight_info\": [\n        {\n            \"departure_date\": \"\",\n            \"origin\": \"\",\n            \"destination\": \"\"\n        }\n    ],\n    \"route_type\": \"{{OneWayOrReturn}}\",\n    \"cabin_type\": \"{{EconomyOrBusinessOrPremiumOrFirst}}\",\n    \"adults\": 1,\n    \"children\": 1,\n    \"infants\": 0,\n    \"filters\": {\n        \"departure_time\": [\"morning\", \"afternoon\",\"evening\",\"early_morning\"],\n         \"arrival_time\": [\"morning\",\"afternoon\", \"evening\",\"early_morning\"],\n         \"baggage\": [\"checked\"],\n         \"stops\": [\"non_stop\", \"one_stop\",\"two_plus\"],\n         \"airlines\": [\"Alaska Airlines\"]\n    },\n  \"pagination\": {\n    \"page\": 1,\n    \"limit\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"flights fetched successfully\",\n    \"data\": {\n        \"total\": 15,\n        \"flights\": [\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T20:29:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T23:57:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"06h:28m\",\n                        \"stops\": [],\n                        \"marketing_carrier\": [\n                            \"AS41\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"ca753cb9-9138-4dc9-be26-3c13da8bcfe5\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"ouQLpdsf7UViK1HC7SoT5kTSIsCH7ImzDCA_CyNi-jFSMTR6mNhRB7EdJDTXyGTtLE6Lwtm0ttbVD8U2KGiNoxb2eqDFM7YxWEykCfp4i87sV_a7NIBj-kDV66d_dlb1LLpTye7n7gP7CQ9sQO6sQegRTgewRZsV0Jyzuwmnva99Heod2NuHhlcfZfcGufsz7xvlQzHSWocPRdpCy9pLdtpQm5C_qn5zu2Nv5enyYmUoRQXarouTJ0g-DIYnsnoPBtyxkTzTe2ElSL5cZf7pOy3mBBHaNchWfb1Qd99sfF_YD2yvIDObDK64bIzTPx2v_lnXj3NeoTjA7TzYDSaGOCTSQcSxiDaVWzYdpiCDVWc3SLuv0XeLaTKVimVr7QIFMoTNVgmEoIOjQWL1s047cpz2u00Wb7zz55FkuwBJcgqVDjjebCQdNRifj2pgjRsCaR7YBKRUdc0PEzisrbn08Q==\",\n                        \"base_rate\": 465.41,\n                        \"tax_and_fees\": 4.65,\n                        \"total_rate\": 470.06,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T16:59:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T20:27:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"06h:28m\",\n                        \"stops\": [],\n                        \"marketing_carrier\": [\n                            \"AS114\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"f7a54156-0ceb-4ff4-9c3b-ebb27959fe9e\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"IfvfRZ4w--5t3T_FuJvGb6ab6Rujf8bxhn9si0mup92UT901iAhMi07QjOOqHr7m4mgTxqDeNVrLF4qjVp0uLHfKehAX2-sO6VdkNLOXFs_x2vTYNvI_WBVTqYicRy6Z3UR8hvMnfbn2Vwr9XqHxV24tnIIT-q2R_e7RMpm-Z_TZfbJ2YJfMtifuyAXMwyQ94CwYuBHe0-sKh4qVRPdtCC4obVV7OCMdl2bJEDVptzVP4sXS49f-ApAh57rETB6foABFPAd5nSCe0NPlRLBAFPHLlj4v3njvkp7Iheq1PkMEKcZhmBvF1H_le1YulYnvQzj0hZUg7Lc89VOociqUekaaFDqvf1PBsRVPM1WVFxjHBcC5jIF9SQW4tSmn5iwGjyzDRr6VZB8a475QK8DSKKwu8iWk_Uu3LnLEhGZAgxTZD6UzG8QNLxrbpPZqxTZ1EBQ7_okRMIZOb7CWmdgZGQ==\",\n                        \"base_rate\": 514.94,\n                        \"tax_and_fees\": 5.15,\n                        \"total_rate\": 520.09,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T09:30:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T15:18:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"07h:43m\",\n                        \"stops\": [\n                            \"PSP\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS208\",\n                            \"AS3367\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"d3d4c570-9d51-4b3a-bf25-ea6459dcd020\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"oc83LPbfkFhk2P4JP2DwTea1sysHoSEJgiQWi08Dwl1UfMQgrG85iOlTtWOpTM-qPi1cJRsWrmpCJthqdGH7DV6QEhkOSWLj9NW5KTLs9seC56-xdOjMkQ0wnQY01BXyxpJJtTeuveEjIqKS0Lg5PB5cYl43Xzw0jv2bOeNir_vqGqRaUGwJVeN34BV89K_9mCYuI5imNekCnbtVdDb-vwuWUOQN3L0H5XURxNsuprmS2NJe_KtP4PxTvFsejsCvFjP-0JqPl4_nq0HI6j8L98KR7AhBMLdUZCCZ1RLrfdtRudVgC9WYqgTYm5zh5X0yf-ERYbvkagZ3uYMn8bt8Z0vV41t2qBWav2MunhnSO-ukGuIw2MsANJmOhcp88gpwbiOrAz_yKo2udc-lQ0oyGZO6L0JfBEuKP7YZ1gVMuRN5j6LKo9KmQUnfzYvT_BwuTvjk0XpFGBJNeXv-7T_Vyw==\",\n                        \"base_rate\": 610.82,\n                        \"tax_and_fees\": 6.11,\n                        \"total_rate\": 616.93,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T13:00:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T16:40:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"06h:40m\",\n                        \"stops\": [],\n                        \"marketing_carrier\": [\n                            \"AS227\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"ebb02bf2-e73c-453a-81e6-ea9e527ead59\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"_B8QwslkJMd2yn2BicZIySvrsb-yt35giOnhfbKHkB3qVTQbGYqQ4SXg44fEqZIl1Ceq9xIwcnJJ4gqsIgNzkvUrDm35OxKcCQnIUD4n-XyMuzBK80s1TAKsUu_CibmC3TIWfq-Zy576mHuEXCuGRXZhtKtvO1U-lQJF3k15xiXexJmyQzRVdbQebrSQ8bQz08rUAtP9V4HMXI6yr_Hm0Ctft-8GC3Nq5JvzB_S-lAGTO1dIbmHCQaNVw_qCT9EW2jo97YONGMWTjK9cjSfpeZUI_GjKfWVu-l4kr4QXI3WzmNQwHRdGYyM1qSYIFb1ITwAJrgZSjzFEfit3uaTLI9k0VC8w3DQ_mOs6hEcBcIDh1ATCJIngbSdb7ouW6-QFxKlvWWPf_bLFaVmZYk9FVLo5ufc4dbG7kXhL3yHrwBTgYHx9FiI2cDKSaoe9Y33fyBRyE6CK2378n4Gd76YQGw==\",\n                        \"base_rate\": 599.39,\n                        \"tax_and_fees\": 5.99,\n                        \"total_rate\": 605.38,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T09:00:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T16:05:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"07h:50m\",\n                        \"stops\": [\n                            \"SAN\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS35\",\n                            \"AS3489\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"46c310cb-18cd-4cc4-ba37-3b415957d72a\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"JzLws-bwchPZHhIsa9tG7EuAIYH3OXp-fNAwpqKYbuJF57eaf3Bsugus3X22aXAJZNO8v46Te9jFb0gRwxYHWWvIEJeAkzAJZQCnW2ZkIf0D5K527MZ13_MaczlJyP8RWZ3BQK8o6FZA0KR7vwC-IBBD1C6ylnWOf_ekv4kXkMscv5BUr9MVeWMWvmUdV3yJVGWsyIXsrMJbszs-9amz1jCYXcCRyW31mO-zYj0u5gntekCmYcKj0UGawC3-oAO2R_PyyHgeRqA3RNwdbYNzJoN0HrD2NSCQHQwN5Ol3PSUemdCnr47VwB35L8VgWoL6BOd1c9NeQnxyv3Kx0ow6g9PIfKKDskFXJqRAoAg5c-NE9_7XIxBZ5D2uFA2ZI_bQQcg9EJmZaAD5ZBy7b5ctl0nTZ4kgZhxc8qDLDyoO6gK1DEjDHaaK7ygWZMH15mREOwBc6XCcLxTKSUwCF6BkcQ==\",\n                        \"base_rate\": 711.74,\n                        \"tax_and_fees\": 7.12,\n                        \"total_rate\": 718.86,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T09:00:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T18:04:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"07h:49m\",\n                        \"stops\": [\n                            \"SAN\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS35\",\n                            \"AS3482\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"ac952103-7dfa-4209-9c4d-7aeaa0ba06e8\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"YQOv8Kf2-vUe0eGcCR66J6Mx076bLgNAOeyMp4UCKXNNX1pt_Mw9X7_jvAf3Gs9CDeHkNGZQkFLe-LjnZ7eaTgjVR0mp44uEbd6w_FTpPTHjm0JWDa_srg_HKGpMOZ2mn85JFavFauUTBFcHt-Mrh-Bkl7O5kKMr0wrHcLes7_kieIy4p4RuTKn-j6K569l3fC8-fTwjWH4pxu5X0YxaaKFfX_CIavblhBfOBSWMTEIPJQu85B8j9EgWpoHmzTBzE6-t6pfG_cX6j_yJDC9pXGSbJ01orbczha0dgrRek515j7ShBVde8vzdXEnpLcx0phB4n8Q-C740kQamrCYFFezXr0iHUJOvybZnQ8mxCWwU27dnaGGEGyG_K-zZkitFGLy86De0eATbVxapGxbwguZAkzfd6MilBtpTgX8_pKZe6r5jyQeDMqKhY9LVcFKwuDgHGQmhMmN2AlGo09_Tpg==\",\n                        \"base_rate\": 853.25,\n                        \"tax_and_fees\": 8.53,\n                        \"total_rate\": 861.78,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T07:20:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T15:52:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:31m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS21\",\n                            \"AS1132\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"b2ce610e-54af-42b7-a575-ea109898d028\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"SMRlspy91bsr9SATBImh0VSH8jQnumwdy8cpmEIGjaYglcNmEY5A0bdb6oNK0jj--Md2zW6AdlMO96pRwq1t0O8pGVQwaWByacY3wqhJx7B94dfMyBZopvnhoIoRvyNrOe5Tp5WIoAQ7OKEMudW3xCaE0GFWu3OSGT2BM_z5dMm-PvJMzg_1AQ_XEaYNJO-riwWME3lZ8feaIPTv1EEAQnsBTZQdXV-rhh5vGIAHzV0En7qXQRHwmWZMo0eWeJ4xcRvHXZxD12eIhWgqNoGiI9PQfMkIqycLf3M3tGiZ5zADmvY49zW6k6KpM6c2V1fOxJSlLdUHoVL2-iyp_cyoRO6NkJq-q4Z2onSSY2VsCzxAHNFhaGTilUGlfvzf4Xntohf_9jIx4A54_s_kmqjo7LOpKYwruxLf5rFy2hgBLuGZC2aR0bw_tCFvHiawubD2dgjzhCB9sudQZUbsubPLDg==\",\n                        \"base_rate\": 887.07,\n                        \"tax_and_fees\": 8.87,\n                        \"total_rate\": 895.94,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T07:20:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T13:38:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:37m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS21\",\n                            \"AS1112\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"3dd95624-1bb2-4b91-921c-11c93e31c5fe\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"LAzDSQWLE15MzioimOoOUmiULWtduggh33msKW5Ae7oqg5cLALU4vejnEIn3M56VvF_jP0bVaLKqKMX_fxLXGAQ0CqEinIkvJ5cSkdx2LRjhYvl_eSiED5IDuPo4qJnIF6wokA-41dW45NQ0GhpsgIWF2hieFcR6YENpuTiE3iQ_vBmsynb_qtutAyoGMrOnhe_CAjNJkSNTIi1GzyRtBOgX7W2VqybwlK5S9zz3ldxvb3uaTKMi_oGGvFyH26z1metEW1eUiMm0KgZke1jogWSCHOkhSd33IxROp4-7VA3l_8kU6H36D6n-faQ4PCxZ1fdsVTOPU_Bb_fGyk_Sx3l5KGwXRc3T2wvNBABvXdV3AsD_vTv-QFieAXGMzQQKcj1ESN9ODlGGZk43Cww-F6PsrtDxJwJxKsKaUo_PrazijVhJb9ZGIMSI9TqZqLmkSEOGJ0r0J_TQ6ctJq-kYkYQ==\",\n                        \"base_rate\": 887.07,\n                        \"tax_and_fees\": 8.87,\n                        \"total_rate\": 895.94,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T18:30:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-13T09:11:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:36m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS17\",\n                            \"AS1082\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"1d884583-9478-4347-ae95-a5ce98b80dbd\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"gOemhVE70UL5QkVBbYhyDB_9AKWpK9ML3PiLBrvuHC_C_vaAJUZejOxvaMc3bilKgneN5tOXqPm8Dq1Fe6un7jlG4PySBdWAfgZSDqo4bnFYGFM1KytuzJXyYI7kb4bQXD35QdONUNn7nCtk_RH_KMYi9N_OapvrHk3VC26oS_pFRjFJHbjyVRo3GvjoyOi3vCVXN7b8fwx-0XlKgwqWU7NUczkSH9WlmYc9eSWjRu4TyEHszx4HTteA44hhcbgg2hQM3Nx8dwbiivyn0YwWRku0JCrw4_-hQQpfjii5d-b7CldZABfWhMBkPIbb-wvFVhYdM51Ky7q8_whXuYDzLWZIRAolr7zfsV7D1iy4dNdoTFecuvsZYGBkUZbEftnrj9Co7m5LNbrOlXxYpUH9S3nCMUjlHQ8O1wg5b-9YiZ4R8vH4ef2kqboJzGr607RuWzgai1CGbUL_t8sChBH2GA==\",\n                        \"base_rate\": 987.22,\n                        \"tax_and_fees\": 9.87,\n                        \"total_rate\": 997.09,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T18:30:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-13T10:15:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:35m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS17\",\n                            \"AS1166\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"7a202fe1-ab76-4b62-ad13-4ba61c0c92a2\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"TXzCWsJomUYmO0hPUUweuyBiEBllXmlF8GaxR_MowPEcOWjfPIZaYF6-SwUgNb0ktjmstkODiibFEZemncBwjU5pm4oEt3USkmU4n5m6vm_iIN3vRCh572ZsU7BfGgDVYcrGxFYVvtllKs7wBNJts1jafPskWxky11w9d52E9Thsewn-3c4WZx7ePN80RZQNqd2dOEJVsDW_4u4DSyTo_dRFGS4KhwvuzTAzW2xNaxBoILN7ShaLmIk6WbsSRxPhLwXAXb4vH7hkvN8DSmUGRMpRPsX6-2dzI2Yn1g5q65m7L5FoI4fM6FiWGW6VR5J8Br5arJKeg3NvPrInso6Gz0-2w9yAlbt6OiulYFgFTqDI41zlyGZM7TYYKSRRM7Wj6mJ9mGgF-VgsswdFy8aBwqYr9UZY-j-V_VLczgauQLIAqdjQ5HNWVlejySCYIuYpjsOTVRIg_ZDb5hWrzMhJhg==\",\n                        \"base_rate\": 987.22,\n                        \"tax_and_fees\": 9.87,\n                        \"total_rate\": 997.09,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"available_airlines\": [\n            \"Alaska Airlines\",\n            \"American Airlines\",\n            \"Delta Airlines\",\n            \"Frontier\",\n            \"Hawaiian\",\n            \"JetBlue Airways\"\n        ],\n        \"page\": 1,\n        \"limit\": 10,\n        \"total_pages\": 2,\n        \"has_next\": true,\n        \"has_prev\": false\n    }\n}"},{"id":"b8c27de5-436c-41e0-9031-0ca4dc4621ae","name":"Search  With Sorting","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flight_info\": [\n        {\n            \"departure_date\": \"\",\n            \"origin\": \"\",\n            \"destination\": \"\"\n        }\n    ],\n    \"route_type\": \"{{OneWayOrReturn}}\",\n    \"cabin_type\": \"{{EconomyOrBusinessOrPremiumOrFirst}}\",\n    \"adults\": 1,\n    \"children\": 1,\n    \"infants\": 0,\n     \"sorting\": {\n        \"sort_by\": \"{{priceordurationorrecommended}}\",\n        \"sort_order\": \"{{ascordesc}}\"\n    },\n  \"pagination\": {\n    \"page\": 1,\n    \"limit\": 10\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"flights fetched successfully\",\n    \"data\": {\n        \"total\": 15,\n        \"flights\": [\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T20:29:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T23:57:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"06h:28m\",\n                        \"stops\": [],\n                        \"marketing_carrier\": [\n                            \"AS41\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"ca753cb9-9138-4dc9-be26-3c13da8bcfe5\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"ouQLpdsf7UViK1HC7SoT5kTSIsCH7ImzDCA_CyNi-jFSMTR6mNhRB7EdJDTXyGTtLE6Lwtm0ttbVD8U2KGiNoxb2eqDFM7YxWEykCfp4i87sV_a7NIBj-kDV66d_dlb1LLpTye7n7gP7CQ9sQO6sQegRTgewRZsV0Jyzuwmnva99Heod2NuHhlcfZfcGufsz7xvlQzHSWocPRdpCy9pLdtpQm5C_qn5zu2Nv5enyYmUoRQXarouTJ0g-DIYnsnoPBtyxkTzTe2ElSL5cZf7pOy3mBBHaNchWfb1Qd99sfF_YD2yvIDObDK64bIzTPx2v_lnXj3NeoTjA7TzYDSaGOCTSQcSxiDaVWzYdpiCDVWc3SLuv0XeLaTKVimVr7QIFMoTNVgmEoIOjQWL1s047cpz2u00Wb7zz55FkuwBJcgqVDjjebCQdNRifj2pgjRsCaR7YBKRUdc0PEzisrbn08Q==\",\n                        \"base_rate\": 465.41,\n                        \"tax_and_fees\": 4.65,\n                        \"total_rate\": 470.06,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T16:59:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T20:27:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"06h:28m\",\n                        \"stops\": [],\n                        \"marketing_carrier\": [\n                            \"AS114\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"f7a54156-0ceb-4ff4-9c3b-ebb27959fe9e\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"IfvfRZ4w--5t3T_FuJvGb6ab6Rujf8bxhn9si0mup92UT901iAhMi07QjOOqHr7m4mgTxqDeNVrLF4qjVp0uLHfKehAX2-sO6VdkNLOXFs_x2vTYNvI_WBVTqYicRy6Z3UR8hvMnfbn2Vwr9XqHxV24tnIIT-q2R_e7RMpm-Z_TZfbJ2YJfMtifuyAXMwyQ94CwYuBHe0-sKh4qVRPdtCC4obVV7OCMdl2bJEDVptzVP4sXS49f-ApAh57rETB6foABFPAd5nSCe0NPlRLBAFPHLlj4v3njvkp7Iheq1PkMEKcZhmBvF1H_le1YulYnvQzj0hZUg7Lc89VOociqUekaaFDqvf1PBsRVPM1WVFxjHBcC5jIF9SQW4tSmn5iwGjyzDRr6VZB8a475QK8DSKKwu8iWk_Uu3LnLEhGZAgxTZD6UzG8QNLxrbpPZqxTZ1EBQ7_okRMIZOb7CWmdgZGQ==\",\n                        \"base_rate\": 514.94,\n                        \"tax_and_fees\": 5.15,\n                        \"total_rate\": 520.09,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T09:30:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T15:18:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"07h:43m\",\n                        \"stops\": [\n                            \"PSP\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS208\",\n                            \"AS3367\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"d3d4c570-9d51-4b3a-bf25-ea6459dcd020\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"oc83LPbfkFhk2P4JP2DwTea1sysHoSEJgiQWi08Dwl1UfMQgrG85iOlTtWOpTM-qPi1cJRsWrmpCJthqdGH7DV6QEhkOSWLj9NW5KTLs9seC56-xdOjMkQ0wnQY01BXyxpJJtTeuveEjIqKS0Lg5PB5cYl43Xzw0jv2bOeNir_vqGqRaUGwJVeN34BV89K_9mCYuI5imNekCnbtVdDb-vwuWUOQN3L0H5XURxNsuprmS2NJe_KtP4PxTvFsejsCvFjP-0JqPl4_nq0HI6j8L98KR7AhBMLdUZCCZ1RLrfdtRudVgC9WYqgTYm5zh5X0yf-ERYbvkagZ3uYMn8bt8Z0vV41t2qBWav2MunhnSO-ukGuIw2MsANJmOhcp88gpwbiOrAz_yKo2udc-lQ0oyGZO6L0JfBEuKP7YZ1gVMuRN5j6LKo9KmQUnfzYvT_BwuTvjk0XpFGBJNeXv-7T_Vyw==\",\n                        \"base_rate\": 610.82,\n                        \"tax_and_fees\": 6.11,\n                        \"total_rate\": 616.93,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T13:00:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T16:40:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"06h:40m\",\n                        \"stops\": [],\n                        \"marketing_carrier\": [\n                            \"AS227\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"ebb02bf2-e73c-453a-81e6-ea9e527ead59\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"_B8QwslkJMd2yn2BicZIySvrsb-yt35giOnhfbKHkB3qVTQbGYqQ4SXg44fEqZIl1Ceq9xIwcnJJ4gqsIgNzkvUrDm35OxKcCQnIUD4n-XyMuzBK80s1TAKsUu_CibmC3TIWfq-Zy576mHuEXCuGRXZhtKtvO1U-lQJF3k15xiXexJmyQzRVdbQebrSQ8bQz08rUAtP9V4HMXI6yr_Hm0Ctft-8GC3Nq5JvzB_S-lAGTO1dIbmHCQaNVw_qCT9EW2jo97YONGMWTjK9cjSfpeZUI_GjKfWVu-l4kr4QXI3WzmNQwHRdGYyM1qSYIFb1ITwAJrgZSjzFEfit3uaTLI9k0VC8w3DQ_mOs6hEcBcIDh1ATCJIngbSdb7ouW6-QFxKlvWWPf_bLFaVmZYk9FVLo5ufc4dbG7kXhL3yHrwBTgYHx9FiI2cDKSaoe9Y33fyBRyE6CK2378n4Gd76YQGw==\",\n                        \"base_rate\": 599.39,\n                        \"tax_and_fees\": 5.99,\n                        \"total_rate\": 605.38,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T09:00:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T16:05:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"07h:50m\",\n                        \"stops\": [\n                            \"SAN\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS35\",\n                            \"AS3489\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"46c310cb-18cd-4cc4-ba37-3b415957d72a\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"JzLws-bwchPZHhIsa9tG7EuAIYH3OXp-fNAwpqKYbuJF57eaf3Bsugus3X22aXAJZNO8v46Te9jFb0gRwxYHWWvIEJeAkzAJZQCnW2ZkIf0D5K527MZ13_MaczlJyP8RWZ3BQK8o6FZA0KR7vwC-IBBD1C6ylnWOf_ekv4kXkMscv5BUr9MVeWMWvmUdV3yJVGWsyIXsrMJbszs-9amz1jCYXcCRyW31mO-zYj0u5gntekCmYcKj0UGawC3-oAO2R_PyyHgeRqA3RNwdbYNzJoN0HrD2NSCQHQwN5Ol3PSUemdCnr47VwB35L8VgWoL6BOd1c9NeQnxyv3Kx0ow6g9PIfKKDskFXJqRAoAg5c-NE9_7XIxBZ5D2uFA2ZI_bQQcg9EJmZaAD5ZBy7b5ctl0nTZ4kgZhxc8qDLDyoO6gK1DEjDHaaK7ygWZMH15mREOwBc6XCcLxTKSUwCF6BkcQ==\",\n                        \"base_rate\": 711.74,\n                        \"tax_and_fees\": 7.12,\n                        \"total_rate\": 718.86,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T09:00:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T18:04:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"07h:49m\",\n                        \"stops\": [\n                            \"SAN\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS35\",\n                            \"AS3482\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"ac952103-7dfa-4209-9c4d-7aeaa0ba06e8\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"YQOv8Kf2-vUe0eGcCR66J6Mx076bLgNAOeyMp4UCKXNNX1pt_Mw9X7_jvAf3Gs9CDeHkNGZQkFLe-LjnZ7eaTgjVR0mp44uEbd6w_FTpPTHjm0JWDa_srg_HKGpMOZ2mn85JFavFauUTBFcHt-Mrh-Bkl7O5kKMr0wrHcLes7_kieIy4p4RuTKn-j6K569l3fC8-fTwjWH4pxu5X0YxaaKFfX_CIavblhBfOBSWMTEIPJQu85B8j9EgWpoHmzTBzE6-t6pfG_cX6j_yJDC9pXGSbJ01orbczha0dgrRek515j7ShBVde8vzdXEnpLcx0phB4n8Q-C740kQamrCYFFezXr0iHUJOvybZnQ8mxCWwU27dnaGGEGyG_K-zZkitFGLy86De0eATbVxapGxbwguZAkzfd6MilBtpTgX8_pKZe6r5jyQeDMqKhY9LVcFKwuDgHGQmhMmN2AlGo09_Tpg==\",\n                        \"base_rate\": 853.25,\n                        \"tax_and_fees\": 8.53,\n                        \"total_rate\": 861.78,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T07:20:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T15:52:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:31m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS21\",\n                            \"AS1132\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"b2ce610e-54af-42b7-a575-ea109898d028\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"SMRlspy91bsr9SATBImh0VSH8jQnumwdy8cpmEIGjaYglcNmEY5A0bdb6oNK0jj--Md2zW6AdlMO96pRwq1t0O8pGVQwaWByacY3wqhJx7B94dfMyBZopvnhoIoRvyNrOe5Tp5WIoAQ7OKEMudW3xCaE0GFWu3OSGT2BM_z5dMm-PvJMzg_1AQ_XEaYNJO-riwWME3lZ8feaIPTv1EEAQnsBTZQdXV-rhh5vGIAHzV0En7qXQRHwmWZMo0eWeJ4xcRvHXZxD12eIhWgqNoGiI9PQfMkIqycLf3M3tGiZ5zADmvY49zW6k6KpM6c2V1fOxJSlLdUHoVL2-iyp_cyoRO6NkJq-q4Z2onSSY2VsCzxAHNFhaGTilUGlfvzf4Xntohf_9jIx4A54_s_kmqjo7LOpKYwruxLf5rFy2hgBLuGZC2aR0bw_tCFvHiawubD2dgjzhCB9sudQZUbsubPLDg==\",\n                        \"base_rate\": 887.07,\n                        \"tax_and_fees\": 8.87,\n                        \"total_rate\": 895.94,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T07:20:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-12T13:38:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:37m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS21\",\n                            \"AS1112\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"3dd95624-1bb2-4b91-921c-11c93e31c5fe\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"LAzDSQWLE15MzioimOoOUmiULWtduggh33msKW5Ae7oqg5cLALU4vejnEIn3M56VvF_jP0bVaLKqKMX_fxLXGAQ0CqEinIkvJ5cSkdx2LRjhYvl_eSiED5IDuPo4qJnIF6wokA-41dW45NQ0GhpsgIWF2hieFcR6YENpuTiE3iQ_vBmsynb_qtutAyoGMrOnhe_CAjNJkSNTIi1GzyRtBOgX7W2VqybwlK5S9zz3ldxvb3uaTKMi_oGGvFyH26z1metEW1eUiMm0KgZke1jogWSCHOkhSd33IxROp4-7VA3l_8kU6H36D6n-faQ4PCxZ1fdsVTOPU_Bb_fGyk_Sx3l5KGwXRc3T2wvNBABvXdV3AsD_vTv-QFieAXGMzQQKcj1ESN9ODlGGZk43Cww-F6PsrtDxJwJxKsKaUo_PrazijVhJb9ZGIMSI9TqZqLmkSEOGJ0r0J_TQ6ctJq-kYkYQ==\",\n                        \"base_rate\": 887.07,\n                        \"tax_and_fees\": 8.87,\n                        \"total_rate\": 895.94,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T18:30:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-13T09:11:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:36m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS17\",\n                            \"AS1082\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"1d884583-9478-4347-ae95-a5ce98b80dbd\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"gOemhVE70UL5QkVBbYhyDB_9AKWpK9ML3PiLBrvuHC_C_vaAJUZejOxvaMc3bilKgneN5tOXqPm8Dq1Fe6un7jlG4PySBdWAfgZSDqo4bnFYGFM1KytuzJXyYI7kb4bQXD35QdONUNn7nCtk_RH_KMYi9N_OapvrHk3VC26oS_pFRjFJHbjyVRo3GvjoyOi3vCVXN7b8fwx-0XlKgwqWU7NUczkSH9WlmYc9eSWjRu4TyEHszx4HTteA44hhcbgg2hQM3Nx8dwbiivyn0YwWRku0JCrw4_-hQQpfjii5d-b7CldZABfWhMBkPIbb-wvFVhYdM51Ky7q8_whXuYDzLWZIRAolr7zfsV7D1iy4dNdoTFecuvsZYGBkUZbEftnrj9Co7m5LNbrOlXxYpUH9S3nCMUjlHQ8O1wg5b-9YiZ4R8vH4ef2kqboJzGr607RuWzgai1CGbUL_t8sChBH2GA==\",\n                        \"base_rate\": 987.22,\n                        \"tax_and_fees\": 9.87,\n                        \"total_rate\": 997.09,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            {\n                \"segments\": [\n                    {\n                        \"airline_name\": \"Alaska Airlines\",\n                        \"departure_airport\": \"JFK\",\n                        \"departure_date\": \"2025-12-12T18:30:00\",\n                        \"departure_time\": \"\",\n                        \"arrival_airport\": \"SFO\",\n                        \"arrival_date\": \"2025-12-13T10:15:00\",\n                        \"arrival_time\": \"\",\n                        \"duration\": \"08h:35m\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketing_carrier\": [\n                            \"AS17\",\n                            \"AS1166\"\n                        ],\n                        \"operated_by\": \"Alaska Airlines\",\n                        \"airline_code\": \"AS\"\n                    }\n                ],\n                \"cabins\": [\n                    {\n                        \"id\": \"7a202fe1-ab76-4b62-ad13-4ba61c0c92a2\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"MA\",\n                        \"cabin_search_session_id\": \"TXzCWsJomUYmO0hPUUweuyBiEBllXmlF8GaxR_MowPEcOWjfPIZaYF6-SwUgNb0ktjmstkODiibFEZemncBwjU5pm4oEt3USkmU4n5m6vm_iIN3vRCh572ZsU7BfGgDVYcrGxFYVvtllKs7wBNJts1jafPskWxky11w9d52E9Thsewn-3c4WZx7ePN80RZQNqd2dOEJVsDW_4u4DSyTo_dRFGS4KhwvuzTAzW2xNaxBoILN7ShaLmIk6WbsSRxPhLwXAXb4vH7hkvN8DSmUGRMpRPsX6-2dzI2Yn1g5q65m7L5FoI4fM6FiWGW6VR5J8Br5arJKeg3NvPrInso6Gz0-2w9yAlbt6OiulYFgFTqDI41zlyGZM7TYYKSRRM7Wj6mJ9mGgF-VgsswdFy8aBwqYr9UZY-j-V_VLczgauQLIAqdjQ5HNWVlejySCYIuYpjsOTVRIg_ZDb5hWrzMhJhg==\",\n                        \"base_rate\": 987.22,\n                        \"tax_and_fees\": 9.87,\n                        \"total_rate\": 997.09,\n                        \"currency_code\": \"USD\",\n                        \"baggage_details\": [\n                            {\n                                \"leg_indicator\": \"0\",\n                                \"pax_baggages\": [\n                                    {\n                                        \"pax_type\": \"ADULT\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"0\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"pax_type\": \"CHILD\",\n                                        \"baggages\": [\n                                            {\n                                                \"type\": \"Check-in\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            },\n                                            {\n                                                \"type\": \"Cabin\",\n                                                \"free_quantity\": \"1\",\n                                                \"allowance_unit\": \"PC\"\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"penalties_info\": [\n                            {\n                                \"pax_type\": \"ADULT\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": true\n                            },\n                            {\n                                \"pax_type\": \"CHILD\",\n                                \"refund_allowed\": false,\n                                \"change_allowed\": false\n                            }\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"available_airlines\": [\n            \"Alaska Airlines\",\n            \"American Airlines\",\n            \"Delta Airlines\",\n            \"Frontier\",\n            \"Hawaiian\",\n            \"JetBlue Airways\"\n        ],\n        \"page\": 1,\n        \"limit\": 10,\n        \"total_pages\": 2,\n        \"has_next\": true,\n        \"has_prev\": false\n    }\n}"},{"id":"762b6138-af32-4e90-a8f1-bfc96b930a76","name":"400","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flight_info\": [\n        {\n            \"departure_date\": \"2026-11-01\",\n            \"origin\": \"NY\",\n            \"destination\": \"BLR\"\n        }\n    ],\n    \"route_type\": \"Oneway\",\n    \"cabin_type\": \"Economy\",\n    \"adults\": 1,\n    \"children\": 0,\n    \"infants\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:39:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"178"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"invalid_origin\",\n            \"message\": \"Origin should be a valid 3-letter code\",\n            \"fields\": [\n                {\n                    \"name\": \"origin\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"Invalid origin code\",\n    \"status\": \"failed\"\n}"},{"id":"2481d05d-3170-496b-ac18-a0d8d51510c7","name":"500","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"flight_info\": [\n        {\n            \"departure_date\": \"2025-11-01\",\n            \"origin\": \"NYC\",\n            \"destination\": \"SFO\"\n        }\n    ],\n    \"route_type\": \"Oneway\",\n    \"cabin_type\": \"Economy\",\n    \"adults\": 1,\n    \"children\": 0,\n    \"infants\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":""},{"key":"Date","value":"Fri, 18 Jul 2025 10:36:28 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"unknown_internal_error\",\n            \"message\": \"An internal server error has occurred.\"\n        }\n    ],\n    \"error\": \"Internal Server Error\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"a7a85eae-f9b4-4618-a100-bbfdd2a5858a"},{"name":"Availability API","id":"1f3b3781-2b6b-4724-af23-3395a33b303c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/flights/api/{{api_version}}/availability/","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This API is used to check flight availability and pricing for a specific cabin option that was previously returned in a search response. It ensures the flight is still available and retrieves the latest pricing information before proceeding with booking.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>{{api_host}}/flights/api/{{api_version}}/availability/</code><strong>cabin_search_session_id</strong> (String): Required. The unique session identifier for the cabin fare option</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will contain the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): Indicates the status of the request (e.g., success or error).</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request status.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the details of the available flights, including:</p>\n<ul>\n<li><p><strong>flights</strong> (array): A list of flight options, each including:</p>\n<ul>\n<li><p><strong>flight_segments</strong> (array): Details of each flight segment, including:</p>\n<ul>\n<li><p><strong>airline_name</strong> (string): Name of the airline.</p>\n</li>\n<li><p><strong>departure_airport</strong> (string): Code of the departure airport.</p>\n</li>\n<li><p><strong>departure_date</strong> (string): Date of departure.</p>\n</li>\n<li><p><strong>departure_time</strong> (string): Time of departure.</p>\n</li>\n<li><p><strong>arrival_airport</strong> (string): Code of the arrival airport.</p>\n</li>\n<li><p><strong>arrival_date</strong> (string): Date of arrival.</p>\n</li>\n<li><p><strong>arrival_time</strong> (string): Time of arrival.</p>\n</li>\n<li><p><strong>duration</strong> (string): Total duration of the flight.</p>\n</li>\n<li><p><strong>cabin</strong> (string): Type of cabin.</p>\n</li>\n<li><p><strong>cabin_class_text</strong> (string): Text representation of the cabin class.</p>\n</li>\n<li><p><strong>flight_number</strong> (string): Flight number.</p>\n</li>\n<li><p><strong>aircraft</strong> (string): Type of aircraft.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>total_duration</strong> (string): Total duration of the entire trip.</p>\n</li>\n<li><p><strong>stops</strong> (array): List of stops during the journey.</p>\n</li>\n<li><p><strong>layovers</strong> (array): Details of layovers if applicable.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>base_price</strong> (number): Base price of the flight.</p>\n</li>\n<li><p><strong>tax_and_fees</strong> (number): Total taxes and fees applicable.</p>\n</li>\n<li><p><strong>total_price</strong> (number): Final total price of the flight.</p>\n</li>\n<li><p><strong>currency_code</strong> (string): Currency code for the pricing.</p>\n</li>\n<li><p><strong>trip_info</strong> (object): Information about the trip, including:</p>\n<ul>\n<li><p><strong>total_travellers</strong> (number): Total number of travellers.</p>\n</li>\n<li><p><strong>trip_origin</strong> (string): Origin of the trip.</p>\n</li>\n<li><p><strong>trip_destination</strong> (string): Destination of the trip.</p>\n</li>\n<li><p><strong>travel_date</strong> (string): Date of travel.</p>\n</li>\n<li><p><strong>route_type</strong> (string): Type of route (e.g., one-way, round-trip).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>is_passport_required</strong> (boolean): Indicates if a passport is required for the trip.</p>\n</li>\n<li><p><strong>cabin_price_confirmation_token</strong> (string): Token for confirming cabin price.</p>\n</li>\n<li><p><strong>required_fields_to_book</strong> (array): List of fields required to complete the booking.</p>\n</li>\n<li><p><strong>passenger_type_quantity</strong> (array): Breakdown of passenger types and their quantities.</p>\n</li>\n<li><p><strong>penalties_info</strong> (array): Information about penalties related to refunds and changes, including:</p>\n<ul>\n<li><p><strong>passenger_type</strong> (string): Type of passenger.</p>\n</li>\n<li><p><strong>refund_allowed</strong> (boolean): Indicates if refunds are allowed.</p>\n</li>\n<li><p><strong>refund_penalty_amount</strong> (number): Amount charged as a penalty for refunds.</p>\n</li>\n<li><p><strong>change_allowed</strong> (boolean): Indicates if changes are allowed.</p>\n</li>\n<li><p><strong>change_penalty_amount</strong> (number): Amount charged as a penalty for changes.</p>\n</li>\n<li><p><strong>currency</strong> (string): Currency of the penalty amounts.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"flights\": [\n      {\n        \"flight_segments\": [\n          {\n            \"airline_name\": \"\",\n            \"departure_airport\": \"\",\n            \"departure_date\": \"\",\n            \"departure_time\": \"\",\n            \"arrival_airport\": \"\",\n            \"arrival_date\": \"\",\n            \"arrival_time\": \"\",\n            \"duration\": \"\",\n            \"cabin\": \"\",\n            \"cabin_class_text\": \"\",\n            \"flight_number\": \"\",\n            \"aircraft\": \"\"\n          }\n        ],\n        \"total_duration\": \"\",\n        \"stops\": [],\n        \"layovers\": []\n      }\n    ],\n    \"base_price\": 0,\n    \"tax_and_fees\": 0,\n    \"total_price\": 0,\n    \"currency_code\": \"\",\n    \"trip_info\": {\n      \"total_travellers\": 0,\n      \"trip_origin\": \"\",\n      \"trip_destination\": \"\",\n      \"travel_date\": \"\",\n      \"route_type\": \"\"\n    },\n    \"is_passport_required\": true,\n    \"cabin_price_confirmation_token\": \"\",\n    \"required_fields_to_book\": [],\n    \"passenger_type_quantity\": [\n      {\n        \"code\": \"\",\n        \"quantity\": 0\n      }\n    ],\n    \"penalties_info\": [\n      {\n        \"passenger_type\": \"\",\n        \"refund_allowed\": true,\n        \"refund_penalty_amount\": 0,\n        \"change_allowed\": true,\n        \"change_penalty_amount\": 0,\n        \"currency\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","availability",""],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"47d8c23f-976c-4665-9cd8-435754c74564","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/flights/api/{{api_version}}/availability/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:49:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1729"},{"key":"Connection","value":"keep-alive"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[{{correlation_id}}]"},{"key":"X-Forwarded-For","value":"[172.32.192.102]"},{"key":"X-Forwarded-Host","value":""},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.192.102]"},{"key":"X-Request-Id","value":"[f6a144d0373b4d68d18a0b5193a39f7d]"},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Availability details fetched successfully\",\n    \"data\": {\n        \"flights\": [\n            {\n                \"flight_segments\": [\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"SIN\",\n                        \"departure_airport_name\": \"All Airports, Singapore\",\n                        \"departure_date\": \"2025-10-23T14:20:00\",\n                        \"arrival_airport\": \"MAA\",\n                        \"arrival_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"arrival_date\": \"2025-10-23T15:55:00\",\n                        \"duration\": \"04h:05m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E1026\",\n                        \"aircraft\": \"\",\n                        \"airline_code\": \"6E\",\n                        \"operated_by\": \"IndiGo\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ]\n                    },\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"MAA\",\n                        \"departure_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"departure_date\": \"2025-10-23T19:30:00\",\n                        \"arrival_airport\": \"DEL\",\n                        \"arrival_airport_name\": \"Indira Gandhi Intl, New Delhi\",\n                        \"arrival_date\": \"2025-10-23T22:25:00\",\n                        \"duration\": \"02h:55m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E613\",\n                        \"aircraft\": \"\",\n                        \"airline_code\": \"6E\",\n                        \"operated_by\": \"IndiGo\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ]\n                    }\n                ],\n                \"total_duration\": \"07h:00m\",\n                \"stops\": [\n                    \"MAA\"\n                ],\n                \"layovers\": [\n                    {\n                        \"airport_code\": \"MAA\",\n                        \"duration\": \"03h:35m\"\n                    }\n                ]\n            }\n        ],\n        \"base_price\": 197.7,\n        \"tax_and_fees\": 1.98,\n        \"total_price\": 199.68,\n        \"currency_code\": \"USD\",\n        \"trip_info\": {\n            \"total_travellers\": 1,\n            \"trip_origin\": \"SIN\",\n            \"trip_destination\": \"DEL\",\n            \"travel_date\": \"2025-10-23\",\n            \"route_type\": \"OneWay\"\n        },\n        \"is_passport_required\": true,\n        \"hold_allowed\": false,\n        \"cabin_availability_token\": \"mYgykMouM5y4FOZmkPUxQvjMe0vM36VudK4zhNhBvZoMj82D2ujIRYocjwaIGzjwSSry4nPYJj8gMI-kIMEgy7rcdHz01p-FZkeg_GkipTObSVKHMVQjrU3YqXibjqgzChy5dS5wuxbIKZFl4yNQ0exYo8Wq4LAejANdLiK55dou-D390k3jgVG-AW3G4BJQlxroy64WQSX_Ky5S5shXTkN-vlAy28PG1-c9gG_3SaNvbzp5IM95Xy-mVpUl80jRrhDAIlWuuOSOggN-x0F3aMJem4OlujEt-TO2zC6dhaUXiUmxGu46JG9t3pD4fSRp69kRjVoyxa4zBjkGPOfS_0EaH2LStbq4fGMiqVZWaGbbO-gS3EIlRBSoH5oNhR_2TdbGgO098K_DitCaIP8-EYhTd4s6Fch8f1xVPae_SYZMT0-8hDxzByRbE5J8Ut5YVICpr2SQ0Y7bGe4BaGMehcEic69_UcY_8K9wEmU2QaZL_38ZbS9WiNvJGw60qQYwsS5ZGf3LGOPeY8zAHztz4bLeHgjl_Yhi4lmY5VGxKKPDPNQJNhDawHPCxgE8Z7gjWatE_-6lPwxnHPRMSezQ7Qxgpkreunq2N8OcFduVFHig_6EnJ3I0YkSRiGoONKBpuHHpIeHdiySfHrlPnf0445ST64QXDk5pVur29GP39eC9nZaF70Mq1fBXS42yQZM-i_SgfMeepCmWE1FdoOZRjG0TLsphXi38lP_7XJNIabFJeBBpZuCMzD0n\",\n        \"required_fields_to_book\": [\n            \"Passport\",\n            \"Passport No\",\n            \"DOB\",\n            \"PassengerNationality\",\n            \"Gender\",\n            \"Email\",\n            \"IssueCountry\",\n            \"ExpiredOn\",\n            \"Title\",\n            \"ContactNumber\"\n        ],\n        \"passenger_type_quantity\": [\n            {\n                \"code\": \"ADULT\",\n                \"quantity\": 1\n            }\n        ],\n        \"penalties_info\": [\n            {\n                \"pax_type\": \"ADULT\",\n                \"refund_allowed\": false,\n                \"refund_penalty_amount\": 0,\n                \"change_allowed\": false,\n                \"change_penalty_amount\": 0,\n                \"currency\": \"USD\"\n            }\n        ],\n        \"no_itinerary_change\": true\n    }\n}"},{"id":"4acd25c6-3837-469a-a849-c90e8a4a7f96","name":"400","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/flights/api/{{api_version}}/availability/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:49:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"130"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"f10f98bc64ded50db706cd847dcaaf31"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"cabin_search_session_id.invalid\",\n            \"message\": \"Invalid cabin search session id in request.\",\n            \"fields\": [\n                {\n                    \"name\": \"cabin_search_session_id\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"a0d6e0f2-8cec-4519-bb47-e8f681b36a28","name":"500","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"},{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/flights/api/{{api_version}}/availability/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":""},{"key":"Date","value":"Fri, 18 Jul 2025 10:36:28 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"unknown_internal_error\",\n            \"message\": \"An internal server error has occurred.\"\n        }\n    ],\n    \"error\": \"Internal Server Error\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"1f3b3781-2b6b-4724-af23-3395a33b303c"},{"name":"Get Fare Rule API","id":"d01cf58c-b77d-4b43-b0c1-8363d7fe9d63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"","type":"text"}],"url":"{{api_host}}/flights/api/{{api_version}}/farerules/","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint allows users to check the availability of flights based on a specific cabin search session. It is particularly useful for retrieving flight options that match the user's travel preferences.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>{{api_host}}/flights/api/{{api_version}}/farerules/{{</code>cabin_availability_token<code>}}</code></p>\n<p>Response</p>\n<p>The response will be in JSON format and will contain the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): Indicates the status of the request (e.g., success or error).<strong>message</strong> (string): A message providing additional information about the request status.<strong>data</strong> (object): Contains the fare rules and related details, including:</p>\n<ul>\n<li><p><strong>fare_type</strong> (string): Fare type identifier (e.g., PUBLISHED).</p>\n</li>\n<li><p><strong>fare_rules</strong> (array): A list of fare rules per city-pair, each including:</p>\n<ul>\n<li><p><strong>city_pair</strong> (string): Origin–destination city pair (e.g., DEL-BOM).</p>\n</li>\n<li><p><strong>void_applicable</strong> (boolean): Indicates if void is applicable for this fare.</p>\n</li>\n<li><p><strong>structured_fare_rules_available</strong> (boolean): Indicates if structured penalty/rules data is available.</p>\n</li>\n<li><p><strong>fare_rule_text</strong> (object): Text-based fare rule information, including:</p>\n<ul>\n<li><p><strong>airline</strong> (string): Airline code.</p>\n</li>\n<li><p><strong>city_pair</strong> (string): City pair for this rule.</p>\n</li>\n<li><p><strong>fare_basis_code</strong> (string): Fare basis code (e.g., SAVER).</p>\n</li>\n<li><p><strong>rules_detail</strong> (string): Full fare rule text as provided by the supplier.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>structured_penalty_info</strong> (object, optional): Structured cancellation, exchange, and penalty details, including:</p>\n<ul>\n<li><p><strong>cancellable</strong> (boolean): Indicates if the fare is cancellable.</p>\n</li>\n<li><p><strong>exchangeable</strong> (boolean): Indicates if the fare is exchangeable.</p>\n</li>\n<li><p><strong>miscellaneous</strong> (boolean): Indicates if miscellaneous charges apply.</p>\n</li>\n<li><p><strong>penalty_details</strong> (array): List of penalty details per passenger type, each including:</p>\n<ul>\n<li><p><strong>passenger_type</strong> (string): Type of passenger (e.g., adult, child).</p>\n</li>\n<li><p><strong>charges</strong> (array): List of charge/penalty details, each including:</p>\n<ul>\n<li><p><strong>penalty_type</strong> (string): Type of penalty (e.g., cancellation, change).</p>\n</li>\n<li><p><strong>allowed_before_departure</strong> (boolean): Whether the action is allowed before departure.</p>\n</li>\n<li><p><strong>time_before_departure</strong> (string): Time window before departure (e.g., 24H).</p>\n</li>\n<li><p><strong>charges_before_departure</strong> (number): Penalty amount before departure.</p>\n</li>\n<li><p><strong>allowed_after_departure</strong> (boolean): Whether the action is allowed after departure.</p>\n</li>\n<li><p><strong>charges_after_departure</strong> (number): Penalty amount after departure.</p>\n</li>\n<li><p><strong>partial_flow_permitted</strong> (boolean): Whether partial flow is permitted.</p>\n</li>\n<li><p><strong>split_pax_permitted</strong> (boolean): Whether split passenger is permitted.</p>\n</li>\n<li><p><strong>rerouting_permitted</strong> (boolean): Whether rerouting is permitted.</p>\n</li>\n<li><p><strong>allowed_no_show</strong> (boolean): Whether no-show is allowed.</p>\n</li>\n<li><p><strong>no_show_charge</strong> (object, optional): No-show charge details, including:</p>\n<ul>\n<li><p><strong>allowed_before_departure</strong> (boolean): No-show allowed before departure.</p>\n</li>\n<li><p><strong>time_before_departure</strong> (string): Time before departure for no-show.</p>\n</li>\n<li><p><strong>charges_before_departure</strong> (number): No-show charge before departure.</p>\n</li>\n<li><p><strong>allowed_after_departure</strong> (boolean): No-show allowed after departure.</p>\n</li>\n<li><p><strong>charges_after_departure</strong> (number): No-show charge after departure.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>admin_charges</strong> (number): Administrative charges.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>miscellaneous_charges</strong> (object, optional): Miscellaneous charge information, including:</p>\n<ul>\n<li><p><strong>penalty_type</strong> (string): Type of miscellaneous penalty.</p>\n</li>\n<li><p><strong>allowed_name_correction</strong> (boolean): Whether name correction is allowed.</p>\n</li>\n<li><p><strong>name_correction_charges_before_departure</strong> (number): Charge for name correction before departure.</p>\n</li>\n<li><p><strong>currency</strong> (string): Currency of the amounts.</p>\n</li>\n<li><p><strong>admin_charges</strong> (number): Administrative charges.</p>\n</li>\n<li><p><strong>refundable_taxes</strong> (boolean): Whether taxes are refundable.</p>\n</li>\n<li><p><strong>refundable_taxes_info</strong> (object, optional): Refundable tax details (tax_code, amount).</p>\n</li>\n<li><p><strong>non_refundable_taxes</strong> (boolean): Whether any taxes are non-refundable.</p>\n</li>\n<li><p><strong>non_refundable_taxes_info</strong> (object, optional): Non-refundable tax details (tax_code, amount).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>air_void_charges</strong> (object, optional): Void charge information, including:</p>\n<ul>\n<li><p><strong>is_voidable</strong> (boolean): Whether the booking is voidable.</p>\n</li>\n<li><p><strong>voiding_window_time_limit_in_mins</strong> (string): Time limit for voiding in minutes.</p>\n</li>\n<li><p><strong>currency</strong> (string): Currency of the void charges.</p>\n</li>\n<li><p><strong>admincharges</strong> (number): Administrative charges for void.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>baggage_infos</strong> (array): Baggage allowance per segment, each including:</p>\n<ul>\n<li><p><strong>departure</strong> (string): Departure airport code.</p>\n</li>\n<li><p><strong>arrival</strong> (string): Arrival airport code.</p>\n</li>\n<li><p><strong>flight_number</strong> (string): Flight number.</p>\n</li>\n<li><p><strong>baggage</strong> (string): Baggage allowance (e.g., 15KG).</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"message\": \"Fare rules retrieved successfully with currency conversion to INR\",\n  \"data\": {\n    \"fare_type\": \"PUBLISHED\",\n    \"fare_rules\": [\n      {\n        \"city_pair\": \"DEL-BOM\",\n        \"void_applicable\": true,\n        \"structured_fare_rules_available\": true,\n        \"fare_rule_text\": {\n          \"airline\": \"6E\",\n          \"city_pair\": \"DEL-BOM\",\n          \"fare_basis_code\": \"SAVER\",\n          \"rules_detail\": \"Full fare rule text...\"\n        },\n        \"structured_penalty_info\": {\n          \"cancellable\": true,\n          \"exchangeable\": false,\n          \"miscellaneous\": true,\n          \"penalty_details\": []\n        }\n      }\n    ],\n    \"baggage_infos\": [\n      {\n        \"departure\": \"DEL\",\n        \"arrival\": \"BOM\",\n        \"flight_number\": \"6E-123\",\n        \"baggage\": \"15KG\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","farerules",""],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"ffd370ce-4ff9-41be-938d-734467ac62dd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}"},{"key":"x-correlation-id","value":"{{correlation_id}}"}],"url":"{{api_host}}/flights/api/{{api_version}}/farerules/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:49:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1729"},{"key":"Connection","value":"keep-alive"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[{{correlation_id}}]"},{"key":"X-Forwarded-For","value":"[172.32.192.102]"},{"key":"X-Forwarded-Host","value":""},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.192.102]"},{"key":"X-Request-Id","value":"[f6a144d0373b4d68d18a0b5193a39f7d]"},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Availability details fetched successfully\",\n    \"data\": {\n        \"flights\": [\n            {\n                \"flight_segments\": [\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"SIN\",\n                        \"departure_airport_name\": \"All Airports, Singapore\",\n                        \"departure_date\": \"2025-10-23T14:20:00\",\n                        \"arrival_airport\": \"MAA\",\n                        \"arrival_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"arrival_date\": \"2025-10-23T15:55:00\",\n                        \"duration\": \"04h:05m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E1026\",\n                        \"aircraft\": \"\",\n                        \"airline_code\": \"6E\",\n                        \"operated_by\": \"IndiGo\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ]\n                    },\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"MAA\",\n                        \"departure_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"departure_date\": \"2025-10-23T19:30:00\",\n                        \"arrival_airport\": \"DEL\",\n                        \"arrival_airport_name\": \"Indira Gandhi Intl, New Delhi\",\n                        \"arrival_date\": \"2025-10-23T22:25:00\",\n                        \"duration\": \"02h:55m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E613\",\n                        \"aircraft\": \"\",\n                        \"airline_code\": \"6E\",\n                        \"operated_by\": \"IndiGo\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ]\n                    }\n                ],\n                \"total_duration\": \"07h:00m\",\n                \"stops\": [\n                    \"MAA\"\n                ],\n                \"layovers\": [\n                    {\n                        \"airport_code\": \"MAA\",\n                        \"duration\": \"03h:35m\"\n                    }\n                ]\n            }\n        ],\n        \"base_price\": 197.7,\n        \"tax_and_fees\": 1.98,\n        \"total_price\": 199.68,\n        \"currency_code\": \"USD\",\n        \"trip_info\": {\n            \"total_travellers\": 1,\n            \"trip_origin\": \"SIN\",\n            \"trip_destination\": \"DEL\",\n            \"travel_date\": \"2025-10-23\",\n            \"route_type\": \"OneWay\"\n        },\n        \"is_passport_required\": true,\n        \"hold_allowed\": false,\n        \"cabin_availability_token\": \"mYgykMouM5y4FOZmkPUxQvjMe0vM36VudK4zhNhBvZoMj82D2ujIRYocjwaIGzjwSSry4nPYJj8gMI-kIMEgy7rcdHz01p-FZkeg_GkipTObSVKHMVQjrU3YqXibjqgzChy5dS5wuxbIKZFl4yNQ0exYo8Wq4LAejANdLiK55dou-D390k3jgVG-AW3G4BJQlxroy64WQSX_Ky5S5shXTkN-vlAy28PG1-c9gG_3SaNvbzp5IM95Xy-mVpUl80jRrhDAIlWuuOSOggN-x0F3aMJem4OlujEt-TO2zC6dhaUXiUmxGu46JG9t3pD4fSRp69kRjVoyxa4zBjkGPOfS_0EaH2LStbq4fGMiqVZWaGbbO-gS3EIlRBSoH5oNhR_2TdbGgO098K_DitCaIP8-EYhTd4s6Fch8f1xVPae_SYZMT0-8hDxzByRbE5J8Ut5YVICpr2SQ0Y7bGe4BaGMehcEic69_UcY_8K9wEmU2QaZL_38ZbS9WiNvJGw60qQYwsS5ZGf3LGOPeY8zAHztz4bLeHgjl_Yhi4lmY5VGxKKPDPNQJNhDawHPCxgE8Z7gjWatE_-6lPwxnHPRMSezQ7Qxgpkreunq2N8OcFduVFHig_6EnJ3I0YkSRiGoONKBpuHHpIeHdiySfHrlPnf0445ST64QXDk5pVur29GP39eC9nZaF70Mq1fBXS42yQZM-i_SgfMeepCmWE1FdoOZRjG0TLsphXi38lP_7XJNIabFJeBBpZuCMzD0n\",\n        \"required_fields_to_book\": [\n            \"Passport\",\n            \"Passport No\",\n            \"DOB\",\n            \"PassengerNationality\",\n            \"Gender\",\n            \"Email\",\n            \"IssueCountry\",\n            \"ExpiredOn\",\n            \"Title\",\n            \"ContactNumber\"\n        ],\n        \"passenger_type_quantity\": [\n            {\n                \"code\": \"ADULT\",\n                \"quantity\": 1\n            }\n        ],\n        \"penalties_info\": [\n            {\n                \"pax_type\": \"ADULT\",\n                \"refund_allowed\": false,\n                \"refund_penalty_amount\": 0,\n                \"change_allowed\": false,\n                \"change_penalty_amount\": 0,\n                \"currency\": \"USD\"\n            }\n        ],\n        \"no_itinerary_change\": true\n    }\n}"},{"id":"352fa4ae-e351-4e10-88f4-d51963262686","name":"400","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}"},{"key":"x-correlation-id","value":"{{correlation_id}}"}],"url":"{{api_host}}/flights/api/{{api_version}}/farerules/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:49:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"130"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"f10f98bc64ded50db706cd847dcaaf31"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"error\",\n  \"message\": \"Invalid request\",\n  \"errors\": [\n    {\n      \"type\": \"cabin_price_confirmation_token.missing\",\n      \"message\": \"Cabin price confirmation token is missing\",\n      \"fields\": [{ \"name\": \"cabin_price_confirmation_token\", \"type\": \"path\" }]\n    }\n  ]\n}"},{"id":"c32ce205-4f83-49cc-869a-c10196fa2069","name":"500","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}"},{"key":"x-api-key","value":"{{api_key}}"}],"url":"{{api_host}}/flights/api/{{api_version}}/farerules/"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":""},{"key":"Date","value":"Fri, 18 Jul 2025 10:36:28 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"error\",\n  \"message\": \"INTERNAL_SERVER_ERROR\",\n  \"errors\": [\n    {\n      \"type\": \"unknown_internal_error\",\n      \"message\": \"An internal server error has occurred.\"\n    }\n  ]\n}"}],"_postman_id":"d01cf58c-b77d-4b43-b0c1-8363d7fe9d63"}],"id":"d91070bf-7729-4938-9079-0cf7ce3d2ae2","description":"<p>The <strong>Flight Search API</strong> serves as a robust interface for querying flight availability, fares, and schedule details, streamlining the booking process while offering accurate, real-time information to end-users or partner platforms.</p>\n<p><strong>Features</strong></p>\n<ul>\n<li><p><strong>Search:</strong> Real-time search for flights based on comprehensive search criteria, including routes, dates, and passenger details.</p>\n</li>\n<li><p><strong>Flight Details:</strong> In-depth information about each flight option, covering:</p>\n<ul>\n<li><p><strong>Airline &amp; Operating Carrier:</strong> Airline name, code, and flight number.</p>\n</li>\n<li><p><strong>Aircraft:</strong> Aircraft type and configuration.</p>\n</li>\n<li><p><strong>Schedule:</strong> Departure and arrival times (local and UTC), and flight duration.</p>\n</li>\n<li><p><strong>Route:</strong> Direct, non-stop, or Two plus stops with layover durations and cities.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Filtering &amp; Sorting:</strong> Empowers users to narrow down results by:</p>\n<ul>\n<li><p><strong>Airlines:</strong> Include or exclude specific carriers.</p>\n</li>\n<li><p><strong>Stops:</strong> Filter for non-stop, direct, or flights with specific layover counts.</p>\n</li>\n<li><p><strong>Departure/Arrival Times:</strong> Prefer flights within specific time windows (e.g., morning departures).</p>\n</li>\n<li><p><strong>Sorting:</strong> Order results by price, duration, recommended.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Availability &amp; Pricing:</strong> Provides real-time flight availability and accurate, live fare quotes for a specified itinerary, including different fare classes (Economy, Premium Economy, Business, First).</p>\n</li>\n</ul>\n","_postman_id":"d91070bf-7729-4938-9079-0cf7ce3d2ae2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Book","item":[{"name":"Booking","id":"984070ed-4b94-4a87-acf7-0938500a93c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"traveler_info\": [\n        {\n            \"type\": \"ADULT\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"first_name\": \"Abhijeet\",\n            \"last_name\": \"khandale\",\n            \"date_of_birth\": \"1999-08-01\",\n              \"passport\": {\n                \"passport_number\": \"A888999999\",\n                \"expiry_date\": \"2034-01-01\",\n                \"country\": \"US\"\n              },\n             \"extra_services\" : [\n                 {\n                \"service_id\" : 1,\n                \"quantity\" : 2\n                }\n              ],\n            \"passenger_nationality\": \"US\",\n            \"national_id\": \"1234567890\"\n            //\"frequent_flyer_number\":\"1234556\" -- optional\n            //\"know_traveler_no\":\"12345\" -- optional\n            //\"redress_no\"::45678\" -- optional\n        }\n        /*,{\n            \"type\": \"ADULT\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Peter\",\n            \"date_of_birth\": \"1997-08-01\",\n              \"passport\": {\n                \"passport_number\": \"A888999998\",\n                \"expiry_date\": \"2034-01-01\",\n                \"country\": \"US\"\n              },*/\n             /*\"extra_services\" : [\n                 {\n                \"service_id\" : 1,\n                \"quantity\" : 2\n                }\n              ],*/\n            //\"passenger_nationality\": \"US\",\n            //\"national_id\": \"1234567890\"\n            //\"frequent_flyer_number\":\"1234556\" -- optional\n            //\"know_traveler_no\":\"12345\" -- optional\n            //\"redress_no\"::45678\" -- optional\n        //}\n        ,{\n             \"type\": \"CHILD\",\n             \"gender\": \"Male\",\n             \"title\": \"Mr\",\n             \"first_name\": \"Alex\",\n             \"last_name\": \"Patty Jr\",\n             \"date_of_birth\": \"2019-08-01\",\n               \"passport\": {\n                 \"passport_number\": \"A888666999\",\n                 \"expiry_date\": \"2028-01-01\",\n                 \"country\": \"US\"\n               },\n             \"extra_services\" : [\n                 {\n                \"service_id\" : 1,\n                \"quantity\" : 2\n                }\n              ],\n            \"passenger_nationality\": \"US\",\n            \"national_id\": \"124467890\"\n            //\"frequent_flyer_number\":\"1234556\", //-- optional\n            //\"know_traveler_no\":\"12345\", //-- optional\n            //\"redress_no\":\"45678\" //-- optional\n        }\n        ,{\n             \"type\": \"INFANT\",\n             \"gender\": \"Female\",\n             \"title\": \"Mrs\",\n             \"first_name\": \"Angel\",\n             \"last_name\": \"Peter\",\n             \"date_of_birth\": \"2025-08-01\",\n               \"passport\": {\n                 \"passport_number\": \"A8886687\",\n                 \"expiry_date\": \"2027-01-01\",\n                 \"country\": \"US\"\n               },\n            \n            \"passenger_nationality\": \"US\",\n            \"national_id\": \"124467890\"\n            //\"frequent_flyer_number\":\"1234556\", //-- optional\n            //\"know_traveler_no\":\"12345\", //-- optional\n            //\"redress_no\":\"45678\" //-- optional\n        }\n    ],\n    \"country_code\": \"1\",\n    \"area_code\": \"212\",\n    \"phone_number\": \"45678993\",\n    \"email\": \"abhijeet@xeni.com\",\n    \"post_code\": \"10023\",\n    \"currency\": \"USD\",\n    \"cabin_availability_token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings","description":"<h2 id=\"booking-flight-service\">Booking Flight Service</h2>\n<p>This API is essential for managing flight bookings and ensuring that all necessary traveler information is captured for a successful reservation. . It requires traveler information, contact details and the availability token from the availabilty API.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>HTTP Method:</strong> POST<br /><strong>Endpoint:</strong> <code>{{api_host}}/flights/api/{{api_version}}/bookings</code></p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>cabin_availability_token</strong> (String): Required. The encrypted availability token obtained from the flight availability API response</p>\n</li>\n<li><p><strong>traveler_info</strong> (Array of Objects): Required. List of traveler information for all passengers.</p>\n<ul>\n<li><p><strong>type</strong> (string): The type of traveler (e.g., ADULT).</p>\n</li>\n<li><p><strong>gender</strong> (string): The gender of the traveler (e.g., Male, Female).</p>\n</li>\n<li><p><strong>title</strong> (string): The title of the traveler (e.g., Mr, Ms).</p>\n</li>\n<li><p><strong>first_name</strong> (string): The first name of the traveler.</p>\n</li>\n<li><p><strong>last_name</strong> (string): The last name of the traveler.</p>\n</li>\n<li><p><strong>date_of_birth</strong> (string): The date of birth of the traveler in YYYY-MM-DD format.</p>\n</li>\n<li><p><strong>passport</strong> (object): An object containing passport details:</p>\n<ul>\n<li><p><strong>passport_number</strong> (string): The passport number of the traveler.</p>\n</li>\n<li><p><strong>expiry_date</strong> (string): The passport's expiry date in YYYY-MM-DD format.</p>\n</li>\n<li><p><strong>country</strong> (string): The country of issuance for the passport.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>passenger_nationality</strong> (string): The nationality of the traveler.</p>\n</li>\n<li><p><strong>national_id</strong> (string): The national identification number of the traveler.</p>\n</li>\n<li><p><strong>Extra_services</strong> (Array of Objects): Optional extra services selected for this traveler.<br />  Each object contains: Like Meals and Bagagges</p>\n<ul>\n<li><p><strong>extra_service_id</strong> (Integer): ID of the extra service from availability response.</p>\n</li>\n<li><p><strong>quantity</strong> (Integer): Quantity of the service.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>country_code</strong> (string): The country code for the phone number.</p>\n</li>\n<li><p><strong>area_code</strong> (string): The area code for the phone number.</p>\n</li>\n<li><p><strong>phone_number</strong> (string): The phone number of the traveler.</p>\n</li>\n<li><p><strong>email</strong> (string): The email address of the traveler.</p>\n</li>\n<li><p><strong>post_code</strong> (string): The postal code of the traveler's address.</p>\n</li>\n<li><p><strong>currency</strong> (string): The currency code for the transaction (e.g., USD).</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and contains the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the booking request (e.g., success or error).</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request status.</p>\n</li>\n<li><p><strong>data</strong> (object): An object containing booking details, which includes:</p>\n<ul>\n<li><p><strong>booking_id</strong> (string): A unique identifier for the newly created booking.</p>\n</li>\n<li><p><strong>booking_status</strong> (string): The current status of the booking.</p>\n</li>\n<li><p><strong>ticket_time_limit</strong> (string): The time limit for ticket issuance.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-1-basic-booking-request-domestic-flight-no-passport-required\">Example 1: Basic Booking Request (Domestic Flight, No Passport Required)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cabin_availability_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\",\n  \"traveler_info\": [\n    {\n      \"title\": \"Mr\",\n      \"first_name\": \"John\",\n      \"last_name\": \"Doe\",\n      \"gender\": \"Male\",\n      \"date_of_birth\": \"1990-05-15\",\n      \"type\": \"ADULT\",\n      \"passenger_nationality\": \"US\"\n    }\n  ],\n  \"country_code\": \"1\",\n  \"area_code\": \"212\",\n  \"phone_number\": \"5551234\",\n  \"email\": \"john.doe@example.com\",\n  \"post_code\": \"10001\",\n}\n\n</code></pre>\n<h3 id=\"example-2-international-booking-request-passport-required\">Example 2: International Booking Request (Passport Required)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cabin_availability_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\",\n  \"traveler_info\": [\n    {\n      \"title\": \"Mrs\",\n      \"first_name\": \"Jane\",\n      \"last_name\": \"Smith\",\n      \"gender\": \"Female\",\n      \"date_of_birth\": \"1985-08-20\",\n      \"type\": \"ADULT\",\n      \"passenger_nationality\": \"US\",\n      \"passport\": {\n        \"passport_number\": \"A12345678\",\n        \"expiry_date\": \"2030-12-31\",\n        \"country\": \"US\"\n      },\n      \"know_traveler_no\": \"123456789\",\n      \"redress_no\": \"987654321\"\n    },\n    {\n      \"title\": \"Miss\",\n      \"first_name\": \"Emily\",\n      \"last_name\": \"Smith\",\n      \"gender\": \"Female\",\n      \"date_of_birth\": \"2015-03-10\",\n      \"type\": \"CHILD\",\n      \"passenger_nationality\": \"US\",\n      \"passport\": {\n        \"passport_number\": \"B87654321\",\n        \"expiry_date\": \"2028-06-15\",\n        \"country\": \"US\"\n      }\n    }\n  ],\n  \"country_code\": \"1\",\n  \"phone_number\": \"5559876\",\n  \"email\": \"jane.smith@example.com\"\n}\n\n</code></pre>\n<h3 id=\"example-3-booking-with-extra-services\">Example 3: Booking with Extra Services</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cabin_availability_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\",\n  \"traveler_info\": [\n    {\n      \"title\": \"Mr\",\n      \"first_name\": \"Robert\",\n      \"last_name\": \"Johnson\",\n      \"gender\": \"Male\",\n      \"date_of_birth\": \"1988-11-25\",\n      \"type\": \"ADULT\",\n      \"passenger_nationality\": \"GB\",\n      \"passport\": {\n        \"passport_number\": \"GB123456\",\n        \"expiry_date\": \"2029-05-20\",\n        \"country\": \"GB\"\n      },\n      \"extra_services\": [\n        {\n          \"extra_service_id\": 101,\n          \"quantity\": 1\n        },\n        {\n          \"extra_service_id\": 205,\n          \"quantity\": 2\n        }\n      ]\n    }\n  ],\n  \"country_code\": \"44\",\n  \"phone_number\": \"7911123456\",\n  \"email\": \"robert.johnson@example.com\"\n}\n\n</code></pre>\n<h3 id></h3>\n<p>Example Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"booking_id\": \"\",\n    \"booking_status\": \"\",\n    \"ticket_time_limit\": \"\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","bookings"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"7df82736-0d40-47a5-a624-3672227a626e","name":"Booked","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"cabin_availability_token\": \"\",\n  \"traveler_info\": [\n        {\n            \"type\": \"ADULT\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"first_name\": \"Karthi\",\n            \"last_name\": \"Subrama\",\n            \"date_of_birth\": \"1999-08-01\",\n              \"passport\": {\n                \"passport_number\": \"A888999999\",\n                \"expiry_date\": \"2034-01-01\",\n                \"country\": \"US\"\n              },\n             /*\"extra_services\" : [\n                 {\n                \"service_id\" : 1,\n                \"quantity\" : 2\n                }\n              ],*/\n            \"passenger_nationality\": \"US\",\n            \"national_id\": \"1234567890\"\n            //\"frequent_flyer_number\":\"1234556\" -- optional\n            //\"know_traveler_no\":\"12345\" -- optional\n            //\"redress_no\"::45678\" -- optional\n        }\n    ],\n    \"country_code\": \"1\",\n    \"area_code\": \"212\",\n    \"phone_number\": \"917338921842\",\n    \"email\": \"karthikeyan.s@xeni.com\",\n    \"post_code\": \"10023\",\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:16:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"Connection","value":"keep-alive"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[{{correlation_id}}]"},{"key":"X-Forwarded-For","value":"[172.32.98.188]"},{"key":"X-Forwarded-Host","value":""},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.98.188]"},{"key":"X-Request-Id","value":"[acdd39ea323b99b4f566146d9de3131d]"},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"booking created successfully\",\n    \"data\": {\n        \"booking_id\": \"XNFiEtVA3LL\",\n        \"booking_status\": \"TICKETED\",\n        \"ticket_time_limit\": \"2025-09-13T16:58:28.957\"\n    }\n}"},{"id":"2c6934e1-f0c7-433b-ae94-ed5cf2d26d34","name":"Booking session expired 400","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_token\": \"A46ADU2TpbGd/jHk8UxiAFqWVE6gXuRDgor/sbZ7bddHmAroI6xCiWsAnDmGCN8rVluDxDq08y0vZm4cvhkfKfsE/yaadYdLp026N80ZAOLjMfboVALo87vjnXpC9Axg1o14ggTsTsEMGc8TkA0GiYjmyKYVkaDGWx2eF7Fqsw2Im5BAJSI09RBXSE+MqeTEC4+Ih3U3s/vsiCc5X+U9NucOlRvbZtHH3KZJ1QExYmPh8WbCL4OimwxKjvmRbw/VvOKUMeHAvZGB2c9ff79gcQZ7ufixE12WuPhyiewMr0quFcRXdIeRyqqEzLLReSNKYdlfi/Ej1zB5JM4Z83ZDfXfTI3SQSbpzpF43gH9VrjuJJSwiruPDjoUTtKlQBoPr/3pqw746v6lYsOrKhciDQ7Acfn8K2+y8mXlujx6+CTJ4TQa2VBGnTvO78PdnDmOM/KImEQSwlCyOcGbE8Xru5uMy+6B5wwbkpL5bVCuSyPYx0m6zGyXVU2srEHGTi2ZRPgMEw/ycMyxSkaBWewq8c+uj717fy6RDiPoFlI1mF2nGNrqFw98hl/f4CiLIuoWH73H76UU9u004KmREYDwPurLJMutSLTrFMQjgvHLrSLkMZmq5PiSNVfBWGw2KiW2aQ6B9v7ZLRNksDDoFqxLtI5oXuHNLb1rTGpSjuMJ88vGYY3Y9R8oqPIWorPZGG8wWtTocQRkJWI1so+0KWgT+iU+sxDeBqwkw2tXMNDAw7IiL37lYQdZ+fiOARnNBQmAhzt1kxt6r\",\n  \"traveler_info\": [\n        {\n            \"type\": \"ADT\",\n            \"gender\": \"Female\",\n            \"title\": \"MISS\",\n            \"first_name\": \"\",\n            \"last_name\": \"Patil\",\n            \"date_of_birth\": \"1997-08-01\",\n            //   \"passport\": {\n            //     \"passport_number\": \"A8834586\",\n            //     \"expiry_date\": \"2034-01-01\",\n            //     \"country\": \"IN\"\n            //   },\n            \"passenger_nationality\": \"IN\",\n            \"national_id\": \"1234567890\"\n            //    \"extra_services\": [\n            //         {\n            //           \"service_id\": 1,\n            //           \"quantity\": 1\n            //         }\n            //       ]\n        }\n        //  {\n        //     \"type\": \"CHD\",\n        //     \"gender\": \"Male\",\n        //     \"title\": \"MR\",\n        //     \"first_name\": \"Rahu\",\n        //     \"last_name\": \"Pati\",\n        //     \"date_of_birth\": \"2018-08-01\",\n        //     //   \"passport\": {\n        //     //     \"passport_number\": \"A8834586\",\n        //     //     \"expiry_date\": \"2034-01-01\",\n        //     //     \"country\": \"IN\"\n        //     //   },\n        //     \"passenger_nationality\": \"IN\",\n        //     \"national_id\": \"1234567890\"\n        //     //    \"extra_services\": [\n        //     //         {\n        //     //           \"service_id\": 1,\n        //     //           \"quantity\": 1\n        //     //         }\n        //     //       ]\n        // }\n    ],\n    \"country_code\": \"91\",\n    \"area_code\": \"212\",\n    \"phone_number\": \"9999999999\",\n    \"email\": \"sonali+6@xeni.com\",\n    \"post_code\": \"10001\",\n    \"booking_id\": \"FS1\",\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:06:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"198"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"5d07a82137bba9e197e331da194e57b2"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"session.expired\",\n            \"message\": \"your booking session has expired.please try new request\",\n            \"fields\": [\n                {\n                    \"name\": \"token\",\n                    \"type\": \"query\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"INVALID_REQUEST_ERROR\",\n    \"status\": \"failed\"\n}"},{"id":"219a4da3-a225-4fd3-bb5e-5a687d0dd546","name":"Passport required 400","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_token\": \"3ECPvduRCajugSwtLDw3aBexuEeDlUqYg77pXAsan1sQ0eXWmK6F2ugiXFMqsqmsUvanNAGe0bR1J1TpFwE6jbOm6OcVoioGT85Npa8mk3LuPF7BeNCCc5TlrsaCcLT1ddikWOFfZWv3p3Isplwecvg6X/hz2SLpvnKajsz1NbXzXy5bAe9NbhZBegBNm/QWP1/RCYGTdkZ37t5ZL2m63hOxm6H5vRJDNhA43X+6jAiGPAQOOdqLLKN8oDvy5x7tMVsrkL5ug3uyB94mESkizEPUGAf513ovyHZbPs2WGaQYo+zpZZsTdMwUT+OETzo9iCIXI7kgOE0sWScphdimSFXvf9X+VdQArnjZEXCBtQK/YzLOb2HYQXgZ1Ee/dMssXm/QeQXeomPjyFZheuhVSERaTvM2MDdUGxXVigA+r+5lupUrHsEAz8frbOzt0Y9tUhmluumQeJAJQB++lx83Z+NCCVUTJ4fhPkntXQ87QEbE+zIzdF8pAUEPCJRbZ8IwZGu+PcMW8zKptuJNVHbsJxv1pClbw5ckrupGCi9prGG6nb/95ckBz2q0zEoLhjMLrqIbLl3Kg0rgz/G5SFj8D5vEG1GpKc/fhwVxg/tR3/ih0Bz1ezAgBOtewQMu0pfa4KcJrBtgXYLlIMVLnFJeMDISlrnK85mvRfH9c3qZgfhkR0C4KFjrF3blHmV7dNQyHzUIE/C3fvs6KFBLftFiwgSykul2aB4SRC4=\",\n  \"traveler_info\": [\n        {\n            \"type\": \"ADT\",\n            \"gender\": \"Female\",\n            \"title\": \"MISS\",\n            \"first_name\": \"Sonal\",\n            \"last_name\": \"Patil\",\n            \"date_of_birth\": \"1997-08-01\",\n            \"passenger_nationality\": \"IN\",\n            \"national_id\": \"1234567890\"\n\n        }\n    ],\n    \"country_code\": \"91\",\n    \"area_code\": \"212\",\n    \"phone_number\": \"9999999999\",\n    \"email\": \"sonali+6@xeni.com\",\n    \"post_code\": \"10001\",\n    \"booking_id\": \"FS2\",\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:08:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"c7ba73650cd18d4e4081f2641a7d64c6"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"missing_passport\",\n            \"message\": \"Passport details missing or incomplete for all travelers\",\n            \"fields\": [\n                {\n                    \"name\": \"traveler_info[0].passport\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"Passport details required for all travelers\",\n    \"status\": \"failed\"\n}"},{"id":"b69559ca-d1ef-4e88-a14a-837fe28bbf52","name":"Booking with Passport","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"cabin_availability_token\": \"\",\n  \"traveler_info\": [\n        {\n            \"type\": \"ADULT\",\n            \"gender\": \"Male\",\n            \"title\": \"Mr\",\n            \"first_name\": \"Karthi\",\n            \"last_name\": \"Subrama\",\n            \"date_of_birth\": \"1999-08-01\",\n              \"passport\": {\n                \"passport_number\": \"A888999999\",\n                \"expiry_date\": \"2034-01-01\",\n                \"country\": \"US\"\n              },\n             /*\"extra_services\" : [\n                 {\n                \"service_id\" : 1,\n                \"quantity\" : 2\n                }\n              ],*/\n            \"passenger_nationality\": \"US\",\n            \"national_id\": \"1234567890\"\n            //\"frequent_flyer_number\":\"1234556\" -- optional\n            //\"know_traveler_no\":\"12345\" -- optional\n            //\"redress_no\"::45678\" -- optional\n        }\n    ],\n    \"country_code\": \"1\",\n    \"area_code\": \"212\",\n    \"phone_number\": \"917338921842\",\n    \"email\": \"karthikeyan.s@xeni.com\",\n    \"post_code\": \"10023\",\n    \"currency\": \"USD\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:09:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"163"},{"key":"Connection","value":"keep-alive"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[{{correlation_id}}]"},{"key":"X-Forwarded-For","value":"[172.32.64.38]"},{"key":"X-Forwarded-Host","value":""},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.64.38]"},{"key":"X-Request-Id","value":""},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"booking created successfully\",\n    \"data\": {\n        \"booking_id\": \"XNFiEtVA3LL\",\n        \"booking_status\": \"TICKETED\",\n        \"ticket_time_limit\": \"2025-09-13T16:58:28.957\"\n    }\n}"}],"_postman_id":"984070ed-4b94-4a87-acf7-0938500a93c9"},{"name":"Booking details","id":"41f5823f-25fe-42f3-8605-cf02588a635f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":"{{api_host}}/flights/api/{{api_version}}/bookings?booking_id={{flights_booking_id}}","description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint retrieves the booking details for a specific flight using the provided booking ID. It allows users to access information related to their flight reservation, including travel dates, flight segments, and passenger details.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{api_host}}/flights/api/{{api_version}}/booking/{{flights_booking_id}}</code></p>\n</li>\n<li><p><strong>Path Parameter</strong>:</p>\n<ul>\n<li><code>flights_booking_id</code> (string): The unique identifier for the flight booking.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request status.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the booking details:</p>\n<ul>\n<li><p><strong>travel_date</strong> (string): The date of travel.</p>\n</li>\n<li><p><strong>booking_id</strong> (string): The unique identifier for the booking.</p>\n</li>\n<li><p><strong>airline_pnr</strong> (string): The Passenger Name Record associated with the booking.</p>\n</li>\n<li><p><strong>booking_status</strong> (string): The current status of the booking.</p>\n</li>\n<li><p><strong>trip_type</strong> (string): The type of trip (e.g., one-way, round-trip).</p>\n</li>\n<li><p><strong>flight_segments</strong> (array): An array of flight segment objects:</p>\n<ul>\n<li><p><strong>sectorSequence</strong> (integer): The sequence number of the flight segment.</p>\n</li>\n<li><p><strong>flightSegments</strong> (array): An array of flight details:</p>\n<ul>\n<li><p><strong>airlineName</strong> (string): The name of the airline.</p>\n</li>\n<li><p><strong>departureAirport</strong> (string): The airport of departure.</p>\n</li>\n<li><p><strong>departureTime</strong> (string): The time of departure.</p>\n</li>\n<li><p><strong>departureDate</strong> (string): The date of departure.</p>\n</li>\n<li><p><strong>arrivalAirport</strong> (string): The airport of arrival.</p>\n</li>\n<li><p><strong>arrivalDate</strong> (string): The date of arrival.</p>\n</li>\n<li><p><strong>arrivalTime</strong> (string): The time of arrival.</p>\n</li>\n<li><p><strong>duration</strong> (string): The duration of the flight.</p>\n</li>\n<li><p><strong>cabin</strong> (string): The cabin type.</p>\n</li>\n<li><p><strong>cabinClassText</strong> (string): The textual representation of the cabin class.</p>\n</li>\n<li><p><strong>flightNumber</strong> (string): The flight number.</p>\n</li>\n<li><p><strong>aircraft</strong> (string): The type of aircraft used for the flight.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>traveller_details</strong> (array): An array of traveller objects:</p>\n<ul>\n<li><p><strong>title</strong> (string): The title of the traveller.</p>\n</li>\n<li><p><strong>type</strong> (string): The type of traveller (e.g., adult, child).</p>\n</li>\n<li><p><strong>first_name</strong> (string): The first name of the traveller.</p>\n</li>\n<li><p><strong>middle_name</strong> (string): The middle name of the traveller.</p>\n</li>\n<li><p><strong>last_name</strong> (string): The last name of the traveller.</p>\n</li>\n<li><p><strong>date_of_birth</strong> (string): The date of birth of the traveller.</p>\n</li>\n<li><p><strong>ticket_number</strong> (string): The ticket number associated with the traveller.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>base_price</strong> (number): The base price of the booking.</p>\n</li>\n<li><p><strong>tax_and_fees</strong> (number): The total taxes and fees applied to the booking.</p>\n</li>\n<li><p><strong>total_price</strong> (number): The total price of the booking.</p>\n</li>\n<li><p><strong>currency_code</strong> (string): The currency code for the transaction.</p>\n</li>\n<li><p><strong>email</strong> (string): The email address associated with the booking.</p>\n</li>\n<li><p><strong>phone_number</strong> (string): The phone number associated with the booking.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"travel_date\": \"\",\n    \"booking_id\": \"\",\n    \"airline_pnr\": \"\",\n    \"booking_status\": \"\",\n    \"trip_type\": \"\",\n    \"flight_segments\": [\n      {\n        \"sectorSequence\": 0,\n        \"flightSegments\": [\n          {\n            \"airlineName\": \"\",\n            \"departureAirport\": \"\",\n            \"departureTime\": \"\",\n            \"departureDate\": \"\",\n            \"arrivalAirport\": \"\",\n            \"arrivalDate\": \"\",\n            \"arrivalTime\": \"\",\n            \"duration\": \"\",\n            \"cabin\": \"\",\n            \"cabinClassText\": \"\",\n            \"flightNumber\": \"\",\n            \"aircraft\": \"\"\n          }\n        ]\n      }\n    ],\n    \"traveller_details\": [\n      {\n        \"title\": \"\",\n        \"type\": \"\",\n        \"first_name\": \"\",\n        \"middle_name\": \"\",\n        \"last_name\": \"\",\n        \"date_of_birth\": \"\",\n        \"ticket_number\": \"\"\n      }\n    ],\n    \"base_price\": 0,\n    \"tax_and_fees\": 0,\n    \"total_price\": 0,\n    \"currency_code\": \"\",\n    \"email\": \"\",\n    \"phone_number\": \"\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","bookings"],"host":["{{api_host}}"],"query":[{"key":"booking_id","value":"{{flights_booking_id}}"}],"variable":[]}},"response":[{"id":"7f6b8b18-170b-4f6c-a96e-b5a6818698ba","name":"Booked","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/bookings?booking_id={{flights_booking_id}}","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","bookings"],"query":[{"key":"booking_id","value":"{{flights_booking_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:17:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"843"},{"key":"Connection","value":"keep-alive"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[{{correlation_id}}]"},{"key":"X-Forwarded-For","value":"[172.32.98.188]"},{"key":"X-Forwarded-Host","value":""},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.98.188]"},{"key":"X-Request-Id","value":""},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Booking details fetched successfully\",\n    \"data\": {\n        \"travel_date\": \"2025-10-23\",\n        \"booking_id\": \"XNFiEtVA3LL\",\n        \"airline_pnr\": \"EHV1HT9\",\n        \"booking_status\": \"BOOKED\",\n        \"trip_type\": \"OneWay\",\n        \"flight_segments\": [\n            {\n                \"sector_sequence\": 1,\n                \"flight_segments\": [\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"SIN\",\n                        \"departure_airport_name\": \"All Airports, Singapore\",\n                        \"departure_date\": \"2025-10-23T14:20:00\",\n                        \"arrival_airport\": \"MAA\",\n                        \"arrival_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"arrival_date\": \"2025-10-23T15:55:00\",\n                        \"duration\": \"04h:05m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E1026\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ],\n                        \"operated_by\": \"IndiGo\"\n                    },\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"MAA\",\n                        \"departure_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"departure_date\": \"2025-10-23T19:30:00\",\n                        \"arrival_airport\": \"DEL\",\n                        \"arrival_airport_name\": \"Indira Gandhi Intl, New Delhi\",\n                        \"arrival_date\": \"2025-10-23T22:25:00\",\n                        \"duration\": \"02h:55m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E613\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ],\n                        \"operated_by\": \"IndiGo\"\n                    }\n                ]\n            }\n        ],\n        \"traveller_details\": [\n            {\n                \"title\": \"Mr\",\n                \"type\": \"ADULT\",\n                \"first_name\": \"Karthi\",\n                \"middle_name\": \"\",\n                \"last_name\": \"Subrama\",\n                \"date_of_birth\": \"1999-08-01\",\n                \"ticket_number\": \"EHV1HT9\"\n            }\n        ],\n        \"base_price\": 197.7,\n        \"tax_and_fees\": 1.98,\n        \"total_price\": 199.67,\n        \"currency_code\": \"USD\",\n        \"ticket_time_limit\": \"2025-09-13T16:58:28.957Z\",\n        \"email\": \"karthikeyan.s@xeni.com\",\n        \"phone_number\": \"1917338921842\"\n    }\n}"},{"id":"33d119ec-f5bb-4fcc-a3de-012a396f82bc","name":"Ticket-In-Process","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/bookings?booking_id={{flights_booking_id}}","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","bookings"],"query":[{"key":"booking_id","value":"{{flights_booking_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 10:17:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"843"},{"key":"Connection","value":"keep-alive"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[{{correlation_id}}]"},{"key":"X-Forwarded-For","value":"[172.32.98.188]"},{"key":"X-Forwarded-Host","value":""},{"key":"X-Forwarded-Port","value":"[80]"},{"key":"X-Forwarded-Proto","value":"[http]"},{"key":"X-Forwarded-Scheme","value":"[http]"},{"key":"X-Real-Ip","value":"[172.32.98.188]"},{"key":"X-Request-Id","value":"[ddf5ba1d3f7a76a14bfaf693ee904da0]"},{"key":"X-Scheme","value":"[http]"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Booking details fetched successfully\",\n    \"data\": {\n        \"travel_date\": \"2025-11-01\",\n        \"booking_id\": \"XNFiEtVA3LL\",\n        \"airline_pnr\": \"PVQKZL\",\n        \"booking_status\": \"TICKET_IN_PROCESS\",\n        \"trip_type\": \"OneWay\",\n        \"flight_segments\": [\n            {\n                \"sectorSequence\": 1,\n                \"flightSegments\": [\n                    {\n                        \"airlineName\": \"JetBlue Airways\",\n                        \"departureAirport\": \"JFK\",\n                        \"departureTime\": \"8:10 pm\",\n                        \"departureDate\": \"01 Nov\",\n                        \"arrivalAirport\": \"SFO\",\n                        \"arrivalDate\": \"01 Nov\",\n                        \"arrivalTime\": \"11:54 pm\",\n                        \"duration\": \"06h:44m\",\n                        \"cabin\": \"Economy\",\n                        \"cabinClassText\": \"\",\n                        \"flightNumber\": \"B62615\",\n                        \"aircraft\": \"32S\"\n                    }\n                ]\n            }\n        ],\n        \"traveller_details\": [\n            {\n                \"title\": \"Mr\",\n                \"type\": \"Adult\",\n                \"first_name\": \"John\",\n                \"middle_name\": \"K\",\n                \"last_name\": \"Peter\",\n                \"date_of_birth\": \"1997-08-01\",\n                \"ticket_number\": \"\"\n            }\n        ],\n        \"base_price\": 131.78,\n        \"tax_and_fees\": 0,\n        \"total_price\": 131.78,\n        \"currency_code\": \"USD\",\n        \"email\": \"yourname@yourdomain.com\",\n        \"phone_number\": \"919999999999\"\n    }\n}"},{"id":"97cfc607-f932-4413-a8d8-9714deb38f14","name":"Ticketed","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/bookings?booking_id={{flights_booking_id}}","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","bookings"],"query":[{"key":"booking_id","value":"{{flights_booking_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[nfjenfewivniwevnwiev]"},{"key":"X-Request-Id","value":"b03c16dd-4210-4061-b5a1-a6c465b69c91"},{"key":"Date","value":"Thu, 17 Jul 2025 11:48:15 GMT"},{"key":"Content-Length","value":"847"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Booking details fetched successfully\",\n    \"data\": {\n        \"travel_date\": \"2025-10-23\",\n        \"booking_id\": \"XNFiEtVA3LL\",\n        \"airline_pnr\": \"EHV1HT9\",\n        \"booking_status\": \"TICKETED\",\n        \"trip_type\": \"OneWay\",\n        \"flight_segments\": [\n            {\n                \"sector_sequence\": 1,\n                \"flight_segments\": [\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"SIN\",\n                        \"departure_airport_name\": \"All Airports, Singapore\",\n                        \"departure_date\": \"2025-10-23T14:20:00\",\n                        \"arrival_airport\": \"MAA\",\n                        \"arrival_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"arrival_date\": \"2025-10-23T15:55:00\",\n                        \"duration\": \"04h:05m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E1026\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ],\n                        \"operated_by\": \"IndiGo\"\n                    },\n                    {\n                        \"airline_name\": \"IndiGo\",\n                        \"departure_airport\": \"MAA\",\n                        \"departure_airport_name\": \"Madras Intl., Chennai/Madras\",\n                        \"departure_date\": \"2025-10-23T19:30:00\",\n                        \"arrival_airport\": \"DEL\",\n                        \"arrival_airport_name\": \"Indira Gandhi Intl, New Delhi\",\n                        \"arrival_date\": \"2025-10-23T22:25:00\",\n                        \"duration\": \"02h:55m\",\n                        \"cabin\": \"Economy\",\n                        \"cabin_class_text\": \"REGULAR FARE\",\n                        \"flight_number\": \"6E613\",\n                        \"free_baggages\": [\n                            {\n                                \"type\": \"Check-in\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            },\n                            {\n                                \"type\": \"Cabin\",\n                                \"free_quantity\": \"1\",\n                                \"allowance_unit\": \"PC\"\n                            }\n                        ],\n                        \"operated_by\": \"IndiGo\"\n                    }\n                ]\n            }\n        ],\n        \"traveller_details\": [\n            {\n                \"title\": \"Mr\",\n                \"type\": \"ADULT\",\n                \"first_name\": \"Karthi\",\n                \"middle_name\": \"\",\n                \"last_name\": \"Subrama\",\n                \"date_of_birth\": \"1999-08-01\",\n                \"ticket_number\": \"EHV1HT9\"\n            }\n        ],\n        \"base_price\": 197.7,\n        \"tax_and_fees\": 1.98,\n        \"total_price\": 199.67,\n        \"currency_code\": \"USD\",\n        \"ticket_time_limit\": \"2025-09-13T16:58:28.957Z\",\n        \"email\": \"karthikeyan.s@xeni.com\",\n        \"phone_number\": \"1917338921842\"\n    }\n}"},{"id":"02fe0a51-57a9-4fe1-8c5a-3bf619536d2b","name":"Booking not found 404","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/bookings?booking_id={{flights_booking_id}}","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","bookings"],"query":[{"key":"booking_id","value":"{{flights_booking_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:02:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"6164135ad36360c348f3713650ac9262"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"booking.not_found\",\n            \"message\": \"no booking found for the given booking id.\",\n            \"fields\": [\n                {\n                    \"name\": \"booking_id\",\n                    \"type\": \"params\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"Not Found\",\n    \"status\": \"failed\"\n}"},{"id":"7708add6-afe1-45e3-8b45-eb843c371fab","name":"500","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"},{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":{"raw":"{{api_host}}/flights/api/{{api_version}}/bookings?booking_id={{flights_booking_id}}","host":["{{api_host}}"],"path":["flights","api","{{api_version}}","bookings"],"query":[{"key":"booking_id","value":"{{flights_booking_id}}"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":""},{"key":"Date","value":"Fri, 18 Jul 2025 10:36:28 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"unknown_internal_error\",\n            \"message\": \"An internal server error has occurred.\"\n        }\n    ],\n    \"error\": \"Internal Server Error\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"41f5823f-25fe-42f3-8605-cf02588a635f"},{"name":"Confirm","id":"31fd0699-16b7-43b0-b639-1f51fe4f7b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\" : \"Confirm\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}","description":"<h2 id=\"patch-flightsapiapi_versionbookingflights_booking_id\">PATCH /flights/api/{{api_version}}/booking/{{flights_booking_id}}</h2>\n<p>This endpoint is used to confirm a flight booking identified by the <code>flights_booking_id</code>. By sending a PATCH request to this endpoint, the user can update the status of a specific booking to indicate that it has been confirmed.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request must contain a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"Confirm\"\n}\n\n</code></pre>\n<ul>\n<li><strong>action</strong> (string): This parameter specifies the action to be performed. In this case, the value should be set to \"Confirm\" to indicate that the booking is being confirmed.</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>Upon a successful request, the server will respond with a JSON object that contains the following fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"message\": \"\",\n  \"data\": {\n    \"booking_id\": \"\",\n    \"booking_status\": \"\"\n  }\n}\n\n</code></pre>\n<ul>\n<li><p><strong>status</strong> (string): Indicates the status of the request (e.g., success or error).</p>\n</li>\n<li><p><strong>message</strong> (string): Provides additional information about the request's outcome.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains details about the booking.</p>\n<ul>\n<li><p><strong>booking_id</strong> (string): The unique identifier for the confirmed booking.</p>\n</li>\n<li><p><strong>booking_status</strong> (string): The current status of the booking after confirmation.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint allows for seamless confirmation of flight bookings, ensuring that users can manage their reservations effectively.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","bookings","{{flights_booking_id}}"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"f3d47488-7cb1-48ed-a176-8d3fd2d9b100","name":"Confirm ticket","originalRequest":{"method":"PATCH","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Confirm\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[nfjenfewivniwevnwiev]"},{"key":"X-Request-Id","value":"eae973fb-30cf-4915-8cfb-c6d2bc47e84f"},{"key":"Date","value":"Tue, 15 Jul 2025 18:42:03 GMT"},{"key":"Content-Length","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Ticket confirmed successfully\",\n    \"data\": {\n        \"booking_id\": \"FS1\",\n        \"booking_status\": \"TICKETED\"\n    }\n}"},{"id":"7cb12c0a-e841-407f-919b-5f0c7a44a9f5","name":"Confirmatin in progress","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Confirm\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[nfjenfewivniwevnwiev]"},{"key":"X-Request-Id","value":"05bc9a08-bba2-4be7-97a6-e4ed811c5b2d"},{"key":"Date","value":"Thu, 17 Jul 2025 11:30:55 GMT"},{"key":"Content-Length","value":"129"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Ticket  confirmation in progress. Pls check later.\",\n    \"data\": {\n        \"booking_id\": \"FS1\",\n        \"booking_status\": \"TICKET_IN_PROCESS\"\n    }\n}"},{"id":"d0f13c45-e2e0-4dad-a96d-b1bf6bc5ec3f","name":"Booking not found 404","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Confirm\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:04:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"92e45977fd65d78a5d70fc934248403c"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"booking.not_found\",\n            \"message\": \"no booking found for the given booking id.\",\n            \"fields\": [\n                {\n                    \"name\": \"booking_id\",\n                    \"type\": \"params\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"Not Found\",\n    \"status\": \"failed\"\n}"},{"id":"0429b0fd-b5da-4cf7-804f-4f5d61293c74","name":"400","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Confirm\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:05:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"290c952b89dcc9850ca1da95af5b0499"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"action.invalid\",\n            \"message\": \"Invalid action. Action must be: Confirm or Cancel\",\n            \"fields\": [\n                {\n                    \"name\": \"action\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"INVALID_REQUEST_ERROR\",\n    \"status\": \"failed\"\n}"},{"id":"28eda0c3-cf30-44bb-8386-99ac3c0ffa2e","name":"500","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Confirm\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:05:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"290c952b89dcc9850ca1da95af5b0499"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"unknown_internal_error\",\n            \"message\": \"We hit a snag and error on our end while processing your request. Please try again later.\"\n        }\n    ],\n    \"error\": \"Internal Server Error\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"31fd0699-16b7-43b0-b639-1f51fe4f7b58"}],"id":"4af0d0df-d719-4967-9c8b-24eba9e73177","description":"<p>The Flight Booking API acts as a bridge between online platforms and airline reservation systems, automating ticket issuance, managing seat inventory, providing real-time fare quotes, and streamlining the entire reservation process for travelers and service providers alike.</p>\n<p><strong>Booking:</strong> Integrates with booking APIs to create PNRs (Passenger Name Records), issue tickets, modify itineraries, and cancel reservations.</p>\n","_postman_id":"4af0d0df-d719-4967-9c8b-24eba9e73177","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Cancel","item":[{"name":"Cancel","id":"c99d129f-2eb6-43c3-b59d-52cae5f667cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Cancel\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}","description":"<h2 id=\"patch-flightsapiapi_versionbookingflights_booking_id\">PATCH /flights/api/{{api_version}}/booking/{{flights_booking_id}}</h2>\n<p>This endpoint is used to update the status of a flight booking. Specifically, it allows users to perform actions such as canceling a booking by sending a PATCH request with the appropriate action specified in the request body.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>flights_booking_id</code> (string): The unique identifier for the flight booking that you wish to modify.</li>\n</ul>\n</li>\n<li><p><strong>Request Body:</strong></p>\n<ul>\n<li><code>action</code> (string): The action to be performed on the booking. For cancellation, the value should be <code>\"Cancel\"</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"action\": \"Cancel\"\n}\n\n</code></pre>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response from this endpoint will indicate the result of the action performed on the booking. The structure of the response is as follows:</p>\n<ul>\n<li><p><strong>status</strong> (string): Indicates the success or failure of the request.</p>\n</li>\n<li><p><strong>message</strong> (string): A descriptive message providing additional information about the request outcome.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains details about the booking.</p>\n<ul>\n<li><p><code>booking_id</code> (string): The ID of the booking that was modified.</p>\n</li>\n<li><p><code>booking_status</code> (string): The current status of the booking after the action has been applied.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"success\",\n  \"message\": \"Booking canceled successfully.\",\n  \"data\": {\n    \"booking_id\": \"12345\",\n    \"booking_status\": \"Canceled\"\n  }\n}\n\n</code></pre>\n<p>This endpoint is crucial for managing flight bookings effectively, allowing users to update their booking status as needed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["flights","api","{{api_version}}","bookings","{{flights_booking_id}}"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"69a38746-e495-44f6-9c60-99f650163e4e","name":"Cancel ticket","originalRequest":{"method":"PATCH","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Cancel\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[nfjenfewivniwevnwiev]"},{"key":"X-Request-Id","value":"eae973fb-30cf-4915-8cfb-c6d2bc47e84f"},{"key":"Date","value":"Tue, 15 Jul 2025 18:42:03 GMT"},{"key":"Content-Length","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Cancelled ticketed successfully\",\n    \"data\": {\n        \"booking_id\": \"FS1\",\n        \"booking_status\": \"TICKETED\"\n    }\n}"},{"id":"8fdb7e68-bb70-44c1-a953-45057891a645","name":"Cancel in progress","originalRequest":{"method":"PATCH","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Cancel\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":""},{"key":"X-Correlation-Id","value":"[nfjenfewivniwevnwiev]"},{"key":"X-Request-Id","value":"05bc9a08-bba2-4be7-97a6-e4ed811c5b2d"},{"key":"Date","value":"Thu, 17 Jul 2025 11:30:55 GMT"},{"key":"Content-Length","value":"129"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"booking ticketed successfully\",\n    \"data\": {\n        \"booking_id\": \"FS1\",\n        \"booking_status\": \"TICKET_IN_PROCESS\"\n    }\n}"},{"id":"876585e3-5a44-454d-ba6f-4d4ec2dfa238","name":"Booking not found 404","originalRequest":{"method":"PATCH","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Cancel\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:04:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"92e45977fd65d78a5d70fc934248403c"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"booking.not_found\",\n            \"message\": \"no booking found for the given booking id.\",\n            \"fields\": [\n                {\n                    \"name\": \"booking_id\",\n                    \"type\": \"params\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"Not Found\",\n    \"status\": \"failed\"\n}"},{"id":"eb681413-7cd0-4b03-a8d5-3259eb2ec886","name":"400","originalRequest":{"method":"PATCH","header":[{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:05:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"290c952b89dcc9850ca1da95af5b0499"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"action.invalid\",\n            \"message\": \"Invalid action. Action must be: Confirm or Cancel\",\n            \"fields\": [\n                {\n                    \"name\": \"action\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"INVALID_REQUEST_ERROR\",\n    \"status\": \"failed\"\n}"},{"id":"7a22a564-2d2f-4067-b733-3791724c86b7","name":"500","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-correlation-id","value":"{{correlation_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\": \"Cancel\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/flights/api/{{api_version}}/bookings/{{flights_booking_id}}"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 18 Jul 2025 11:05:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"Connection","value":"keep-alive"},{"key":"X-Correlation-Id","value":"{{correlation_id}}"},{"key":"X-Request-Id","value":"290c952b89dcc9850ca1da95af5b0499"}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"unknown_internal_error\",\n            \"message\": \"We hit a snag and error on our end while processing your request. Please try again later.\"\n        }\n    ],\n    \"error\": \"Internal Server Error\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"c99d129f-2eb6-43c3-b59d-52cae5f667cf"}],"id":"09fb55b1-559b-444c-a379-a743c67134f4","description":"<p>The <strong>flight booking cancellation API</strong> is a critical component that enables automated, policy-compliant cancellation of reservations, providing status feedback, managing penalties, and notifying involved parties, ultimately streamlining reservation management workflows.</p>\n<ul>\n<li><p><strong>Cancel Reservation:</strong> A reservation can be cancelled using the eligible booking reference or PNR (Passenger Name Record). The cancellation is subject to the airline's fare rules and policies at the time of the request.</p>\n</li>\n<li><p><strong>Notification:</strong> Upon successful cancellation, a confirmation and updated itinerary will be sent as an email to the passenger and relevant parties.</p>\n</li>\n<li><p><strong>Fees &amp; Refunds:</strong> Cancellation of any reservation is subject to the specific fare rules of the ticket. Any applicable cancellation fees will be deducted automatically, and the remaining refundable amount will be credited back to the original form of payment or issued as airline credit, as per the policy.</p>\n</li>\n</ul>\n","_postman_id":"09fb55b1-559b-444c-a379-a743c67134f4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"337b3b36-9d3d-455e-a02c-cd33a6ba3ed3","description":"<p>Xeni Hotels V2 API offers two product options for customers:</p>\n<ol>\n<li><p>A <strong>Xeni API</strong> that provides a complete end-to-end platform for search, booking, and cancellation, eliminating the need for customers to build their own User Interface.</p>\n</li>\n<li><p>A <strong>Xeni</strong> <strong>Quick Builder</strong> that enables customers to use APIs for creating their own custom User Interface tailored to their specific needs.</p>\n</li>\n</ol>\n<p>This API delivers highly competitive flight prices, enhanced search and filtering, and enriched flight data including transparent baggage policies and \"Know Before You Go\" travel requirements. The V2 API features faster response times, clear error descriptions, and defined error codes for a smoother experience.  </p>\n<p>*<em>Suggested Routes For Testing:__*</em><br />SIN–DEL (6E)<br />SIN–BOM (6E)<br />DEL–MAA (6E)</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["// check preconditions","pm.collectionVariables.set('flight_departure_date', getIsoDate(90));//for flight","pm.collectionVariables.set('flight_return_date', getIsoDate(91)); //for flight","pm.collectionVariables.set('flight_origin', \"\");//for flight","pm.collectionVariables.set('flight_destination', \"\"); //for flight","","function getIsoTime(days_from_today) {","    var MS_PER_DAY = 24 * 60 * 60 * 1000;","    var date = new Date(new Date().getTime() + days_from_today * MS_PER_DAY);","    return date.toISOString();","}","","function getIsoDate(days_from_today) {","    var date = new Date(getIsoTime(days_from_today))","    return date.getFullYear() + '-' + pad(date.getMonth()+1) + '-' + pad(date.getDate());","}","","function pad(number) {","    var r = String(number);","    if ( r.length === 1 ) {","        r = '0' + r;","    }","    return r;","}",""],"id":"f9b06b1d-6b67-4614-a4c5-d5d12131ab94"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["var url = pm.request.url.toString()","pm.test('Status code is 2xx', function () {","    pm.expect(pm.response.code).to.be.oneOf([200]);","});","","","function setVar(name, data) {","    pm.collectionVariables.set(name, data);","}","","var response = null;","try {","    response = JSON.parse(responseBody);","} catch (err) {","    console.log(err);","}","","if (response) {","    console.log(response, \"url\")","    if (url.includes(\"api/v2/search\")) {","        try {","            setVar('cabin_search_session_id', response.data.flights[0].cabins[0].cabin_search_session_id);","        } catch (err) {","            console.log(err)","        }","    }","}","","if (response) {","    console.log(response, \"url\")","    if (url.includes(\"api/v2/availability\")) {","        try {","            setVar('cabin_availability_token', response.data.cabin_availability_token);","        } catch (err) {","            console.log(err)","        }","    }","}","","if (response) {","    console.log(response, \"url\")","    if (url.includes(\"api/v2/farerules\")) {","        try {","            setVar('cabin_availability_token', response.data.cabin_availability_token);","        } catch (err) {","            console.log(err)","        }","    }","}","","if (response) {","    console.log(response, \"url\")","    if (url.includes(\"api/v2/bookings\")) {","        try {","            setVar('flights_booking_id', response.data.booking_id);","        } catch (err) {","            console.log(err)","        }","    }","}"],"id":"82b5630c-4345-43ed-9410-662b8457bd76"}}],"_postman_id":"337b3b36-9d3d-455e-a02c-cd33a6ba3ed3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Cars API v2","item":[{"name":"Autocomplete","item":[{"name":"autocomplete","event":[{"listen":"test","script":{"exec":["// Parse the response body","let response = pm.response.json();","","try {","    ","    let lat = response.data[0].coordinates.lat;","    let lon = response.data[0].coordinates.lon;","","    pm.collectionVariables.set(\"latitude\", lat);","    pm.collectionVariables.set(\"longitude\", lon);","","    console.log(\"lat, lon set\");","} catch (error) {","    console.error(\"Failed to extract lat,lon:\", error);","}",""],"type":"text/javascript","packages":{},"requests":{},"id":"5c1cb87c-0500-4626-b3aa-cf2f20a6fc5a"}}],"id":"f0b2c5bf-389b-4537-a994-fd91288e6ab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation-id}}"}],"url":"{{api_host}}/cars/api/v2/autocomplete?key=new yo","description":"<h2 id=\"api-request-autocomplete-cars\">API Request: Autocomplete Cars</h2>\n<p>This endpoint allows users to retrieve autocomplete suggestions for car-related queries based on the provided key. It returns a list of potential matches, including details such as name, city, and geographical coordinates.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{api_host}}/cars/api/v2/autocomplete</code></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><code>key</code> (string): The search key used for fetching autocomplete suggestions. In this case, the value is set to \"new yo\".</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response from the server contains a JSON object with the following structure:</p>\n<ul>\n<li><p><strong>message</strong> (string): A message from the server, which may provide additional context or information (can be empty).</p>\n</li>\n<li><p><strong>data</strong> (array): An array of objects, each representing a potential match for the autocomplete query. Each object in the array includes:</p>\n<ul>\n<li><p><strong>id</strong> (string): A unique identifier for the entry.</p>\n</li>\n<li><p><strong>name</strong> (string): The name associated with the entry.</p>\n</li>\n<li><p><strong>city_name</strong> (string): The name of the city related to the entry.</p>\n</li>\n<li><p><strong>country_name</strong> (string): The name of the country related to the entry.</p>\n</li>\n<li><p><strong>iata_code</strong> (string): The IATA code associated with the entry (if applicable).</p>\n</li>\n<li><p><strong>type</strong> (string): The type of entry (e.g., airport, city).</p>\n</li>\n<li><p><strong>coordinates</strong> (object): An object containing geographical coordinates:</p>\n<ul>\n<li><p><strong>lat</strong> (number): The latitude of the location.</p>\n</li>\n<li><p><strong>lon</strong> (number): The longitude of the location.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>region_id</strong> (string): An identifier for the region associated with the entry.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Auto complete fetched successfully\",\n    \"data\": [\n        {\n            \"id\": \"956\",\n            \"name\": \"New York LaGuardia Airport (LGA)\",\n            \"city_name\": \"New York\",\n            \"country_name\": \"United States\",\n            \"iata_code\": \"LGA\",\n            \"type\": \"airport\",\n            \"coordinates\": {\n                \"lat\": 40.777325,\n                \"lon\": -73.87514\n            },\n            \"region_id\": \"24\"\n        }\n    ]\n}\n\n</code></pre>\n<p>This structure provides a comprehensive overview of the autocomplete suggestions related to cars, allowing users to effectively utilize the data in their applications.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["cars","api","v2","autocomplete"],"host":["{{api_host}}"],"query":[{"key":"key","value":"new yo"}],"variable":[]}},"response":[{"id":"68b246c2-25c4-4512-9415-1cc2c2dcaa29","name":"autocomplete","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"123","type":"text"},{"key":"x-security-context","value":"{{security_context}}","type":"text"}],"url":{"raw":"{{url}}/search?key=new yo","host":["{{url}}"],"path":["search"],"query":[{"key":"key","value":"new yo"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Correlation-Id","value":"[123]"},{"key":"X-Request-Id","value":"d417cf62-b1ff-4c58-b90a-4d668f432439"},{"key":"Date","value":"Thu, 31 Jul 2025 11:52:27 GMT"},{"key":"Content-Length","value":"1007"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Auto complete fetched successfully\",\n    \"data\": [\n        {\n            \"id\": \"956\",\n            \"name\": \"New York LaGuardia Airport (LGA)\",\n            \"city_name\": \"New York\",\n            \"country_name\": \"United States\",\n            \"iata_code\": \"LGA\",\n            \"type\": \"airport\",\n            \"coordinates\": {\n                \"lat\": 40.777325,\n                \"lon\": -73.87514\n            },\n            \"region_id\": \"24\"\n        },\n        {\n            \"id\": \"7764\",\n            \"name\": \"New York Ogdensburg International Airport Airport (OGS)\",\n            \"city_name\": \"New York\",\n            \"country_name\": \"United States\",\n            \"iata_code\": \"OGS\",\n            \"type\": \"airport\",\n            \"coordinates\": {\n                \"lat\": 40.7143,\n                \"lon\": -74.006\n            },\n            \"region_id\": \"24\"\n        },\n        {\n            \"id\": \"575\",\n            \"name\": \"New York John F. Kennedy International Airport (JFK)\",\n            \"city_name\": \"New York\",\n            \"country_name\": \"United States\",\n            \"iata_code\": \"JFK\",\n            \"type\": \"airport\",\n            \"coordinates\": {\n                \"lat\": 40.639828,\n                \"lon\": -73.77875\n            },\n            \"region_id\": \"24\"\n        },\n        {\n            \"id\": \"41\",\n            \"name\": \"New York\",\n            \"country_name\": \"United States\",\n            \"type\": \"city\",\n            \"coordinates\": {\n                \"lat\": 40.7143,\n                \"lon\": -74.006\n            },\n            \"region_id\": \"24\"\n        },\n        {\n            \"id\": \"38493\",\n            \"name\": \"West New York\",\n            \"country_name\": \"United States\",\n            \"type\": \"city\",\n            \"coordinates\": {\n                \"lat\": 40.7879,\n                \"lon\": -74.0143\n            },\n            \"region_id\": \"1924\"\n        }\n    ]\n}"}],"_postman_id":"f0b2c5bf-389b-4537-a994-fd91288e6ab4"}],"id":"cfe79350-0c38-464d-9f2a-de083fee58db","description":"<p>An <strong>autocomplete API</strong> helps users quickly find and select cities, airports and their addresses alongwith geocoordinates by providing instant, relevant suggestions based on partial input, improving efficiency and user experience in travel.</p>\n","_postman_id":"cfe79350-0c38-464d-9f2a-de083fee58db","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Search","item":[{"name":"rentals","event":[{"listen":"test","script":{"exec":["// Parse the response body","let response = pm.response.json();","","try {","    // Extract the id_context from the first available vehicle","    let id = response.data.avails[0].id;","    let token = response.data.avails[0].token;","    //let token = response.data[0].vendor_avails[0].veh_avails[0].core.token;","","    // Set it as an environment variable","    pm.collectionVariables.set(\"offer_id\", id);","    pm.collectionVariables.set(\"offers_token\", token);","","    console.log(\"offer_id set to:\", id);","} catch (error) {","    console.error(\"Failed to extract offer_id:\", error);","}",""],"type":"text/javascript","packages":{},"requests":{},"id":"8186f383-da2d-4f8e-aa96-7ae88eaed35e"}}],"id":"1042f9a9-8203-4d85-9c93-9ba360156854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation-id}}"}],"url":"{{api_host}}/cars/api/v2/rentals?country=US&pickup_date={{pickup_date_time}}&return_date={{return_date_time}}&pickup_type=geo&return_type=geo&pickup_code=19.434069,-99.084435&return_code=19.434069,-99.084435&currency={{currency}}&filter=price:lte:15&sort=distance&page=1&limit=400&pickup_geo=19.434069,-99.084435&driver_age=18","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint retrieves rental car options based on specified parameters such as country, pickup and return dates, pickup and return locations, currency, and filters. It allows users to find available rental cars that meet their criteria, including pricing and distance sorting.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>country</strong> (string): The country where the rental is requested (e.g., \"US\").</p>\n</li>\n<li><p><strong>pickup_date</strong> (string): The date and time when the car will be picked up.</p>\n</li>\n<li><p><strong>return_date</strong> (string): The date and time when the car will be returned.</p>\n</li>\n<li><p><strong>pickup_type</strong> (string): Type of pickup location (e.g., \"geo\").</p>\n</li>\n<li><p><strong>return_type</strong> (string): Type of return location (e.g., \"geo\").</p>\n</li>\n<li><p><strong>pickup_code</strong> (string): Geographic coordinates for the pickup location (latitude,longitude).</p>\n</li>\n<li><p><strong>return_code</strong> (string): Geographic coordinates for the return location (latitude,longitude).</p>\n</li>\n<li><p><strong>currency</strong> (string): The currency to be used for pricing.</p>\n</li>\n<li><p><strong>filter</strong> (string): Filters to apply to the rental options (e.g., \"price:lte:15\" for price less than or equal to 15).</p>\n</li>\n<li><p><strong>sort</strong> (string): Sorting criteria for the results (e.g., \"distance\").</p>\n</li>\n<li><p><strong>page</strong> (integer): The page number for pagination.</p>\n</li>\n<li><p><strong>limit</strong> (integer): The maximum number of results to return.</p>\n</li>\n<li><p><strong>pickup_geo</strong> (string): Geographic coordinates for the pickup location (latitude,longitude).</p>\n</li>\n<li><p><strong>driver_age</strong> (integer): The age of the driver.</p>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<p>A successful response from the API will return a JSON structure similar to the following:</p>\n<p>This structure provides detailed information about the available rental cars, including vehicle specifications, rental rates, fees, and pickup/dropoff locations.</p>\n<p>This endpoint retrieves available car rental options based on specified criteria such as location, pickup and return dates, and driver age. It allows users to filter and sort the results to find the best rental options that meet their needs.</p>\n<h4 id=\"request-parameters-1\">Request Parameters</h4>\n<ul>\n<li><p><strong>country</strong> (string): The country where the rental is requested (e.g., \"US\").</p>\n</li>\n<li><p><strong>pickup_date</strong> (string): The date and time when the rental car will be picked up.</p>\n</li>\n<li><p><strong>return_date</strong> (string): The date and time when the rental car will be returned.</p>\n</li>\n<li><p><strong>pickup_type</strong> (string): The type of pickup location (e.g., \"geo\" for geographical coordinates).</p>\n</li>\n<li><p><strong>return_type</strong> (string): The type of return location (e.g., \"geo\").</p>\n</li>\n<li><p><strong>pickup_code</strong> (string): The geographical coordinates for the pickup location (latitude,longitude).</p>\n</li>\n<li><p><strong>return_code</strong> (string): The geographical coordinates for the return location (latitude,longitude).</p>\n</li>\n<li><p><strong>currency</strong> (string): The currency for the rental rates (e.g., \"USD\").</p>\n</li>\n<li><p><strong>filter</strong> (string): A filter to apply on the rental rates (e.g., \"price:lte:15\" for price less than or equal to 15).</p>\n</li>\n<li><p><strong>sort</strong> (string): The sorting criteria for the results (e.g., \"distance\").</p>\n</li>\n<li><p><strong>page</strong> (integer): The page number for paginated results (default is 1).</p>\n</li>\n<li><p><strong>limit</strong> (integer): The maximum number of results to return (default is 400).</p>\n</li>\n<li><p><strong>pickup_geo</strong> (string): The geographical coordinates for the pickup location (latitude,longitude).</p>\n</li>\n<li><p><strong>driver_age</strong> (integer): The age of the driver (must be at least 18).</p>\n</li>\n</ul>\n<h4 id=\"response-structure\">Response Structure</h4>\n<p>The response will include a message and a data object containing the following:</p>\n<ul>\n<li><p><strong>pick_up_date_time</strong> (string): The pickup date and time.</p>\n</li>\n<li><p><strong>return_date_time</strong> (string): The return date and time.</p>\n</li>\n<li><p><strong>avails</strong> (array): A list of available rental cars, each containing:</p>\n<ul>\n<li><p><strong>id</strong> (string): The unique identifier for the rental option.</p>\n</li>\n<li><p><strong>token</strong> (string): A token associated with the rental option.</p>\n</li>\n<li><p><strong>status</strong> (string): The status of the rental option.</p>\n</li>\n<li><p><strong>rental_car_brand</strong> (string): The brand of the rental car.</p>\n</li>\n<li><p><strong>vehicle</strong> (object): Details about the vehicle, including:</p>\n<ul>\n<li><p><strong>air_conditioning</strong> (boolean): Indicates if the vehicle has air conditioning.</p>\n</li>\n<li><p><strong>transmission_type</strong> (string): The type of transmission.</p>\n</li>\n<li><p><strong>fuel_type</strong> (string): The type of fuel used.</p>\n</li>\n<li><p><strong>drive_type</strong> (string): The drive type (e.g., front-wheel drive).</p>\n</li>\n<li><p><strong>passenger_quantity</strong> (integer): The number of passengers the vehicle can accommodate.</p>\n</li>\n<li><p><strong>baggage_quantity</strong> (integer): The number of bags the vehicle can carry.</p>\n</li>\n<li><p><strong>vehicle_size</strong> (string): The size category of the vehicle.</p>\n</li>\n<li><p><strong>vehicle_type</strong> (string): The type of vehicle (e.g., sedan, SUV).</p>\n</li>\n<li><p><strong>sipp_code</strong> (string): The SIPP code for the vehicle.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the vehicle.</p>\n</li>\n<li><p><strong>door_count</strong> (integer): The number of doors on the vehicle.</p>\n</li>\n<li><p><strong>picture_url</strong> (string): A URL to an image of the vehicle.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rental_rate</strong> (object): Information about the rental rate, including:</p>\n<ul>\n<li><p><strong>rate_distance</strong> (object): Details about distance-based rates.</p>\n</li>\n<li><p><strong>vehicle_charges</strong> (array): An array of charges associated with the vehicle.</p>\n</li>\n<li><p><strong>rate_restrictions</strong> (object): Restrictions on the rental rate based on age and fees.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>fees</strong> (array): Any additional fees associated with the rental.</p>\n</li>\n<li><p><strong>pickup_location</strong> (object): Details of the pickup location.</p>\n</li>\n<li><p><strong>dropoff_location</strong> (object): Details of the dropoff location.</p>\n</li>\n<li><p><strong>distance</strong> (integer): The distance associated with the rental.</p>\n</li>\n<li><p><strong>coverages</strong> (array): Coverage options available for the rental.</p>\n</li>\n<li><p><strong>payment_rules</strong> (array): Rules regarding payment for the rental.</p>\n</li>\n<li><p><strong>tpa_extensions</strong> (object): Additional information related to the rental product.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This structured response allows clients to easily access and utilize the rental options available based on their specified criteria.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Rental availabilities fetched successfully\",\n    \"data\": {\n        \"pick_up_date_time\": \"2025-12-15T10:00:00\",\n        \"return_date_time\": \"2025-12-17T10:00:00\",\n        \"avails\": [\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-73\",\n                \"token\": \"f/e+lhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc++3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"VW Gol\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15702_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 87.66,\n                            \"total_price\": 87.66,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-73\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["cars","api","v2","rentals"],"host":["{{api_host}}"],"query":[{"key":"country","value":"US"},{"key":"pickup_date","value":"{{pickup_date_time}}"},{"key":"return_date","value":"{{return_date_time}}"},{"key":"pickup_type","value":"geo"},{"key":"return_type","value":"geo"},{"key":"pickup_code","value":"19.434069,-99.084435"},{"key":"return_code","value":"19.434069,-99.084435"},{"key":"currency","value":"{{currency}}"},{"key":"filter","value":"price:lte:15"},{"disabled":true,"key":"filter","value":"rental_car_brand:in:Hertz,passenger_quantity:eq:4,baggage_quantity:eq:2,price:gte:500,vehicle_size:in:Standard"},{"disabled":true,"key":"filter","value":"passenger_quantity:eq:4"},{"disabled":true,"key":"filter","value":"baggage_quantity:eq:3"},{"disabled":true,"key":"filter","value":"door_count:gte:4"},{"disabled":true,"key":"filter","value":"transmission_type:eq:Manual"},{"disabled":true,"key":"filter","value":"fuel_type:eq:Petrol"},{"disabled":true,"key":"filter","value":"drive_type:eq:4WD"},{"disabled":true,"key":"filter","value":"air_conditioning:eq:false"},{"disabled":true,"key":"filter","value":"vehicle_type:in:SUV"},{"disabled":true,"key":"filter","value":"vehicle_size:in:Mini"},{"disabled":true,"key":"filter","value":"vehicle_model:in:Susuki Ignis"},{"disabled":true,"key":"sort","value":"price"},{"key":"sort","value":"distance"},{"key":"page","value":"1"},{"key":"limit","value":"400"},{"key":"pickup_geo","value":"19.434069,-99.084435"},{"disabled":true,"key":"language","value":"ar"},{"key":"driver_age","value":"18"}],"variable":[]}},"response":[{"id":"4253fc54-e57d-4964-b258-62a0a9b16848","name":"rentals","originalRequest":{"method":"GET","header":[{"key":"x-correlation-id","value":"xxxxxxxxxxxx6","type":"text"},{"key":"x-api-key","value":"{{api_key}}","type":"text","disabled":true},{"key":"x-security-context","value":"{{security_context}}","type":"text","disabled":true},{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"{{api_host}}/cars/api/v2/rentals?country=US&pickup_date={{pickup_date_time}}&return_date={{return_date_time}}&pickup_type=geo&return_type=geo&pickup_code=21.036528,-86.777&return_code=21.036528,-86.777&currency={{currency}}&sort=price&page=1&limit=400&pickup_geo=21.036528,-86.777","host":["{{api_host}}"],"path":["cars","api","v2","rentals"],"query":[{"key":"country","value":"US"},{"key":"pickup_date","value":"{{pickup_date_time}}"},{"key":"return_date","value":"{{return_date_time}}"},{"key":"pickup_type","value":"geo"},{"key":"return_type","value":"geo"},{"key":"pickup_code","value":"21.036528,-86.777"},{"key":"return_code","value":"21.036528,-86.777"},{"key":"currency","value":"{{currency}}"},{"key":"fliter","value":"price:lte:15","disabled":true},{"key":"filter","value":"rental_car_brand:in:Europcar","disabled":true},{"key":"filter","value":"passenger_quantity:gte:5","disabled":true},{"key":"filter","value":"baggage_quantity:gte:3","disabled":true},{"key":"filter","value":"door_count:gte:4","disabled":true},{"key":"filter","value":"transmission_type:eq:Manual","disabled":true},{"key":"filter","value":"fuel_type:eq:Petrol","disabled":true},{"key":"filter","value":"drive_type:eq:4WD","disabled":true},{"key":"filter","value":"air_conditioning:eq:false","disabled":true},{"key":"filter","value":"vehicle_category:in:SUV","disabled":true},{"key":"filter","value":"vehicle_size:in:Mini","disabled":true},{"key":"filter","value":"vehicle_model:eq:VOLKSWAGEN VENTO 1.6 AUTO","disabled":true},{"key":"sort","value":"price"},{"key":"page","value":"1"},{"key":"limit","value":"400"},{"key":"pickup_geo","value":"21.036528,-86.777"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 29 Oct 2025 06:21:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2344146"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a04c103c-7458-4c56-9dbb-09b8b31e2a3e"},{"key":"X-Forwarded-Proto","value":"[https]"},{"key":"X-Request-Id","value":"9133b7d1-6843-425e-b65b-6f8cb0401c97"},{"key":"x-amz-apigw-id","value":"TMjOtHFpCYcEJMA="},{"key":"X-Amzn-Apigateway-Api-Id","value":"[bbuiz29pdb]"},{"key":"X-Amzn-Trace-Id","value":"[Root=1-6901b25d-0b1395aa3857f92e6fcf104e]"},{"key":"X-Correlation-Id","value":"[xxxxxxxxxxxx6]"},{"key":"x-amzn-Remapped-X-Forwarded-For","value":"[54.86.50.139]"},{"key":"x-amzn-Remapped-Date","value":"Wed, 29 Oct 2025 06:21:25 GMT"},{"key":"X-Forwarded-Port","value":"[443]"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Rental availabilities fetched successfully\",\n    \"data\": {\n        \"pick_up_date_time\": \"2025-12-15T10:00:00\",\n        \"return_date_time\": \"2025-12-17T10:00:00\",\n        \"avails\": [\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-73\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"VW Gol\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15702_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 87.66,\n                            \"total_price\": 87.66,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-73\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-69\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15689_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 144.33,\n                            \"total_price\": 144.33,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 1.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 1.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-69\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-70\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1960270_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 149.65,\n                            \"total_price\": 149.65,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 1.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 1.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-70\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-74\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"VW Jetta\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15688_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 572.02,\n                            \"total_price\": 572.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 5.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 5.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-74\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-72\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Chevrolet Spark\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1960271_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 746.46,\n                            \"total_price\": 746.46,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 7.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 7.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-72\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-71\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15701_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 746.46,\n                            \"total_price\": 746.46,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 7.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 7.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-71\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-326\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 804.9,\n                            \"total_price\": 804.9,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 8.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 8.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-326\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-200\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 HB\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968422_MDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 831.47,\n                            \"total_price\": 831.47,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 130431.65,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 8.68,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 8.68,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-200\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-31\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 HB\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083460_MDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 873.09,\n                            \"total_price\": 873.09,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 100325.22,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 9.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 9.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-31\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-188\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 HB\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083460_MDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 873.09,\n                            \"total_price\": 873.09,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 100325.22,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 9.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 9.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-188\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-192\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 SEDAN\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968419_CDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 934.18,\n                            \"total_price\": 934.18,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 138135.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 9.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 9.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-192\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-39\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 HB\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968422_MDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 964.29,\n                            \"total_price\": 964.29,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 130431.65,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-39\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-25\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 SEDAN\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083430_CDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 982.89,\n                            \"total_price\": 982.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 106257.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-25\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-180\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 SEDAN\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083430_CDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 982.89,\n                            \"total_price\": 982.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 106257.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-180\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-195\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"CHEVROLET AVEO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968416_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1036.02,\n                            \"total_price\": 1036.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-195\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-196\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968420_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1036.02,\n                            \"total_price\": 1036.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 10.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-196\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-33\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDMR\",\n                    \"name\": \"CHEVROLET BEAT 1.2 SEDAN\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968419_CDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1083.83,\n                            \"total_price\": 1083.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 138135.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-33\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-26\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"CHEVROLET AVEO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083441_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1091.8,\n                            \"total_price\": 1091.8,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-26\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-183\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"CHEVROLET AVEO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083441_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1091.8,\n                            \"total_price\": 1091.8,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-183\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-27\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083448_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1091.8,\n                            \"total_price\": 1091.8,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-27\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-184\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083448_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1091.8,\n                            \"total_price\": 1091.8,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 11.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-184\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-34\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"CHEVROLET AVEO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968416_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1202.49,\n                            \"total_price\": 1202.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 12.55,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 12.55,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-34\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-35\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968420_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1202.49,\n                            \"total_price\": 1202.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 153454.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 12.55,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 12.55,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-35\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-124\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969087_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1557.56,\n                            \"total_price\": 1557.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,300 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1300,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,300 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1300,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-124\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-117\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969085_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1559.34,\n                            \"total_price\": 1559.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,420 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1420,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,420 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1420,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-117\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-115\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Chevrolet Onix\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969086_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1565.53,\n                            \"total_price\": 1565.53,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,660 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1660,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,660 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1660,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-115\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-120\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"MG MG5\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/2081605_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1569.08,\n                            \"total_price\": 1569.08,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,600 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1600,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,600 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1600,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.39,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.39,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-120\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-127\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"Kia Forte\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969090_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1572.62,\n                            \"total_price\": 1572.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,800 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,800 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.42,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.42,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-127\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-118\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"Nissan Sentra\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969091_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1611.58,\n                            \"total_price\": 1611.58,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,850 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1850,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,850 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1850,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.83,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 16.83,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-118\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-144\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Chevrolet Aveo Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076472_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-144\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-145\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Chevrolet Aveo Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076430_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-145\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-146\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDMR\",\n                    \"name\": \"Chevrolet Beat Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076428_CDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1062579.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-146\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-141\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Dodge Attitude Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076476_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-141\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-140\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Dodge Attitude Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076451_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-140\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-138\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Hyundai Grand I10 Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2077934_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-138\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-137\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Hyundai Grand I10 Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2077933_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-137\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-143\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 5,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Mitsubishi MIRAGE G4 GLX CVT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076471_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-143\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-139\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Mitsubishi Mirage G4 Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076429_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-139\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-142\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDAR\",\n                    \"name\": \"Nissan March Sense Aut\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076444_EDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1685.96,\n                            \"total_price\": 1685.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1003517.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 17.6,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-142\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-66\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Renault Steepway\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/2085991_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2149.95,\n                            \"total_price\": 2149.95,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 22.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 22.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-66\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-65\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"EFAR\",\n                    \"name\": \"Susuki Ignis\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1993657_EFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2149.95,\n                            \"total_price\": 2149.95,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 22.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 22.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-65\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-67\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"MFAR\",\n                    \"name\": \"Renault Kwid\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1993656_MFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2166.78,\n                            \"total_price\": 2166.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 22.62,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 22.62,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-67\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-322\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2425.34,\n                            \"total_price\": 2425.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 25.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 25.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-322\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-323\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2425.34,\n                            \"total_price\": 2425.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 25.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 25.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-323\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-191\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy Elite\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"HDMR\",\n                    \"name\": \"CHEVROLET ONIX 1.2\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968414_HDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2489.98,\n                            \"total_price\": 2489.98,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 161157.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-191\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-199\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968426_SDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2489.98,\n                            \"total_price\": 2489.98,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 161157.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-199\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-201\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968427_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2489.98,\n                            \"total_price\": 2489.98,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 161157.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-201\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-153\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Chevrolet New Aveo Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076480_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-153\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-154\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMR\",\n                    \"name\": \"Chevrolet New Aveo Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076407_SDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-154\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-147\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Chevrolet Onix Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076473_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-147\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-150\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Kia K3 Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076474_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-150\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-149\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Kia Rio Sedán Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076446_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-149\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-151\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Nissan Versa Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076475_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-151\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-152\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Toyota Yaris Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076437_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-152\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-148\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Volkswagen Vento Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076431_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-148\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-155\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Volkswagen Virtus Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076479_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2510.34,\n                            \"total_price\": 2510.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-155\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-68\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Fiat Mobi\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/2085992_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2532.48,\n                            \"total_price\": 2532.48,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-68\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-296\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2552.85,\n                            \"total_price\": 2552.85,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.66,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 26.66,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-296\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-298\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2585.61,\n                            \"total_price\": 2585.61,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-298\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-297\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2585.61,\n                            \"total_price\": 2585.61,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-297\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-324\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2585.61,\n                            \"total_price\": 2585.61,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-324\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-325\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957816_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2585.61,\n                            \"total_price\": 2585.61,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-325\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-24\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy Elite\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"HDMR\",\n                    \"name\": \"CHEVROLET ONIX 1.2\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083425_HDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2619.26,\n                            \"total_price\": 2619.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 123967.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-24\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-179\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy Elite\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"HDMR\",\n                    \"name\": \"CHEVROLET ONIX 1.2\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083425_HDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2619.26,\n                            \"total_price\": 2619.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 123967.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-179\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-28\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083456_SDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2619.26,\n                            \"total_price\": 2619.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 123967.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-28\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-187\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083456_SDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2619.26,\n                            \"total_price\": 2619.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 123967.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-187\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-29\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083458_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2619.26,\n                            \"total_price\": 2619.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 123967.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-29\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-189\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083458_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2619.26,\n                            \"total_price\": 2619.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 123967.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 27.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-189\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-299\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957816_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2702.49,\n                            \"total_price\": 2702.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 28.22,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 28.22,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-299\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-300\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2702.49,\n                            \"total_price\": 2702.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 28.22,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 28.22,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-300\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-32\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy Elite\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"HDMR\",\n                    \"name\": \"CHEVROLET ONIX 1.2\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968414_HDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2887.56,\n                            \"total_price\": 2887.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 161157.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 30.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 30.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-32\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-36\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968426_SDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2887.56,\n                            \"total_price\": 2887.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 161157.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 30.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 30.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-36\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-37\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"VOLKSWAGEN VENTO 1.6 AUTO\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968427_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2887.56,\n                            \"total_price\": 2887.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 161157.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 30.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 30.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-37\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-202\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"CHEVROLET CAVALIER 1.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968425_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3317.02,\n                            \"total_price\": 3317.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 191795.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 34.64,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 34.64,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-202\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-116\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969092_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3323.22,\n                            \"total_price\": 3323.22,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,900 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1900,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,900 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1900,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 34.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 34.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-116\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-121\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Chirey Tiggo 7\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969094_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3400.25,\n                            \"total_price\": 3400.25,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,200 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2200,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,200 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2200,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 35.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 35.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-121\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-42\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDMR\",\n                    \"name\": \"Chevrolet Beat Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076428_CDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3477.29,\n                            \"total_price\": 3477.29,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1062579.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.31,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.31,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-42\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-41\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Hyundai Grand I10 Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2077934_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3477.29,\n                            \"total_price\": 3477.29,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.31,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.31,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-41\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-40\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Hyundai Grand I10 Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2077933_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3477.29,\n                            \"total_price\": 3477.29,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.31,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.31,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-40\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-128\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"SFAR\",\n                    \"name\": \"Nissan X-Trail\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969095_SFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3478.18,\n                            \"total_price\": 3478.18,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,850 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2850,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,850 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2850,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-128\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-119\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"Wagon / Estate\",\n                    \"sipp_code\": \"FWAR\",\n                    \"name\": \"Toyota Avanza\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969084_FWAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3478.18,\n                            \"total_price\": 3478.18,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,770 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1770,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,770 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1770,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-119\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-30\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"CHEVROLET CAVALIER 1.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083459_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3492.34,\n                            \"total_price\": 3492.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 147521.47,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-30\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-190\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"CHEVROLET CAVALIER 1.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083459_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3492.34,\n                            \"total_price\": 3492.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 147521.47,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-190\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-156\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Kia Forte Sedán Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076477_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3492.34,\n                            \"total_price\": 3492.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-156\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-158\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Nissan Sentra SENSE CVT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076478_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3492.34,\n                            \"total_price\": 3492.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-158\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-157\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Toyota Corolla Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076481_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3492.34,\n                            \"total_price\": 3492.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-157\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-159\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Volkswagen Jetta Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076467_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3492.34,\n                            \"total_price\": 3492.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 36.47,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-159\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-45\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Chevrolet Aveo Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076472_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3564.07,\n                            \"total_price\": 3564.07,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-45\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-46\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Chevrolet Aveo Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076430_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3564.07,\n                            \"total_price\": 3564.07,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-46\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-43\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Dodge Attitude Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076476_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3564.07,\n                            \"total_price\": 3564.07,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-43\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-44\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 5,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Mitsubishi MIRAGE G4 GLX CVT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076471_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3564.07,\n                            \"total_price\": 3564.07,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 37.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-44\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-327\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3657.04,\n                            \"total_price\": 3657.04,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 38.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 38.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-327\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-301\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3784.55,\n                            \"total_price\": 3784.55,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 39.51,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 39.51,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-301\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-38\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"CHEVROLET CAVALIER 1.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968425_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 3849.19,\n                            \"total_price\": 3849.19,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 191795.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Hacienda Estefania\",\n                    \"coordinates\": \"21.097,-86.7689\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location Service Charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 40.19,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 40.19,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-38\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-51\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Chevrolet New Aveo Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076480_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 4443.35,\n                            \"total_price\": 4443.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-51\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-47\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Chevrolet Onix Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076473_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 4443.35,\n                            \"total_price\": 4443.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-47\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-48\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Kia K3 Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076474_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 4443.35,\n                            \"total_price\": 4443.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-48\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-49\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Nissan Versa Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076475_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 4443.35,\n                            \"total_price\": 4443.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-49\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-50\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Toyota Yaris Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076437_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 4443.35,\n                            \"total_price\": 4443.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-50\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-52\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Volkswagen Virtus Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076479_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 4443.35,\n                            \"total_price\": 4443.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 46.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-52\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-53\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Kia Forte Sedán Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076477_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5152.63,\n                            \"total_price\": 5152.63,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 53.81,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 53.81,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-53\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-54\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Nissan Sentra SENSE CVT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076478_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5152.63,\n                            \"total_price\": 5152.63,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Zona Hotelera  Kukulcan\",\n                    \"coordinates\": \"21.097002,-86.768887\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 6.78,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 53.81,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 53.81,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-54\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-278\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5191.59,\n                            \"total_price\": 5191.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"60.23\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-278\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-284\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5191.59,\n                            \"total_price\": 5191.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"60.23\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-284\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-304\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5191.59,\n                            \"total_price\": 5191.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"60.23\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-304\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-310\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5191.59,\n                            \"total_price\": 5191.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"60.23\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 54.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-310\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-279\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5536.93,\n                            \"total_price\": 5536.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"64.25\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-279\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-285\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5536.93,\n                            \"total_price\": 5536.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"64.25\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-285\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-305\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5536.93,\n                            \"total_price\": 5536.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"64.25\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-305\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-311\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5536.93,\n                            \"total_price\": 5536.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"64.25\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 57.82,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-311\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-280\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5748.56,\n                            \"total_price\": 5748.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"66.70\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-280\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-286\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5748.56,\n                            \"total_price\": 5748.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"66.70\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-286\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-306\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5748.56,\n                            \"total_price\": 5748.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"66.70\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-306\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-312\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5748.56,\n                            \"total_price\": 5748.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"66.70\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-312\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-290\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5768.04,\n                            \"total_price\": 5768.04,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.23,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.23,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-290\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-316\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Toyota Corolla\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15285_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5768.04,\n                            \"total_price\": 5768.04,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.23,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 60.23,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-316\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-62\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Chevrolet Spark\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1960271_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5896.43,\n                            \"total_price\": 5896.43,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,543 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1542.86,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,543 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1542.86,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-62\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-63\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"VW Gol\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15702_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5896.43,\n                            \"total_price\": 5896.43,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,657 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1657.14,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,657 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1657.14,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-63\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-59\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15689_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5896.43,\n                            \"total_price\": 5896.43,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-59\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-60\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1960270_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5896.43,\n                            \"total_price\": 5896.43,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-60\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-61\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15701_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5896.43,\n                            \"total_price\": 5896.43,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-61\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-281\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5915.03,\n                            \"total_price\": 5915.03,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"68.63\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-281\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-287\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5915.03,\n                            \"total_price\": 5915.03,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"68.63\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-287\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-307\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5915.03,\n                            \"total_price\": 5915.03,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"68.63\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-307\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-313\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 5915.03,\n                            \"total_price\": 5915.03,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"68.63\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 61.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-313\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-328\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"EFAR\",\n                    \"name\": \"Nissan Juke\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/E.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6023.06,\n                            \"total_price\": 6023.06,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 62.89,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 62.89,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-328\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-291\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6152.34,\n                            \"total_price\": 6152.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 64.24,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 64.24,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-291\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-317\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15291_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6152.34,\n                            \"total_price\": 6152.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 64.24,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 64.24,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-317\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-392\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDMR\",\n                    \"name\": \"Chevrolet Beat Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076428_CDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6348.91,\n                            \"total_price\": 6348.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1062579.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.3,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.3,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-392\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-391\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Hyundai Grand I10 Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2077934_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6348.91,\n                            \"total_price\": 6348.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.3,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.3,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-391\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-390\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Hyundai Grand I10 Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2077933_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6348.91,\n                            \"total_price\": 6348.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.3,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.3,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-390\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-292\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6387.87,\n                            \"total_price\": 6387.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-292\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-318\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/1957817_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6387.87,\n                            \"total_price\": 6387.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 66.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-318\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-396\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Chevrolet Aveo Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076472_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6458.71,\n                            \"total_price\": 6458.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-396\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-397\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Chevrolet Aveo Sedan Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076430_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6458.71,\n                            \"total_price\": 6458.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-397\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-393\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Dodge Attitude Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076476_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6458.71,\n                            \"total_price\": 6458.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-393\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-395\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 5,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Mitsubishi MIRAGE G4 GLX CVT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076471_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6458.71,\n                            \"total_price\": 6458.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-395\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-394\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"Mitsubishi Mirage G4 Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076429_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6458.71,\n                            \"total_price\": 6458.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1180614.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 67.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-394\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-293\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6572.05,\n                            \"total_price\": 6572.05,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 68.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 68.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-293\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-319\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Kia Rio\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15288_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6572.05,\n                            \"total_price\": 6572.05,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 68.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 68.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-319\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-198\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Monospace\",\n                    \"sipp_code\": \"IMAR\",\n                    \"name\": \"CHEVROLET TRAX LT 2.0\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968424_IMAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6638.47,\n                            \"total_price\": 6638.47,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 306819.86,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 69.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 69.32,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-198\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-75\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Chevrolet Spark\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16177_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6942.19,\n                            \"total_price\": 6942.19,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 72.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 72.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-75\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-186\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Monospace\",\n                    \"sipp_code\": \"IMAR\",\n                    \"name\": \"CHEVROLET TRAX LT 2.0\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083457_IMAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6988.23,\n                            \"total_price\": 6988.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 236069.77,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 72.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 72.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-186\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-78\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDMV\",\n                    \"name\": \"Chevrolet Beat\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16180_MDMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 6992.66,\n                            \"total_price\": 6992.66,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 73.02,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 73.02,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-78\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-81\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16184_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7127.25,\n                            \"total_price\": 7127.25,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 24,186 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 24186,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 24,186 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 24186,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 74.43,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 74.43,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-81\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-84\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Chevrolet Aveo Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16186_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7210.49,\n                            \"total_price\": 7210.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 27,840 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 27840,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 27,840 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 27840,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 75.29,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 75.29,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-84\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-1\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Chevrolet Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/4979_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-1\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-2\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Chevrolet Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/29591_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-2\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-13\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Chevrolet Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/4979_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-13\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-14\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Chevrolet Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/29591_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-14\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-254\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Chevrolet Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/4979_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-254\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-255\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Chevrolet Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/29591_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-255\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-3\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Chevrolet Onix\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/I.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-3\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-15\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Chevrolet Onix\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/I.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-15\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-256\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Chevrolet Onix\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/I.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 183826.27,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-256\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-0\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/31243_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 95277.97,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2200,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-0\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-12\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/31243_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 95277.97,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2200,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-12\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-253\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/31243_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7277.78,\n                            \"total_price\": 7277.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 95277.97,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2200,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-253\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-398\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Chevrolet New Aveo Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076480_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-398\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-400\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMR\",\n                    \"name\": \"Chevrolet New Aveo Std.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076407_SDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-400\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-401\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Chevrolet Onix Sedan Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076473_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-401\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-405\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Kia K3 Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076474_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-405\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-399\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Kia Rio Sedán Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076446_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-399\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-406\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Nissan Versa Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076475_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-406\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-402\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Toyota Yaris Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076437_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-402\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-404\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Volkswagen Vento Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076431_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-404\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-403\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"Volkswagen Virtus Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076479_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7640.83,\n                            \"total_price\": 7640.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 79.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-403\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-87\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16188_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 7969.35,\n                            \"total_price\": 7969.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 31,320 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 31320,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 31,320 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 31320,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 83.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 83.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-87\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-90\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Nissan Versa - Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/6834_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8085.35,\n                            \"total_price\": 8085.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 31,320 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 31320,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 31,320 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 31320,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 84.43,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 84.43,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-90\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-113\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"OtoQ\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDAR\",\n                    \"name\": \"Hyundai i10 Auto\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/472/small/2082003_MDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8237.65,\n                            \"total_price\": 8237.65,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44274.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 8.33,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft Protection\",\n                            \"code\": \"382\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.02,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.02,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-113\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo472.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-93\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCMV\",\n                    \"name\": \"VW Vento,\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16191_SCMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8261.56,\n                            \"total_price\": 8261.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 33,930 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 33930,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 33,930 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 33930,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-93\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-110\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"OtoQ\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDAR\",\n                    \"name\": \"Renault Clio Auto\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/472/small/2081999_EDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8317.34,\n                            \"total_price\": 8317.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44274.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 8.33,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft Protection\",\n                            \"code\": \"382\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.85,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.85,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-110\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo472.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-96\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"VW Vento, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16193_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8329.74,\n                            \"total_price\": 8329.74,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 33,930 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 33930,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 33,930 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 33930,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.98,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 86.98,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-96\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-228\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCMR\",\n                    \"name\": \"CHEVROLET MATIZ\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20283_MCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8366.04,\n                            \"total_price\": 8366.04,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.36,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.36,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-228\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-203\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCMR\",\n                    \"name\": \"CHEVROLET MATIZ\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/444457_MCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8369.59,\n                            \"total_price\": 8369.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.4,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-203\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-204\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"PONTIAC MATIZ\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2002586_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8377.55,\n                            \"total_price\": 8377.55,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.48,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.48,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-204\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-330\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"PONTIAC MATIZ\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2002586_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8377.55,\n                            \"total_price\": 8377.55,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.48,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.48,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-330\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-229\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"CHEVROLET MATIZ\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20284_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8380.21,\n                            \"total_price\": 8380.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-229\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-351\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"MCAR\",\n                    \"name\": \"CHEVROLET MATIZ\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20284_MCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8380.21,\n                            \"total_price\": 8380.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-351\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-230\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20285_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8385.52,\n                            \"total_price\": 8385.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-230\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-352\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20285_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8385.52,\n                            \"total_price\": 8385.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-352\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-205\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/54122_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8386.41,\n                            \"total_price\": 8386.41,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-205\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-331\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/54122_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8386.41,\n                            \"total_price\": 8386.41,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-331\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-206\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/40713_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8393.49,\n                            \"total_price\": 8393.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-206\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-231\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20286_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8393.49,\n                            \"total_price\": 8393.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-231\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-332\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/40713_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8393.49,\n                            \"total_price\": 8393.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-332\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-353\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"CHEVROLET BEAT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20286_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8393.49,\n                            \"total_price\": 8393.49,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-353\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-207\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDMR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/20830_EDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8405.89,\n                            \"total_price\": 8405.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-207\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-232\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDMR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20831_EDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8405.89,\n                            \"total_price\": 8405.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-232\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-333\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDMR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/20830_EDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8405.89,\n                            \"total_price\": 8405.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-333\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-354\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDMR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20831_EDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8405.89,\n                            \"total_price\": 8405.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.78,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-354\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-208\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDAR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/20832_EDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8414.74,\n                            \"total_price\": 8414.74,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-208\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-233\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDAR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20833_EDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8414.74,\n                            \"total_price\": 8414.74,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-233\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-334\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDAR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/20832_EDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8414.74,\n                            \"total_price\": 8414.74,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-334\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-355\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"EDAR\",\n                    \"name\": \"CHEVROLET SPARK\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20833_EDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8414.74,\n                            \"total_price\": 8414.74,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-355\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-212\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/47550_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-212\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-237\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20289_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-237\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-338\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/47550_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-338\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-359\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20289_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-359\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-209\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/44559_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-209\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-234\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20287_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-234\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-335\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/44559_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-335\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-356\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20287_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8426.26,\n                            \"total_price\": 8426.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 110685.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 87.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-356\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-227\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Special\",\n                    \"vehicle_type\": \"Special\",\n                    \"sipp_code\": \"XXAR\",\n                    \"name\": \"Special\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1995240_XXAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8430.68,\n                            \"total_price\": 8430.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-227\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-252\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Special\",\n                    \"vehicle_type\": \"Special\",\n                    \"sipp_code\": \"XXAR\",\n                    \"name\": \"Special\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1995303_XXAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8430.68,\n                            \"total_price\": 8430.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-252\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-350\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Special\",\n                    \"vehicle_type\": \"Special\",\n                    \"sipp_code\": \"XXAR\",\n                    \"name\": \"Special\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1995240_XXAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8430.68,\n                            \"total_price\": 8430.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-350\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-372\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Special\",\n                    \"vehicle_type\": \"Special\",\n                    \"sipp_code\": \"XXAR\",\n                    \"name\": \"Special\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1995303_XXAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8430.68,\n                            \"total_price\": 8430.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-372\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-238\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20290_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8434.23,\n                            \"total_price\": 8434.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-238\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-360\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20290_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8434.23,\n                            \"total_price\": 8434.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-360\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-235\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20288_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8434.23,\n                            \"total_price\": 8434.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-235\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-357\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20288_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8434.23,\n                            \"total_price\": 8434.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-357\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-241\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"NISSAN VERSA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20292_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8434.23,\n                            \"total_price\": 8434.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-241\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-363\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"NISSAN VERSA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20292_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8434.23,\n                            \"total_price\": 8434.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.07,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-363\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-213\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/36572_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8435.11,\n                            \"total_price\": 8435.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1550.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-213\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-339\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/36572_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8435.11,\n                            \"total_price\": 8435.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1550.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-339\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-210\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/45067_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8435.11,\n                            \"total_price\": 8435.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-210\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-336\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/45067_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8435.11,\n                            \"total_price\": 8435.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-336\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-216\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"NISSAN VERSA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/58961_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8435.11,\n                            \"total_price\": 8435.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1700.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-216\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-341\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"NISSAN VERSA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/58961_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8435.11,\n                            \"total_price\": 8435.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1700.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-341\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-214\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/20837_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8444.85,\n                            \"total_price\": 8444.85,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-214\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-217\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"KIA RIO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/19124_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8444.85,\n                            \"total_price\": 8444.85,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1700.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-217\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-342\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"KIA RIO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/19124_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8444.85,\n                            \"total_price\": 8444.85,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1700.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-342\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-239\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20838_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8446.62,\n                            \"total_price\": 8446.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-239\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-361\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDMR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20838_IDMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8446.62,\n                            \"total_price\": 8446.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-361\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-242\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"KIA RIO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20293_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8446.62,\n                            \"total_price\": 8446.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-242\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-364\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDAR\",\n                    \"name\": \"KIA RIO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/20293_SDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8446.62,\n                            \"total_price\": 8446.62,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 150532.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-364\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-240\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/2078338_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8454.59,\n                            \"total_price\": 8454.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-240\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-362\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/2078338_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8454.59,\n                            \"total_price\": 8454.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-362\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-236\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/2078246_CDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8454.59,\n                            \"total_price\": 8454.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-236\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-358\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/2078246_CDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8454.59,\n                            \"total_price\": 8454.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.28,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-358\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-215\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2078337_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8459.02,\n                            \"total_price\": 8459.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1550.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-215\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-340\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"CHEVROLET AVEO\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2078337_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8459.02,\n                            \"total_price\": 8459.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 137249.87,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1550.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-340\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-211\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2078248_CDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8459.02,\n                            \"total_price\": 8459.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-211\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-337\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDAR\",\n                    \"name\": \"NISSAN MARCH\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2078248_CDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8459.02,\n                            \"total_price\": 8459.02,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-337\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-378\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Chevy Spark\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11908_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8461.68,\n                            \"total_price\": 8461.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.36,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.36,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-378\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-408\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Kia Forte Sedán Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076477_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8516.58,\n                            \"total_price\": 8516.58,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-408\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-409\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Nissan Sentra SENSE CVT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076478_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8516.58,\n                            \"total_price\": 8516.58,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-409\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-407\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"Toyota Corolla Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076481_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8516.58,\n                            \"total_price\": 8516.58,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1475834.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Cobá  Centro\",\n                    \"coordinates\": \"21.157325,-86.832216\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 88.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-407\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-269\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Chevy Spark\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11908_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8572.36,\n                            \"total_price\": 8572.36,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 89.51,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 89.51,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-269\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-108\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"OtoQ\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"CDAR\",\n                    \"name\": \"Fiat Tipo Hatchback Auto\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/472/small/2081997_CDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8619.29,\n                            \"total_price\": 8619.29,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44274.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 8.33,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft Protection\",\n                            \"code\": \"382\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 90,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 90,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-108\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo472.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-218\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"CHEVROLET CAVALIER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1999523_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8817.64,\n                            \"total_price\": 8817.64,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-218\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-243\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"CHEVROLET CAVALIER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1999521_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8817.64,\n                            \"total_price\": 8817.64,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-243\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-343\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"CHEVROLET CAVALIER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1999523_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8817.64,\n                            \"total_price\": 8817.64,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-343\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-365\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"CHEVROLET CAVALIER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1999521_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8817.64,\n                            \"total_price\": 8817.64,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-365\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-219\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"KIA FORTE\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/42369_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8820.3,\n                            \"total_price\": 8820.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-219\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-244\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"KIA FORTE\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/35328_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8820.3,\n                            \"total_price\": 8820.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-244\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-344\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"KIA FORTE\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/42369_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8820.3,\n                            \"total_price\": 8820.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-344\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-366\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"FDAR\",\n                    \"name\": \"KIA FORTE\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/35328_FDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8820.3,\n                            \"total_price\": 8820.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 177096.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-366\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-58\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Fiat Mobi\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/2085992_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8843.32,\n                            \"total_price\": 8843.32,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,629 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2628.57,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,629 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2628.57,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-58\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-57\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"MFAR\",\n                    \"name\": \"Renault Kwid\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1993656_MFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8843.32,\n                            \"total_price\": 8843.32,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,470 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2470,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,470 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2470,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-57\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-56\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Renault Steepway\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/2085991_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8843.32,\n                            \"total_price\": 8843.32,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,470 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2470,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,470 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2470,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-56\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-55\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"EFAR\",\n                    \"name\": \"Susuki Ignis\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/1993657_EFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8843.32,\n                            \"total_price\": 8843.32,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,470 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2470,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,470 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2470,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-55\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-64\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Routes\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"VW Jetta\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15688_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8843.32,\n                            \"total_price\": 8843.32,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 23,\n                        \"maximum_age\": 70,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.046092,-86.849522\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,457 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2457.14,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,457 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2457.14,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.34,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-64\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-377\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11907_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8885.82,\n                            \"total_price\": 8885.82,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 92.79,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-377\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-268\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11907_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 8999.16,\n                            \"total_price\": 8999.16,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 93.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 93.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-268\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-374\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Chevy Beat\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11905_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9098.34,\n                            \"total_price\": 9098.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 95.01,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 95.01,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-374\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-266\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Chevy Beat\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11905_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9212.57,\n                            \"total_price\": 9212.57,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 96.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 96.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-266\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-373\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Ford Figo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1995750_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9309.97,\n                            \"total_price\": 9309.97,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 97.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 97.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-373\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-265\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Ford Figo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1995750_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9426.85,\n                            \"total_price\": 9426.85,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 98.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 98.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-265\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-383\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"Chevy Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11911_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9519.83,\n                            \"total_price\": 9519.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 99.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 99.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-383\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-125\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"MVAR\",\n                    \"name\": \"Chrysler Voyager\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/2081606_MVAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9550.82,\n                            \"total_price\": 9550.82,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,900 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2900,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,900 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2900,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 99.73,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 99.73,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-125\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-99\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMV\",\n                    \"name\": \"Nissan Sentra,\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16195_SDMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9580.04,\n                            \"total_price\": 9580.04,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 40,020 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 40020,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 40,020 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 40020,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 100.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 100.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-99\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-272\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Chevy Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11910_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9642.91,\n                            \"total_price\": 9642.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 100.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 100.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-272\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-102\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"VW Nuevo Jetta, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16308_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9714.63,\n                            \"total_price\": 9714.63,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1328224.51,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 15000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 40,020 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 40020,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 40,020 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 40020,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 101.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 101.45,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-102\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-382\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Chevy Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11910_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9732.34,\n                            \"total_price\": 9732.34,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 101.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 101.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-382\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-302\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"EFAR\",\n                    \"name\": \"Nissan Juke\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/E.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9781.05,\n                            \"total_price\": 9781.05,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 102.14,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 102.14,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-302\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-273\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"Chevy Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/11911_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9857.2,\n                            \"total_price\": 9857.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 102.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 102.93,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-273\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-111\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"OtoQ\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"IDAR\",\n                    \"name\": \"Fiat Tipo Sedan Auto\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/472/small/2082000_IDAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9888.19,\n                            \"total_price\": 9888.19,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44274.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 8.33,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft Protection\",\n                            \"code\": \"382\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 103.25,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 103.25,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-111\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo472.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-388\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCMR\",\n                    \"name\": \"NIssan Versa\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/13419_SCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 9945.75,\n                            \"total_price\": 9945.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 103.85,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 103.85,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-388\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-277\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCMR\",\n                    \"name\": \"NIssan Versa\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/13419_SCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10067.94,\n                            \"total_price\": 10067.94,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 105.14,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 105.14,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-277\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-380\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCMR\",\n                    \"name\": \"FullSize\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/F.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10155.6,\n                            \"total_price\": 10155.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 106.05,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 106.05,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-380\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-387\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1995751_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10155.6,\n                            \"total_price\": 10155.6,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 106.05,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 106.05,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-387\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-276\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"VW Vento\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1995751_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10283.11,\n                            \"total_price\": 10283.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.38,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.38,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-276\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-161\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Chevrolet Tracker Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076442_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10319.42,\n                            \"total_price\": 10319.42,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-161\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-162\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Chevrolet Trax Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076445_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10319.42,\n                            \"total_price\": 10319.42,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-162\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-160\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076424_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10319.42,\n                            \"total_price\": 10319.42,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-160\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-163\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Suzuki Vitara GL TA\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076447_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10319.42,\n                            \"total_price\": 10319.42,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 107.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-163\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-379\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"Chevy Cavalier\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/29578_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10369.01,\n                            \"total_price\": 10369.01,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 108.27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 108.27,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-379\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-270\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"Chevy Cavalier\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/29578_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10499.17,\n                            \"total_price\": 10499.17,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 109.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 109.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-270\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-123\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 8,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"IVAR\",\n                    \"name\": \"Kia Sedona\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969100_IVAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 10836.54,\n                            \"total_price\": 10836.54,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,900 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2900,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 2,900 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2900,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 113.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 113.16,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-123\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-122\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Hybrid\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"IVAH\",\n                    \"name\": \"Toyota Sienna\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969431_IVAH.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 11313.82,\n                            \"total_price\": 11313.82,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 132822.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 3,800 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 3,800 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 118.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 118.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-122\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-164\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Volkswagen T-Cross Trendline Triptonic\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076441_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 11648.53,\n                            \"total_price\": 11648.53,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 121.64,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 121.64,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-164\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-165\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Chevrolet Captiva Suv Paq. A Lt\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076432_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 12482.65,\n                            \"total_price\": 12482.65,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 130.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 130.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-165\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-76\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Chevrolet Spark\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16177_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 12497.71,\n                            \"total_price\": 12497.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,920 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13920,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,920 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13920,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 130.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 130.5,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-76\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-79\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDMV\",\n                    \"name\": \"Chevrolet Beat\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16180_MDMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 12587.14,\n                            \"total_price\": 12587.14,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,920 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13920,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,920 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13920,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 131.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 131.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-79\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-82\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16184_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 12830.65,\n                            \"total_price\": 12830.65,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 16,124 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 16124,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 16,124 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 16124,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 133.98,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 133.98,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-82\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-85\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Chevrolet Aveo Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16186_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 12979.41,\n                            \"total_price\": 12979.41,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 18,560 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 18560,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 18,560 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 18560,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 135.53,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 135.53,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-85\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-105\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAV\",\n                    \"name\": \"Nissan Kicks, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16309_CFAV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13014.83,\n                            \"total_price\": 13014.83,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1593869.41,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 18000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 45,000 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 45000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 45,000 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 45000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 135.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 135.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-105\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-329\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13196.35,\n                            \"total_price\": 13196.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 137.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 137.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-329\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-109\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"OtoQ\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Dacia Stepway\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/472/small/2081998_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13205.21,\n                            \"total_price\": 13205.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44274.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 8.33,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft Protection\",\n                            \"code\": \"382\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 137.89,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 137.89,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-109\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo472.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-166\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"Nissan X-Trail Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076433_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13810.88,\n                            \"total_price\": 13810.88,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 144.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 144.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-166\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-282\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13925.11,\n                            \"total_price\": 13925.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"161.56\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-282\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-288\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13925.11,\n                            \"total_price\": 13925.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"161.56\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-288\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-308\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13925.11,\n                            \"total_price\": 13925.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"161.56\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-308\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-314\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 13925.11,\n                            \"total_price\": 13925.11,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"161.56\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 145.41,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-314\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-193\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"Monospace\",\n                    \"sipp_code\": \"CMAR\",\n                    \"name\": \"FORD ECOSPORT 1.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968417_CMAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14002.14,\n                            \"total_price\": 14002.14,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 306819.86,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 146.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 146.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-193\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-194\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"Crossover\",\n                    \"sipp_code\": \"CGAR\",\n                    \"name\": \"NISSAN KICKS 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968418_CGAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14002.14,\n                            \"total_price\": 14002.14,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 306819.86,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 146.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 146.21,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-194\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-88\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16188_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14342.17,\n                            \"total_price\": 14342.17,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 149.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 149.77,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-88\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-112\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"OtoQ\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"MG ZS Auto\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/472/small/2082002_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14459.94,\n                            \"total_price\": 14459.94,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44274.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 8.33,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft Protection\",\n                            \"code\": \"382\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,700 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1700,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,700 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1700,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 150.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 150.99,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-112\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo472.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-91\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Nissan Versa - Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/6834_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14554.68,\n                            \"total_price\": 14554.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 20,880 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 20880,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 151.98,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 151.98,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-91\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-181\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"Monospace\",\n                    \"sipp_code\": \"CMAR\",\n                    \"name\": \"FORD ECOSPORT 1.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083435_CMAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14738.86,\n                            \"total_price\": 14738.86,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 236069.77,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 153.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 153.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-181\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-182\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"Crossover\",\n                    \"sipp_code\": \"CGAR\",\n                    \"name\": \"NISSAN KICKS 1.6\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083437_CGAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14738.86,\n                            \"total_price\": 14738.86,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 236069.77,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 153.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 153.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-182\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-94\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCMV\",\n                    \"name\": \"VW Vento,\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16191_SCMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14871.69,\n                            \"total_price\": 14871.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 22,620 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 22620,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 22,620 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 22620,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 155.29,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 155.29,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-94\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-97\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"VW Vento, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16193_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 14993,\n                            \"total_price\": 14993,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 22,620 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 22620,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 22,620 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 22620,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 156.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 156.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-97\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-77\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Chevrolet Spark\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16177_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15276.35,\n                            \"total_price\": 15276.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 6,960 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 6960,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 6,960 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 6960,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 159.51,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 159.51,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-77\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-167\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Crossover\",\n                    \"sipp_code\": \"IGAR\",\n                    \"name\": \"Seat Ateca Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076450_IGAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15327.71,\n                            \"total_price\": 15327.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 160.06,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 160.06,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-167\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-80\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"MDMV\",\n                    \"name\": \"Chevrolet Beat\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16180_MDMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15384.38,\n                            \"total_price\": 15384.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 6,960 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 6960,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 6,960 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 6960,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 160.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 160.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-80\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-294\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15472.93,\n                            \"total_price\": 15472.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 161.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 161.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-294\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-320\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15298_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15472.93,\n                            \"total_price\": 15472.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 161.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 161.57,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-320\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-197\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"FOX EC\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"TOYOTA RAV 4 2.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/459/small/1968421_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15556.17,\n                            \"total_price\": 15556.17,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 306819.86,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 162.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 162.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-197\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo459.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-83\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCMR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16184_CCMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15681.9,\n                            \"total_price\": 15681.9,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,062 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8062,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,062 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8062,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 163.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 163.76,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-83\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-114\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"OtoQ\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"SFAR\",\n                    \"name\": \"Skoda Kodiaq\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/472/small/2082005_SFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15832.44,\n                            \"total_price\": 15832.44,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44274.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.076592,-86.844788\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 8.33,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft Protection\",\n                            \"code\": \"382\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,700 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1700,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 1,700 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 1700,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 165.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 165.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-114\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo472.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-86\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Chevrolet Aveo Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16186_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15863.43,\n                            \"total_price\": 15863.43,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 9,280 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 9280,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 9,280 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 9280,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 165.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 165.65,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-86\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-376\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFMR\",\n                    \"name\": \"Renault Duster\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1971460_CFMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 15867.86,\n                            \"total_price\": 15867.86,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 165.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 165.7,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-376\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-267\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Renault Duster\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1970824_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 16284.03,\n                            \"total_price\": 16284.03,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 170.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 170.04,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-267\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-375\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Renault Duster\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1970824_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 16290.23,\n                            \"total_price\": 16290.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 170.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 170.11,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-375\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-185\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"TOYOTA RAV 4 2.5\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/406/small/2083445_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 16377.01,\n                            \"total_price\": 16377.01,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 236069.77,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.0415,-86.8727\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.95,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 171.01,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 171.01,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-185\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo406.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-384\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Changan CS35\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1970825_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 16714.38,\n                            \"total_price\": 16714.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 174.53,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 174.53,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-384\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-129\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECAR\",\n                    \"name\": \"Nissan March\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/4986_ECAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 16812.67,\n                            \"total_price\": 16812.67,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 104093.84,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 175.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 175.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-129\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-136\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Economy\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ECMR\",\n                    \"name\": \"Nissan March Advance\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/30787_ECMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 16812.67,\n                            \"total_price\": 16812.67,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 104093.84,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 175.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 175.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-136\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-130\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"Renault Logan\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/4988_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17031.38,\n                            \"total_price\": 17031.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 192844.03,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 177.84,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 177.84,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-130\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-100\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMV\",\n                    \"name\": \"Nissan Sentra,\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16195_SDMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17244.78,\n                            \"total_price\": 17244.78,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 26,680 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 26680,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 26,680 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 26680,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 180.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 180.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-100\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-135\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"Chevrolet Aveo\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/4993_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17249.21,\n                            \"total_price\": 17249.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 193045.92,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 180.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 180.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-135\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-131\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Volkswagen Vento\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/29584_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17249.21,\n                            \"total_price\": 17249.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 193045.92,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 180.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 180.12,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-131\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-389\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 5,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"SFAR\",\n                    \"name\": \"Dodge Journey\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/S.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17351.04,\n                            \"total_price\": 17351.04,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 181.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 181.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-389\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-103\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"VW Nuevo Jetta, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16308_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17488.29,\n                            \"total_price\": 17488.29,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 26,680 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 26680,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 26,680 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 26680,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 182.62,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 182.62,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-103\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-89\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICMR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16188_ICMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17529.91,\n                            \"total_price\": 17529.91,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 10,440 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 10440,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 10,440 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 10440,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 183.05,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 183.05,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-89\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-92\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"ICAR\",\n                    \"name\": \"Nissan Versa - Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/6834_ICAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17788.47,\n                            \"total_price\": 17788.47,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 10,440 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 10440,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 10,440 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 10440,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 185.75,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 185.75,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-92\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-132\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"Nissan Versa\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/4990_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 17904.47,\n                            \"total_price\": 17904.47,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 193651.59,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 186.96,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 186.96,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-132\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-95\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCMV\",\n                    \"name\": \"VW Vento,\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16191_SCMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 18175.42,\n                            \"total_price\": 18175.42,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 11,310 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 11310,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 11,310 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 11310,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 189.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 189.8,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-95\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-98\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"SCAR\",\n                    \"name\": \"VW Vento, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16193_SCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 18324.19,\n                            \"total_price\": 18324.19,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 11,310 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 11310,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 11,310 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 11310,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 191.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 191.35,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-98\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-246\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"MFAR\",\n                    \"name\": \"CHEVROLET TRACKER\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1976394_MFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19616.99,\n                            \"total_price\": 19616.99,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 194806.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.84,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.84,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-246\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-367\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"MFAR\",\n                    \"name\": \"CHEVROLET TRACKER\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1976394_MFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19616.99,\n                            \"total_price\": 19616.99,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 194806.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.84,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.84,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-367\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-221\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"MFAR\",\n                    \"name\": \"CHEVROLET TRACKER\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1976395_MFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19618.76,\n                            \"total_price\": 19618.76,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 194806.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2200.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-221\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-345\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Mini\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"MFAR\",\n                    \"name\": \"CHEVROLET TRACKER\",\n                    \"door_count\": 2,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1976395_MFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19618.76,\n                            \"total_price\": 19618.76,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 194806.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2200.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 204.86,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-345\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-283\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19837.48,\n                            \"total_price\": 19837.48,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"230.17\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-283\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-289\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19837.48,\n                            \"total_price\": 19837.48,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"230.17\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-289\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-309\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19837.48,\n                            \"total_price\": 19837.48,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"230.17\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-309\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-315\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19837.48,\n                            \"total_price\": 19837.48,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true,\n                            \"calculations\": [\n                                {\n                                    \"unit_charge\": \"230.17\",\n                                    \"unit_name\": \"preferred-no-discount\",\n                                    \"quantity\": 0\n                                }\n                            ]\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 207.15,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-315\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-222\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"NISSAN KICKS\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1967137_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19963.21,\n                            \"total_price\": 19963.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 199233.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-222\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-247\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"NISSAN KICKS\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1967135_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19963.21,\n                            \"total_price\": 19963.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 199233.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-247\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-346\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"NISSAN KICKS\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1967137_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19963.21,\n                            \"total_price\": 19963.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 199233.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2250.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-346\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-368\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 1,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"NISSAN KICKS\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1967135_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 19963.21,\n                            \"total_price\": 19963.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 199233.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 208.46,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-368\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-245\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"PCAR\",\n                    \"name\": \"NISSAN SENTRA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/2001825_PCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 20302.35,\n                            \"total_price\": 20302.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 212515.92,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 212,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 212,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-245\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-220\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"PCAR\",\n                    \"name\": \"NISSAN SENTRA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2001828_PCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 20305.01,\n                            \"total_price\": 20305.01,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 212515.92,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2400.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 212.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 212.03,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-220\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-169\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Monospace\",\n                    \"sipp_code\": \"IMAR\",\n                    \"name\": \"Mitsubishi Xpander Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076494_IMAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 20846.93,\n                            \"total_price\": 20846.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 217.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 217.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-169\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-170\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Monospace\",\n                    \"sipp_code\": \"IMAR\",\n                    \"name\": \"Suzuki Ertiga Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076440_IMAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 20846.93,\n                            \"total_price\": 20846.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 217.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 217.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-170\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-168\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"Monospace\",\n                    \"sipp_code\": \"IMAR\",\n                    \"name\": \"Toyota Avanza XLE CVT\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076404_IMAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 20846.93,\n                            \"total_price\": 20846.93,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 217.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 217.69,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-168\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-133\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"Volkswagen Jetta\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/4991_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 20961.15,\n                            \"total_price\": 20961.15,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 240752.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 218.88,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 218.88,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-133\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-4\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate Elite\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"JCAR\",\n                    \"name\": \"Chevrolet Cavalier\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/J.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21068.3,\n                            \"total_price\": 21068.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 240851.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-4\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-16\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate Elite\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"JCAR\",\n                    \"name\": \"Chevrolet Cavalier\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/J.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21068.3,\n                            \"total_price\": 21068.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 240851.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-16\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-257\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate Elite\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"JCAR\",\n                    \"name\": \"Chevrolet Cavalier\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/default/small/J.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21068.3,\n                            \"total_price\": 21068.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 240851.38,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-257\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-101\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"4/5 Door\",\n                    \"sipp_code\": \"SDMV\",\n                    \"name\": \"Nissan Sentra,\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16195_SDMV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21078.04,\n                            \"total_price\": 21078.04,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,340 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13340,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,340 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13340,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 220.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-101\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-104\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"VW Nuevo Jetta, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16308_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21375.56,\n                            \"total_price\": 21375.56,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 708386.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 8000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,340 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13340,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 13,340 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 13340,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 223.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 223.2,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-104\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-274\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Changan CS35\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1970825_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21640.32,\n                            \"total_price\": 21640.32,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 225.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 225.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-274\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-5\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"Nissan Sentra\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2075178_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21834.24,\n                            \"total_price\": 21834.24,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 241559.76,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 228,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 228,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-5\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-17\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"Nissan Sentra\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2075178_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21834.24,\n                            \"total_price\": 21834.24,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 241559.76,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 228,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 228,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-17\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-258\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"FCAR\",\n                    \"name\": \"Nissan Sentra\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2075178_FCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 21834.24,\n                            \"total_price\": 21834.24,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 241559.76,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 2800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 228,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 228,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-258\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-295\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 22043.21,\n                            \"total_price\": 22043.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 230.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 230.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-295\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-321\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 22043.21,\n                            \"total_price\": 22043.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2500.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 8,000 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 8000,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 230.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 230.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-321\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-106\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAV\",\n                    \"name\": \"Nissan Kicks, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16309_CFAV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 23425.45,\n                            \"total_price\": 23425.45,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 1239676.2,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 14000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 44,080 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 44080,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 44,080 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 44080,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 244.61,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 244.61,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-106\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-171\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"Dodge Journey Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076406_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 23715.01,\n                            \"total_price\": 23715.01,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 247.64,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 247.64,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-171\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-126\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"MAS Rent a Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 8,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"PFAR\",\n                    \"name\": \"Chevrolet Suburban\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/460/small/1969099_PFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 23767.25,\n                            \"total_price\": 23767.25,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 239080.41,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 2700.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 85,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"CANCUN\",\n                    \"coordinates\": \"21.040921,-86.870014\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.67,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Basic Liability Insurance\",\n                            \"code\": \"355\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 7,600 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 7600,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 7,600 USD\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 7600,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 248.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 248.18,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-126\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo460.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-10\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2076380_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 23941.69,\n                            \"total_price\": 23941.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 199233.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 250,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 250,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-10\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-22\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2076380_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 23941.69,\n                            \"total_price\": 23941.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 199233.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 250,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 250,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-22\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-263\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Nissan Kicks\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2076380_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 23941.69,\n                            \"total_price\": 23941.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 199233.68,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 250,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 250,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-263\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-6\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"PCAR\",\n                    \"name\": \"Volkswagen Jetta\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2014116_PCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 25770.21,\n                            \"total_price\": 25770.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 200924.95,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 269.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 269.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-6\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-18\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"PCAR\",\n                    \"name\": \"Volkswagen Jetta\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2014116_PCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 25770.21,\n                            \"total_price\": 25770.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 200924.95,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 269.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 269.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-18\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-259\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"2/4 Door\",\n                    \"sipp_code\": \"PCAR\",\n                    \"name\": \"Volkswagen Jetta\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/2014116_PCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 25770.21,\n                            \"total_price\": 25770.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 200924.95,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 269.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 269.1,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-259\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-223\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"MITSUBISHI XPANDER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1975026_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 26686.69,\n                            \"total_price\": 26686.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 265644.9,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 3000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-223\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-248\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"MITSUBISHI XPANDER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1975028_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 26686.69,\n                            \"total_price\": 26686.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 265644.9,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-248\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-347\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"MITSUBISHI XPANDER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1975026_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 26686.69,\n                            \"total_price\": 26686.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 265644.9,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 3000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-347\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-369\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"MITSUBISHI XPANDER\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1975028_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 26686.69,\n                            \"total_price\": 26686.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 265644.9,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 278.67,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-369\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-249\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"SFAR\",\n                    \"name\": \"VOLKSWAGEN MATIZ\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/2078433_SFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 28609.07,\n                            \"total_price\": 28609.07,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 292209.39,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.74,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.74,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-249\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-370\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"SFAR\",\n                    \"name\": \"VOLKSWAGEN MATIZ\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/2078433_SFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 28609.07,\n                            \"total_price\": 28609.07,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 292209.39,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.74,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.74,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-370\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-224\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"SFAR\",\n                    \"name\": \"VOLKSWAGEN MATIZ\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2078439_SFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 28609.96,\n                            \"total_price\": 28609.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 292209.39,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 3300.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.75,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.75,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-224\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-348\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"SFAR\",\n                    \"name\": \"VOLKSWAGEN MATIZ\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/2078439_SFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 28609.96,\n                            \"total_price\": 28609.96,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 292209.39,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 3300.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.75,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.75,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-348\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-107\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Greenmotion\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAV\",\n                    \"name\": \"Nissan Kicks, Automatic\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/241/small/16309_CFAV.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 28631.21,\n                            \"total_price\": 28631.21,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 974031.3,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: MXN 11000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Aeropuerto\",\n                    \"coordinates\": \"21.045922,-86.849559\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 7.6,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 22,040 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 22040,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Theft protection\",\n                            \"code\": \"TP\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to 22,040 MXN\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 22040,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 298.97,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-107\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo241.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-172\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"4WD\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFBR\",\n                    \"name\": \"Mitsubishi Montero Sport Gt 4x4\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2086951_FFBR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 32485.71,\n                            \"total_price\": 32485.71,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 339.22,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 339.22,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-172\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-271\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 6,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"Chevrolet Captiva\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1995290_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 32997.52,\n                            \"total_price\": 32997.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 344.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 344.56,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-271\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-250\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"CHEVROLET CAPTIVA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1993530_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 33412.82,\n                            \"total_price\": 33412.82,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 442741.5,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.043018,-86.873325\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.02,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-250\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-371\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Enterprise\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"CHEVROLET CAPTIVA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/61/small/1993530_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 33412.82,\n                            \"total_price\": 33412.82,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 442741.5,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.9,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-371\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo61.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-225\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"CHEVROLET CAPTIVA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1993529_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 33413.7,\n                            \"total_price\": 33413.7,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 442741.5,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 5000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun International Airport\",\n                    \"coordinates\": \"21.04314,-86.87287\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.98,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-225\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-349\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"National\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"CHEVROLET CAPTIVA\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/62/small/1993529_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 33413.7,\n                            \"total_price\": 33413.7,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 442741.5,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 5000.00\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 177.1,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Plaza Terra Viva\",\n                    \"coordinates\": \"21.143734,-86.825561\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 12.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road Fund Licence\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Supplementary Liability Insurance\",\n                            \"code\": \"SLI\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Legally required, insurance for damages on the adversarial vehicle, persons and objects- In this offer it is included.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 348.91,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-349\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo62.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-381\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 6,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"FFAR\",\n                    \"name\": \"Chevrolet Captiva\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1995290_FFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 33429.64,\n                            \"total_price\": 33429.64,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 349.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 349.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-381\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-173\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 7,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Luxury\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"LFAR\",\n                    \"name\": \"Volkswagen Teramont Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076449_LFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 37188.52,\n                            \"total_price\": 37188.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 388.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 388.33,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-173\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-175\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"4WD\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Crossover\",\n                    \"sipp_code\": \"SGBR\",\n                    \"name\": \"Cupra Formentor Aut.\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076434_SGBR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 38156.35,\n                            \"total_price\": 38156.35,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 398.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 398.44,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-175\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-174\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Hybrid\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 8,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Luxury\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"LVAH\",\n                    \"name\": \"Toyota Sienna Hybrid\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076438_LVAH.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 38514.08,\n                            \"total_price\": 38514.08,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 402.17,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 402.17,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-174\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-303\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"ACE Rent A Car\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 9,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Standard\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"SVMR\",\n                    \"name\": \"Ford Tourneo 9 Passenger\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/15305_SVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 39036.52,\n                            \"total_price\": 39036.52,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 75,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.126311,-86.83221\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 11.51,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 407.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 407.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-303\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-176\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 8,\n                    \"baggage_quantity\": 6,\n                    \"vehicle_size\": \"Luxury\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"LVAH\",\n                    \"name\": \"Toyota Sienna Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076435_LVAH.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 39492.54,\n                            \"total_price\": 39492.54,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 412.39,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 412.39,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-176\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-8\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Dodge Journey\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/1963417_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 41179.39,\n                            \"total_price\": 41179.39,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 215172.37,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 430,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 430,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-8\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-20\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Dodge Journey\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/1963417_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 41179.39,\n                            \"total_price\": 41179.39,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 215172.37,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Iberostar Coral Lvl Guest Only\",\n                    \"coordinates\": \"21.083693,-86.772079\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 5.27,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 430,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 430,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-20\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-261\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Intermediate\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"IFAR\",\n                    \"name\": \"Dodge Journey\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/1963417_IFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 41179.39,\n                            \"total_price\": 41179.39,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 215172.37,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Intl Apo\",\n                    \"coordinates\": \"21.042282,-86.875146\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.21,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 430,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 430,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-261\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-177\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Petrol\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 2,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"PFAR\",\n                    \"name\": \"Mercedes-Benz Clase GL GLB 200 Progressive\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076425_PFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 44399.89,\n                            \"total_price\": 44399.89,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 463.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 463.63,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-177\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-178\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Europcar\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Diesel\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 8,\n                    \"baggage_quantity\": 5,\n                    \"vehicle_size\": \"Fullsize\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"FVMD\",\n                    \"name\": \"Mercedes-Benz Sprinter 8 pax Aut.\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/447/small/2076453_FVMD.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 45835.26,\n                            \"total_price\": 45835.26,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 2360697.69,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 21,\n                        \"maximum_age\": 69,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancún Aeropuerto\",\n                    \"coordinates\": \"21.041336,-86.872596\",\n                    \"counter_location\": \"SHUTTLE_AIRPORT\"\n                },\n                \"distance\": 9.94,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"L2L\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 478.62,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 478.62,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-178\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo447.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-386\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 15,\n                    \"baggage_quantity\": 6,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"PVMR\",\n                    \"name\": \"Nissan Urvan\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1970823_PVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 47411.42,\n                            \"total_price\": 47411.42,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 495.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 495.08,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-386\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-275\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Manual\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 15,\n                    \"baggage_quantity\": 6,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"PVMR\",\n                    \"name\": \"Nissan Urvan\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/1970823_PVMR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 47584.09,\n                            \"total_price\": 47584.09,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Airport\",\n                    \"coordinates\": \"21.036528,-86.877083\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 10.39,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Airport Service Charge\",\n                            \"code\": \"407\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 496.88,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 496.88,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-275\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-385\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"NuCars\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 15,\n                    \"baggage_quantity\": 4,\n                    \"vehicle_size\": \"Premium\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"PVAR\",\n                    \"name\": \"Chevy Express\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/355/small/13416_PVAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 48261.48,\n                            \"total_price\": 48261.48,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 221370.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 18,\n                        \"maximum_age\": 99,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Location service charge(LSC)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                        \"included_in_total\": true\n                    },\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun Downtown\",\n                    \"coordinates\": \"21.157328,-86.824898\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 14.32,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Location service charge\",\n                            \"code\": \"408\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Vehicle Licence Fee / Road fund license\",\n                            \"code\": \"402\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 503.96,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 503.96,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-385\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo355.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-134\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Budget\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"SUV\",\n                    \"sipp_code\": \"CFAR\",\n                    \"name\": \"Mitsubishi Xpander Cross\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/390/small/1960869_CFAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 53713.4,\n                            \"total_price\": 53713.4,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 226761.57,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Cancun\",\n                    \"coordinates\": \"21.038699,-86.872545\",\n                    \"counter_location\": \"AIRPORT\"\n                },\n                \"distance\": 9.92,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 560.88,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 560.88,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-134\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo57.png\"\n                    }\n                }\n            },\n            {\n                \"id\": \"uzmQRkVGN0CFZhu9QfqOQw-7\",\n                \"token\": \"f%2Fe%2Blhmo9NT4pWKxhp5qpNdIM2jAd6FSb1Qe8m8hmbvGZIRpsu0htfb0wWq44zVbBdTLEMtfc%2B%2B3sErP74pyXyqXfZTgYq10\",\n                \"status\": \"Available\",\n                \"rental_car_brand\": \"Avis\",\n                \"vehicle\": {\n                    \"air_conditioning\": true,\n                    \"transmission_type\": \"Automatic\",\n                    \"fuel_type\": \"Unspecified\",\n                    \"drive_type\": \"Unspecified\",\n                    \"passenger_quantity\": 5,\n                    \"baggage_quantity\": 3,\n                    \"vehicle_size\": \"Compact\",\n                    \"vehicle_type\": \"Passenger Van\",\n                    \"sipp_code\": \"CVAR\",\n                    \"name\": \"Mitsubishi Xpander\",\n                    \"door_count\": 4,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/389/small/29574_CVAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"true\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"Mile\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 54777.75,\n                            \"total_price\": 54777.75,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"preferred\",\n                            \"rate_convert_ind\": true\n                        },\n                        {\n                            \"currency_code\": \"INR\",\n                            \"base_price\": 227746.23,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"Estimated deposit amount\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": [\n                    {\n                        \"currency_code\": \"INR\",\n                        \"amount\": 0,\n                        \"tax_inclusive\": true,\n                        \"description\": \"VAT(TAX)\",\n                        \"included_in_total\": true\n                    }\n                ],\n                \"pickup_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"dropoff_location\": {\n                    \"name\": \"Aquafun Marina\",\n                    \"coordinates\": \"21.074552,-86.778113\",\n                    \"counter_location\": \"CITY_DOWNTOWN\"\n                },\n                \"distance\": 4.23,\n                \"coverages\": [\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Unlimited Mileage\",\n                            \"code\": \"405\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Other taxes and service charges\",\n                            \"code\": \"418\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Collision damage waiver\",\n                            \"code\": \"CDW\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"with excess up to the value of the car\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": {\n                                \"max_charge\": 3800,\n                                \"min_charge\": 0\n                            }\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Fuel Information\",\n                            \"code\": \"F2F\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Full to Full: Pick up and drop off with a full tank. If the car is not returned with a full tank, suppliers will charge fuel plus refueling charges. \",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"VAT\",\n                            \"code\": \"TAX\",\n                            \"details\": []\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                            \"included_in_total\": true,\n                            \"guaranteed_ind\": true,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    },\n                    {\n                        \"coverage\": {\n                            \"coverage_type\": \"Cancellation fee\",\n                            \"code\": \"CF\",\n                            \"details\": [\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-10-29T00:21:24_2025-12-13T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 0,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 572,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                },\n                                {\n                                    \"coverage\": {\n                                        \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                        \"code\": \"\"\n                                    },\n                                    \"charge\": {\n                                        \"currency_code\": \"\",\n                                        \"amount\": 572,\n                                        \"tax_inclusive\": false,\n                                        \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                        \"included_in_total\": false,\n                                        \"guaranteed_ind\": false,\n                                        \"calculations\": [],\n                                        \"min_max\": null\n                                    }\n                                }\n                            ]\n                        },\n                        \"charge\": {\n                            \"currency_code\": \"\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": false,\n                            \"description\": \"\",\n                            \"included_in_total\": false,\n                            \"guaranteed_ind\": false,\n                            \"calculations\": [],\n                            \"min_max\": null\n                        },\n                        \"details\": null\n                    }\n                ],\n                \"payment_rules\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ],\n                \"tpa_extensions\": {\n                    \"product_information\": {\n                        \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-7\"\n                    },\n                    \"supplier_logo\": {\n                        \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo10.png\"\n                    }\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"1042f9a9-8203-4d85-9c93-9ba360156854"},{"name":"rental details","event":[{"listen":"test","script":{"exec":["// Parse the response body","let response = pm.response.json();","","try {","    let token = response.data.token;","    let equipments=response.data.equipments;","    pm.collectionVariables.set(\"offer_details_token\", token);","","    let equipmentsArray=equipments.map(eq=>({","        name: eq.equipment.name,","        quantity: 1,","    }))","","    pm.collectionVariables.set(\"equipments\", JSON.stringify(equipmentsArray));","","    console.log(\"token set to:\", token);","} catch (error) {","    console.error(\"Failed to extract token:\", error);","}",""],"type":"text/javascript","packages":{},"requests":{},"id":"758dce29-3ad4-4d1f-9502-e455c7f864ef"}}],"id":"11aa1494-ab50-4441-a763-6f23029cdbe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-correlation-id","value":"{{correlation-id}}"}],"url":"{{api_host}}/cars/api/v2/rental/details?country=US&currency={{currency}}&availability_token=","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint retrieves detailed information about car rental options available in a specified country. It provides essential details such as rental car specifications, pricing, location information, and additional services.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request is made using the HTTP GET method and requires the following query parameters:</p>\n<ul>\n<li><p><strong>country</strong> (string): The country code where the rental service is requested (e.g., \"US\").</p>\n</li>\n<li><p><strong>currency</strong> (string): The currency in which the rental rates are to be displayed.</p>\n</li>\n<li><p><strong>token</strong> (string): A unique token that may be used for authentication or session management.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response is a JSON object that includes the following key components:</p>\n<ul>\n<li><p><strong>message</strong>: A string that may contain additional information or status messages.</p>\n</li>\n<li><p><strong>data</strong>: An object containing detailed rental information, including:</p>\n<ul>\n<li><p><strong>token</strong>: A unique identifier for the rental session.</p>\n</li>\n<li><p><strong>pick_up_date_time</strong>: The date and time when the rental car will be picked up.</p>\n</li>\n<li><p><strong>return_date_time</strong>: The date and time when the rental car will be returned.</p>\n</li>\n<li><p><strong>rental_car_brand</strong>: The brand of the rental car.</p>\n</li>\n<li><p><strong>vehicle</strong>: An object detailing the vehicle's specifications such as:</p>\n<ul>\n<li><p><strong>air_conditioning</strong>: Boolean indicating if the vehicle has air conditioning.</p>\n</li>\n<li><p><strong>transmission_type</strong>: Type of transmission (e.g., automatic, manual).</p>\n</li>\n<li><p><strong>fuel_type</strong>: Type of fuel used by the vehicle.</p>\n</li>\n<li><p><strong>drive_type</strong>: Type of drive (e.g., 2WD, 4WD).</p>\n</li>\n<li><p><strong>passenger_quantity</strong>: Maximum number of passengers.</p>\n</li>\n<li><p><strong>baggage_quantity</strong>: Maximum baggage capacity.</p>\n</li>\n<li><p><strong>vehicle_size</strong>: Size category of the vehicle.</p>\n</li>\n<li><p><strong>vehicle_type</strong>: Type of vehicle (e.g., SUV, sedan).</p>\n</li>\n<li><p><strong>sipp_code</strong>: Standardized code for vehicle classification.</p>\n</li>\n<li><p><strong>name</strong>: Name of the vehicle model.</p>\n</li>\n<li><p><strong>door_count</strong>: Number of doors on the vehicle.</p>\n</li>\n<li><p><strong>picture_url</strong>: URL to an image of the vehicle.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rental_rate</strong>: An object containing pricing details, including:</p>\n<ul>\n<li><p><strong>rate_distance</strong>: Information about distance limits and pricing.</p>\n</li>\n<li><p><strong>vehicle_charges</strong>: An array of charges related to the vehicle, including currency code and base price.</p>\n</li>\n<li><p><strong>rate_restrictions</strong>: Restrictions on rental rates, such as age limits and no-show fees.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rate_rules</strong>: Rules regarding payment methods.</p>\n</li>\n<li><p><strong>coverages</strong>: An array of coverage options available for the rental.</p>\n</li>\n<li><p><strong>equipments</strong>: An array of additional equipment options available for rent.</p>\n</li>\n<li><p><strong>fees</strong>: An array of additional fees associated with the rental.</p>\n</li>\n<li><p><strong>location_details</strong>: Information about the rental location, including:</p>\n<ul>\n<li><p><strong>at_airport</strong>: Boolean indicating if the location is at an airport.</p>\n</li>\n<li><p><strong>name</strong>: Name of the rental location.</p>\n</li>\n<li><p><strong>iata_code</strong>: IATA code for the airport (if applicable).</p>\n</li>\n<li><p><strong>address</strong>: Object containing address details.</p>\n</li>\n<li><p><strong>telephones</strong>: Array of contact numbers for the rental location.</p>\n</li>\n<li><p><strong>additional_info</strong>: Object with extra information such as operation schedules.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>vendor_messages</strong>: Messages from the vendor providing additional information.</p>\n</li>\n<li><p><strong>tpa_extensions</strong>: Extensions for additional product information and supplier branding.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This structured response allows clients to understand the rental options available, including vehicle details, pricing, and location specifics.</p>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><p><code>country</code> (required): The country code (e.g., 'US') for which the rental details are requested.</p>\n</li>\n<li><p><code>currency</code> (required): The currency code (e.g., 'USD') in which prices should be displayed.</p>\n</li>\n<li><p><code>token</code> (required): The offer token identifying the specific rental offer to fetch details for.</p>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Offer details fetched successfully\",\n    \"data\": {\n        \"token\": \"Yaoj4h+LOsjwap4r0ZBSu2er297ZLauU4bKyZJw2NQqwtchXWCTvhLM9btSg0oCIH/eyLQ8FvGE2ax3Th37FU7etdZ/kF3oyycefwsVOuUT3yqfhlddR8FT7cfEokQ9TUtesRfEzDQDwLKvap0l7eYFpTGluh5lDJIu4a/k=\",\n        \"pick_up_date_time\": \"2025-12-15T10:00:00\",\n        \"return_date_time\": \"2025-12-17T10:00:00\",\n        \"rental_car_brand\": \"Routes\",\n        \"vehicle\": {\n            \"air_conditioning\": true,\n            \"transmission_type\": \"Automatic\",\n            \"fuel_type\": \"Unspecified\",\n            \"drive_type\": \"Unspecified\",\n            \"passenger_quantity\": 4,\n            \"baggage_quantity\": 2,\n            \"vehicle_size\": \"Mini\",\n            \"vehicle_type\": \"2/4 Door\",\n            \"sipp_code\": \"MCAR\",\n            \"name\": \"VW Gol\",\n            \"door_count\": 2,\n            \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15702_MCAR.jpg\"\n        },\n        \"rental_rate\": {\n            \"rate_distance\": {\n                \"unlimited\": \"true\",\n                \"quantity\": 0,\n                \"dist_unit_name\": \"Mile\",\n                \"vehicle_period_unit_name\": \"\"\n            },\n            \"vehicle_charges\": [\n                {\n                    \"currency_code\": \"INR\",\n                    \"base_price\": 80.58,\n                    \"tax_inclusive\": true,\n                    \"purpose\": \"preferred\",\n                    \"rate_convert_ind\": true\n                },\n                {\n                    \"currency_code\": \"INR\",\n                    \"base_price\": 221370.75,\n                    \"tax_inclusive\": true,\n                    \"purpose\": \"Estimated deposit amount\",\n                    \"rate_convert_ind\": true,\n                    \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                }\n            ],\n            \"rate_restrictions\": {\n                \"minimum_age\": 23,\n                \"maximum_age\": 70,\n                \"no_show_fee_ind\": false\n            }\n        },\n        \"rate_rules\": {\n            \"payment_rules\": {\n                \"payment_rule\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ]\n            }\n        },\n        \"coverages\": [\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"Unlimited Mileage\",\n                    \"code\": \"405\",\n                    \"details\": []\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"description\": \"\",\n                    \"included_in_total\": false,\n                    \"guaranteed_ind\": false,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            },\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"Fuel Information\",\n                    \"code\": \"L2L\",\n                    \"details\": []\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": true,\n                    \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                    \"included_in_total\": true,\n                    \"guaranteed_ind\": true,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            },\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"VAT\",\n                    \"code\": \"TAX\",\n                    \"details\": []\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": true,\n                    \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                    \"included_in_total\": true,\n                    \"guaranteed_ind\": true,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            },\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"Cancellation fee\",\n                    \"code\": \"CF\",\n                    \"details\": [\n                        {\n                            \"coverage\": {\n                                \"coverage_type\": \"2025-10-29T00:22:14_2025-12-13T10:00:00\",\n                                \"code\": \"\"\n                            },\n                            \"charge\": {\n                                \"currency_code\": \"\",\n                                \"amount\": 0,\n                                \"tax_inclusive\": false,\n                                \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                \"included_in_total\": false,\n                                \"guaranteed_ind\": false,\n                                \"calculations\": [],\n                                \"min_max\": null\n                            }\n                        },\n                        {\n                            \"coverage\": {\n                                \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                \"code\": \"\"\n                            },\n                            \"charge\": {\n                                \"currency_code\": \"\",\n                                \"amount\": 0.91,\n                                \"tax_inclusive\": false,\n                                \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                \"included_in_total\": false,\n                                \"guaranteed_ind\": false,\n                                \"calculations\": [],\n                                \"min_max\": null\n                            }\n                        },\n                        {\n                            \"coverage\": {\n                                \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                \"code\": \"\"\n                            },\n                            \"charge\": {\n                                \"currency_code\": \"\",\n                                \"amount\": 0.91,\n                                \"tax_inclusive\": false,\n                                \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                \"included_in_total\": false,\n                                \"guaranteed_ind\": false,\n                                \"calculations\": [],\n                                \"min_max\": null\n                            }\n                        }\n                    ]\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"description\": \"\",\n                    \"included_in_total\": false,\n                    \"guaranteed_ind\": false,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            }\n        ],\n        \"equipments\": [\n            {\n                \"equipment\": {\n                    \"name\": \"Infant Seat (0-1 year)\",\n                    \"description\": \"For children ages 0-1 years\"\n                },\n                \"charge\": {\n                    \"currency_code\": \"INR\",\n                    \"amount\": 1142.27,\n                    \"tax_inclusive\": true,\n                    \"description\": \"BookingCurrencyPrice\",\n                    \"included_in_total\": false,\n                    \"guaranteed_ind\": false,\n                    \"calculations\": null,\n                    \"min_max\": null\n                }\n            }\n        ],\n        \"fees\": [\n            {\n                \"currency_code\": \"INR\",\n                \"amount\": 0,\n                \"tax_inclusive\": true,\n                \"description\": \"VAT(TAX)\",\n                \"included_in_total\": true\n            }\n        ],\n        \"location_details\": [\n            {\n                \"at_airport\": true,\n                \"name\": \"Cancun International Airport\",\n                \"iata_code\": \"CUN\",\n                \"address\": {\n                    \"street\": \"Carr. Federal 307, Cancun-Tulum, Num 138, Centralia Bussines Center,Local 103 , 45030 , Mexico\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"country\": \"MX\",\n                    \"postal_code\": \"\"\n                },\n                \"telephones\": [\n                    \"525544400916\",\n                    \"\"\n                ],\n                \"additional_info\": {\n                    \"park_location\": {\n                        \"location\": \"Shuttle Location\\n\\nPickup instructions\\nUpon arrival, please call +525544400916 for Shuttle pick-up instructions. You may also reach us via email at mexico@routes.ca.\"\n                    },\n                    \"counter_location\": \"3\",\n                    \"operation_schedules\": {\n                        \"mon\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"tue\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"weds\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"thur\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"fri\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sat\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sun\": null\n                    },\n                    \"tpa_extensions\": {\n                        \"position\": {\n                            \"latitude\": 21.046092,\n                            \"longitude\": -86.849522\n                        },\n                        \"timezone\": \"America/Cancun\"\n                    }\n                }\n            },\n            {\n                \"at_airport\": true,\n                \"name\": \"Cancun International Airport\",\n                \"iata_code\": \"CUN\",\n                \"address\": {\n                    \"street\": \"Carr. Federal 307, Cancun-Tulum, Num 138, Centralia Bussines Center,Local 103 , 45030 , Mexico\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"country\": \"MX\",\n                    \"postal_code\": \"\"\n                },\n                \"telephones\": [\n                    \"525544400916\",\n                    \"\"\n                ],\n                \"additional_info\": {\n                    \"park_location\": {\n                        \"location\": \"Shuttle Location\\n\\nPickup instructions\\nUpon arrival, please call +525544400916 for Shuttle pick-up instructions. You may also reach us via email at mexico@routes.ca.\"\n                    },\n                    \"counter_location\": \"3\",\n                    \"operation_schedules\": {\n                        \"mon\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"tue\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"weds\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"thur\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"fri\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sat\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sun\": null\n                    },\n                    \"tpa_extensions\": {\n                        \"position\": {\n                            \"latitude\": 21.046092,\n                            \"longitude\": -86.849522\n                        },\n                        \"timezone\": \"America/Cancun\"\n                    }\n                }\n            }\n        ],\n        \"vendor_messages\": [\n            {\n                \"title\": \"Rental Terms of\",\n                \"info_type\": \"2\",\n                \"sub_section\": {\n                    \"paragraph\": {\n                        \"language\": \"EN\",\n                        \"text\": \"https://static.carhire-solutions.com/pdf/cnx_tac_en-gb.pdf\"\n                    }\n                }\n            },\n            {\n                \"title\": \"Terms and Conditions of carhiremarket.com\",\n                \"info_type\": \"2\",\n                \"sub_section\": {\n                    \"paragraph\": {\n                        \"language\": \"EN\",\n                        \"text\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-73\"\n                    }\n                }\n            }\n        ],\n        \"tpa_extensions\": {\n            \"product_information\": {\n                \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-73\"\n            },\n            \"supplier_logo\": {\n                \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n            }\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["cars","api","v2","rental","details"],"host":["{{api_host}}"],"query":[{"key":"country","value":"US"},{"key":"currency","value":"{{currency}}"},{"key":"availability_token","value":""}],"variable":[]}},"response":[{"id":"38a0a686-9f4e-4193-a225-96b524dbc256","name":"rental details","originalRequest":{"method":"GET","header":[{"key":"x-security-context","value":"{{security_context}}","type":"text","disabled":true},{"key":"Authorization","value":"","type":"text"}],"url":{"raw":"{{api_host}}/cars/api/v2/rentals/?country=US&currency={{currency}}&token=","host":["{{api_host}}"],"path":["cars","api","v2","rentals",""],"query":[{"key":"country","value":"US"},{"key":"currency","value":"{{currency}}"},{"key":"token","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 29 Oct 2025 06:22:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"7553"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"86672c72-9078-48c5-b4cc-1a82838c7451"},{"key":"X-Forwarded-Proto","value":"[https]"},{"key":"X-Request-Id","value":"64016738-2f9a-4bdd-a7e9-284fd04393d2"},{"key":"x-amz-apigw-id","value":"TMjXXHJgCYcEPLw="},{"key":"X-Amzn-Apigateway-Api-Id","value":"[bbuiz29pdb]"},{"key":"X-Amzn-Trace-Id","value":"[Root=1-6901b295-46650235463e93a30cf5ef75]"},{"key":"x-amzn-Remapped-X-Forwarded-For","value":"[54.86.50.139]"},{"key":"x-amzn-Remapped-Date","value":"Wed, 29 Oct 2025 06:22:14 GMT"},{"key":"X-Forwarded-Port","value":"[443]"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Offer details fetched successfully\",\n    \"data\": {\n        \"token\": \"Yaoj4h%2BLOsjwap4r0ZBSu2er297ZLauU4bKyZJw2NQqwtchXWCTvhLM9btSg0oCIH%2FeyLQ8FvGE2ax3Th37FU7etdZ%2FkF3oyycefwsVOuUT3yqfhlddR8FT7cfEokQ9TUtesRfEzDQDwLKvap0l7eYFpTGluh5lDJIu4a%2Fk%3D\",\n        \"pick_up_date_time\": \"2025-12-15T10:00:00\",\n        \"return_date_time\": \"2025-12-17T10:00:00\",\n        \"rental_car_brand\": \"Routes\",\n        \"vehicle\": {\n            \"air_conditioning\": true,\n            \"transmission_type\": \"Automatic\",\n            \"fuel_type\": \"Unspecified\",\n            \"drive_type\": \"Unspecified\",\n            \"passenger_quantity\": 4,\n            \"baggage_quantity\": 2,\n            \"vehicle_size\": \"Mini\",\n            \"vehicle_type\": \"2/4 Door\",\n            \"sipp_code\": \"MCAR\",\n            \"name\": \"VW Gol\",\n            \"door_count\": 2,\n            \"picture_url\": \"https://vehicles.carhire-solutions.com/435/small/15702_MCAR.jpg\"\n        },\n        \"rental_rate\": {\n            \"rate_distance\": {\n                \"unlimited\": \"true\",\n                \"quantity\": 0,\n                \"dist_unit_name\": \"Mile\",\n                \"vehicle_period_unit_name\": \"\"\n            },\n            \"vehicle_charges\": [\n                {\n                    \"currency_code\": \"INR\",\n                    \"base_price\": 80.58,\n                    \"tax_inclusive\": true,\n                    \"purpose\": \"preferred\",\n                    \"rate_convert_ind\": true\n                },\n                {\n                    \"currency_code\": \"INR\",\n                    \"base_price\": 221370.75,\n                    \"tax_inclusive\": true,\n                    \"purpose\": \"Estimated deposit amount\",\n                    \"rate_convert_ind\": true,\n                    \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                }\n            ],\n            \"rate_restrictions\": {\n                \"minimum_age\": 23,\n                \"maximum_age\": 70,\n                \"no_show_fee_ind\": false\n            }\n        },\n        \"rate_rules\": {\n            \"payment_rules\": {\n                \"payment_rule\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ]\n            }\n        },\n        \"coverages\": [\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"Unlimited Mileage\",\n                    \"code\": \"405\",\n                    \"details\": []\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"description\": \"\",\n                    \"included_in_total\": false,\n                    \"guaranteed_ind\": false,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            },\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"Fuel Information\",\n                    \"code\": \"L2L\",\n                    \"details\": []\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": true,\n                    \"description\": \"Level to Level: The vehicle should be returned with the same amount of fuel as delivered.\",\n                    \"included_in_total\": true,\n                    \"guaranteed_ind\": true,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            },\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"VAT\",\n                    \"code\": \"TAX\",\n                    \"details\": []\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": true,\n                    \"description\": \"The rate corresponds with the VAT-rate of the particular country.\",\n                    \"included_in_total\": true,\n                    \"guaranteed_ind\": true,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            },\n            {\n                \"coverage\": {\n                    \"coverage_type\": \"Cancellation fee\",\n                    \"code\": \"CF\",\n                    \"details\": [\n                        {\n                            \"coverage\": {\n                                \"coverage_type\": \"2025-10-29T00:22:14_2025-12-13T10:00:00\",\n                                \"code\": \"\"\n                            },\n                            \"charge\": {\n                                \"currency_code\": \"\",\n                                \"amount\": 0,\n                                \"tax_inclusive\": false,\n                                \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                \"included_in_total\": false,\n                                \"guaranteed_ind\": false,\n                                \"calculations\": [],\n                                \"min_max\": null\n                            }\n                        },\n                        {\n                            \"coverage\": {\n                                \"coverage_type\": \"2025-12-13T10:00:00_2025-12-15T10:00:00\",\n                                \"code\": \"\"\n                            },\n                            \"charge\": {\n                                \"currency_code\": \"\",\n                                \"amount\": 0.91,\n                                \"tax_inclusive\": false,\n                                \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                \"included_in_total\": false,\n                                \"guaranteed_ind\": false,\n                                \"calculations\": [],\n                                \"min_max\": null\n                            }\n                        },\n                        {\n                            \"coverage\": {\n                                \"coverage_type\": \"2025-12-15T10:00:00_2026-03-07T00:00:00\",\n                                \"code\": \"\"\n                            },\n                            \"charge\": {\n                                \"currency_code\": \"\",\n                                \"amount\": 0.91,\n                                \"tax_inclusive\": false,\n                                \"description\": \"Cancellation is free of charge until 13 Dec 2025 10:00. A cancellation fee of 100 percent will be charged from 13 Dec 2025 10:00 until 15 Dec 2025 10:00. A no show fee of 100 percent will be charged.\",\n                                \"included_in_total\": false,\n                                \"guaranteed_ind\": false,\n                                \"calculations\": [],\n                                \"min_max\": null\n                            }\n                        }\n                    ]\n                },\n                \"charge\": {\n                    \"currency_code\": \"\",\n                    \"amount\": 0,\n                    \"tax_inclusive\": false,\n                    \"description\": \"\",\n                    \"included_in_total\": false,\n                    \"guaranteed_ind\": false,\n                    \"calculations\": [],\n                    \"min_max\": null\n                },\n                \"details\": null\n            }\n        ],\n        \"equipments\": [\n            {\n                \"equipment\": {\n                    \"name\": \"Infant Seat (0-1 year)\",\n                    \"description\": \"For children ages 0-1 years\"\n                },\n                \"charge\": {\n                    \"currency_code\": \"INR\",\n                    \"amount\": 1142.27,\n                    \"tax_inclusive\": true,\n                    \"description\": \"BookingCurrencyPrice\",\n                    \"included_in_total\": false,\n                    \"guaranteed_ind\": false,\n                    \"calculations\": null,\n                    \"min_max\": null\n                }\n            }\n        ],\n        \"fees\": [\n            {\n                \"currency_code\": \"INR\",\n                \"amount\": 0,\n                \"tax_inclusive\": true,\n                \"description\": \"VAT(TAX)\",\n                \"included_in_total\": true\n            }\n        ],\n        \"location_details\": [\n            {\n                \"at_airport\": true,\n                \"name\": \"Cancun International Airport\",\n                \"iata_code\": \"CUN\",\n                \"address\": {\n                    \"street\": \"Carr. Federal 307, Cancun-Tulum, Num 138, Centralia Bussines Center,Local 103 , 45030 , Mexico\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"country\": \"MX\",\n                    \"postal_code\": \"\"\n                },\n                \"telephones\": [\n                    \"525544400916\",\n                    \"\"\n                ],\n                \"additional_info\": {\n                    \"park_location\": {\n                        \"location\": \"Shuttle Location\\n\\nPickup instructions\\nUpon arrival, please call +525544400916 for Shuttle pick-up instructions. You may also reach us via email at mexico@routes.ca.\"\n                    },\n                    \"counter_location\": \"3\",\n                    \"operation_schedules\": {\n                        \"mon\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"tue\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"weds\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"thur\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"fri\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sat\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sun\": null\n                    },\n                    \"tpa_extensions\": {\n                        \"position\": {\n                            \"latitude\": 21.046092,\n                            \"longitude\": -86.849522\n                        },\n                        \"timezone\": \"America/Cancun\"\n                    }\n                }\n            },\n            {\n                \"at_airport\": true,\n                \"name\": \"Cancun International Airport\",\n                \"iata_code\": \"CUN\",\n                \"address\": {\n                    \"street\": \"Carr. Federal 307, Cancun-Tulum, Num 138, Centralia Bussines Center,Local 103 , 45030 , Mexico\",\n                    \"city\": \"\",\n                    \"state\": \"\",\n                    \"country\": \"MX\",\n                    \"postal_code\": \"\"\n                },\n                \"telephones\": [\n                    \"525544400916\",\n                    \"\"\n                ],\n                \"additional_info\": {\n                    \"park_location\": {\n                        \"location\": \"Shuttle Location\\n\\nPickup instructions\\nUpon arrival, please call +525544400916 for Shuttle pick-up instructions. You may also reach us via email at mexico@routes.ca.\"\n                    },\n                    \"counter_location\": \"3\",\n                    \"operation_schedules\": {\n                        \"mon\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"tue\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"weds\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"thur\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"fri\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sat\": {\n                            \"start\": \"09:00\",\n                            \"end\": \"19:00\"\n                        },\n                        \"sun\": null\n                    },\n                    \"tpa_extensions\": {\n                        \"position\": {\n                            \"latitude\": 21.046092,\n                            \"longitude\": -86.849522\n                        },\n                        \"timezone\": \"America/Cancun\"\n                    }\n                }\n            }\n        ],\n        \"vendor_messages\": [\n            {\n                \"title\": \"Rental Terms of\",\n                \"info_type\": \"2\",\n                \"sub_section\": {\n                    \"paragraph\": {\n                        \"language\": \"EN\",\n                        \"text\": \"https://static.carhire-solutions.com/pdf/cnx_tac_en-gb.pdf\"\n                    }\n                }\n            },\n            {\n                \"title\": \"Terms and Conditions of carhiremarket.com\",\n                \"info_type\": \"2\",\n                \"sub_section\": {\n                    \"paragraph\": {\n                        \"language\": \"EN\",\n                        \"text\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-73\"\n                    }\n                }\n            }\n        ],\n        \"tpa_extensions\": {\n            \"product_information\": {\n                \"url\": \"https://createpdf.cnx-uat.com/en-gb/products/uzmQRkVGN0CFZhu9QfqOQw-73\"\n            },\n            \"supplier_logo\": {\n                \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo435.png\"\n            }\n        }\n    }\n}"}],"_postman_id":"11aa1494-ab50-4441-a763-6f23029cdbe9"}],"id":"a469d7c3-3c66-4526-9ec5-0b63d30f68ba","description":"<p>The <strong>Search API</strong> serves as a robust interface for querying rental availability, rates, and details, streamlining the booking process while offering accurate, real-time information to end-users or partner platforms.</p>\n<h5 id=\"features\"><strong>Features</strong></h5>\n<ul>\n<li><p><strong>Search:</strong> Real-time search based on the search criteria</p>\n</li>\n<li><p><strong>Filtering &amp; Sorting:</strong> Supports filtering by location, price range, vehicle type, rental brand, and more</p>\n</li>\n</ul>\n","_postman_id":"a469d7c3-3c66-4526-9ec5-0b63d30f68ba","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Book","item":[{"name":"booking","event":[{"listen":"test","script":{"exec":["// Parse the response body","let response = pm.response.json();","","try {","    let token = response.data.token;","    let id = response.data.id;","    pm.collectionVariables.set(\"booking_token\", token);","    pm.collectionVariables.set(\"booking_id\", id);","","    ","} catch (error) {","    console.error(\"Failed to extract offer_id:\", error);","}",""],"type":"text/javascript","packages":{},"requests":{},"id":"aac5f325-a9fa-4f09-82c2-41406f1956f9"}},{"listen":"prerequest","script":{"exec":["try {","    const response = await pm.sendRequest({","        url: \"http://localhost:9008/api/v1/payment/method\",","        method: \"POST\",","        header: {","            \"Content-Type\": \"application/json\",","            \"x-api-key\": \"1e307a99-095e-4fb8-a85c-57711d47a225\"","        },","        body: {","            mode: \"raw\",","            raw: JSON.stringify({","                // number: \"4242424242424242\",","                number: \"4000002760003184\",","                ","                exp_month: 7,","                exp_year: 2029,","                cvc: \"123\",","                address: {","                    line1: \"goa street 123\",","                    line2: \"asdasddas dasdasd\",","                    city: \"goa\",","                    state: \"goa\",","                    postal_code: \"22345\",","                    country: \"us\"","                },","                name: \"rohit\",","                type: \"stripe\"","            })","        }","    });","","    ","    let resp=response.json()","","    console.log(\"Response:\", resp);","    pm.collectionVariables.set(\"pm_id\", resp.data.id);","} catch (err) {","    console.error(\"Error:\", err);","}",""],"type":"text/javascript","packages":{},"requests":{},"id":"0c5dc337-6218-4312-a711-b6686c426c29"}}],"id":"b630b472-fdc5-4ada-ac22-9b6cae57e6fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":"{{correlation-id}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"\",\n    \n    \"customer\": {\n        \"birth_date\": \"1996-10-10\",\n        \"language\": \"EN\",\n        \"gender\": \"Male\",\n        \"first_name\": \"Abhijeet\",\n        \"last_name\": \"Test\",\n        \"phone\": \"012345\",\n        \"email\": \"testcheck@carnect.com\",\n        \"address\": {\n            \"street\": \"Buceriusstr. 2\",\n            \"city\": \"Hamburg\",\n            \"postal_code\": \"20095\"\n        },\n        \"citizen_country_code\": \"US\",\n        \"additional_drivers\":[\n            {\n                \"birth_date\":\"1990-10-10\",\n                \"first_name\":\"Test\",\n                \"last_name\":\"Test\"\n            }\n        ]\n    },\n    \"equipments\": \n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/cars/api/v2/bookings?currency={{currency}}","description":"<h3 id=\"booking-a-car-rental\">Booking a Car Rental</h3>\n<p>This endpoint allows users to create a new car rental booking. It accepts a POST request to the URL <code>{{api_host}}/cars/api/v2/bookings?currency={{currency}}</code>, where the currency parameter specifies the currency for the booking transaction.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be sent in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>token</strong>: A unique identifier for the offer details.</p>\n</li>\n<li><p><strong>customer</strong>: An object containing customer information, including:</p>\n<ul>\n<li><p><strong>birth_date</strong>: The birth date of the customer.</p>\n</li>\n<li><p><strong>language</strong>: The preferred language of the customer.</p>\n</li>\n<li><p><strong>gender</strong>: The gender of the customer.</p>\n</li>\n<li><p><strong>first_name</strong>: The first name of the customer.</p>\n</li>\n<li><p><strong>last_name</strong>: The last name of the customer.</p>\n</li>\n<li><p><strong>phone</strong>: The contact phone number of the customer.</p>\n</li>\n<li><p><strong>email</strong>: The email address of the customer.</p>\n</li>\n<li><p><strong>address</strong>: An object containing the customer's address, which includes:</p>\n<ul>\n<li><p><strong>street</strong>: The street address.</p>\n</li>\n<li><p><strong>city</strong>: The city of residence.</p>\n</li>\n<li><p><strong>postal_code</strong>: The postal code.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>citizen_country_code</strong>: The country code of the customer's citizenship.</p>\n</li>\n<li><p><strong>additional_drivers</strong>: An array of objects for any additional drivers, each containing:</p>\n<ul>\n<li><p><strong>birth_date</strong>: The birth date of the additional driver.</p>\n</li>\n<li><p><strong>first_name</strong>: The first name of the additional driver.</p>\n</li>\n<li><p><strong>last_name</strong>: The last name of the additional driver.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"expected-response\">Expected Response</h4>\n<p>Upon a successful booking request, the API responds with a JSON object containing:</p>\n<ul>\n<li><p><strong>message</strong>: A status message regarding the booking.</p>\n</li>\n<li><p><strong>data</strong>: An object with detailed information about the booking, including:</p>\n<ul>\n<li><p><strong>status</strong>: The current status of the booking.</p>\n</li>\n<li><p><strong>id</strong>: The unique identifier for the booking.</p>\n</li>\n<li><p><strong>token</strong>: A token associated with the booking.</p>\n</li>\n<li><p><strong>customer</strong>: An object detailing the primary customer's information.</p>\n</li>\n<li><p><strong>veh_rental_core</strong>: Information about the rental vehicle's pick-up and return times.</p>\n</li>\n<li><p><strong>vehicle</strong>: Details about the vehicle being rented, such as:</p>\n<ul>\n<li><p><strong>air_conditioning</strong>: Whether the vehicle has air conditioning.</p>\n</li>\n<li><p><strong>transmission_type</strong>: The type of transmission (e.g., automatic, manual).</p>\n</li>\n<li><p><strong>fuel_type</strong>: The type of fuel the vehicle uses.</p>\n</li>\n<li><p><strong>passenger_quantity</strong>: The number of passengers the vehicle can accommodate.</p>\n</li>\n<li><p><strong>baggage_quantity</strong>: The number of bags the vehicle can hold.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rental_rate</strong>: Information about the rental charges, including base price and taxes.</p>\n</li>\n<li><p><strong>equipments</strong>: Any additional equipment included in the rental.</p>\n</li>\n<li><p><strong>fees</strong>: An array of any additional fees associated with the booking.</p>\n</li>\n<li><p><strong>payment_rules</strong>: Information regarding payment terms.</p>\n</li>\n<li><p><strong>tpa_extensions</strong>: Additional information such as terms and conditions or product information.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint is essential for managing car rental bookings and provides comprehensive details for both the customer and the rental provider.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["cars","api","v2","bookings"],"host":["{{api_host}}"],"query":[{"key":"currency","value":"{{currency}}"}],"variable":[]}},"response":[{"id":"e51aaf61-a7ff-4c14-a210-f218e25f419a","name":"booking","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}"},{"key":"x-correlation-id","value":"123"}],"body":{"mode":"raw","raw":"{\n    \"token\":\"\",\n    \"customer\": {\n        \"birth_date\": \"1969-10-10\",\n        \"language\":\"EN\",\n        \"gender\": \"Male\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"Test\",\n        \"phone\": \"012345\",\n        \"email\": \"testcheck@carnect.com\",\n        \"address\": {\n            \"street\": \"Buceriusstr. 2\",\n            \"city\": \"Hamburg\",\n            \"postal_code\": \"20095\"\n        },\n        \"citizen_country_code\": \"DE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/bookings","host":["{{url}}"],"path":["bookings"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[a5c9676d-eeab-49f5-af44-8a37b687cc89]"},{"key":"X-Correlation-Id","value":"[123]"},{"key":"X-Request-Id","value":"950bd5f0-150c-4a7d-90b1-e9784e295f81"},{"key":"Date","value":"Fri, 29 Aug 2025 10:22:31 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Booking created successfully\",\n    \"data\": {\n        \"status\": \"Confirmed\",\n        \"id\": \"XNCTPN3cuzY\",\n        \"token\": \"nnqVRfB7fcyYFBhM8Jm6NgpN1QmtE2ggAa8s9qt0PFDUH8j%2FQoMWF6RxakqLjJ3b79DK8NYPbfwMUe9JoUOuss%2Ft6etLPzy%2F7%2FldQCplkd9KghZKTRrAbOM%3D\",\n        \"customer\": {\n            \"primary\": {\n                \"gender\": \"\",\n                \"birth_date\": \"1969-10-10\",\n                \"language\": \"EN\",\n                \"first_name\": \"Test\",\n                \"last_name\": \"Test\",\n                \"phone_number\": \"012345\",\n                \"email\": \"testcheck@carnect.com\",\n                \"address\": {\n                    \"street_nmbr\": \"Buceriusstr. 2\",\n                    \"city_name\": \"Hamburg\",\n                    \"postal_code\": \"20095\"\n                },\n                \"country\": \"DE\"\n            }\n        },\n        \"veh_rental_core\": {\n            \"pick_up_date_time\": \"2025-10-11T10:00:00\",\n            \"return_date_time\": \"2025-10-14T10:00:00\"\n        },\n        \"vehicle\": {\n            \"air_conditioning\": true,\n            \"transmission_type\": \"Automatic\",\n            \"fuel_type\": \"Unspecified\",\n            \"drive_type\": \"Unspecified\",\n            \"passenger_quantity\": 5,\n            \"baggage_quantity\": 2,\n            \"sipp_code\": \"XXAR\",\n            \"name\": \"Special\",\n            \"door_count\": 2,\n            \"picture_url\": \"https://vehicles.carhire-solutions.com/400/small/14892_XXAR.jpg\"\n        },\n        \"rental_rate\": {\n            \"rate_distance\": {\n                \"unlimited\": \"true\",\n                \"quantity\": 0,\n                \"dist_unit_name\": \"Mile\",\n                \"vehicle_period_unit_name\": \"\"\n            },\n            \"vehicle_charges\": [\n                {\n                    \"currency_code\": \"USD\",\n                    \"base_price\": 87.55,\n                    \"tax_inclusive\": true,\n                    \"purpose\": \"preferred\",\n                    \"rate_convert_ind\": true,\n                    \"calculations\": [\n                        {\n                            \"unit_charge\": \"97.28\",\n                            \"unit_name\": \"preferred-no-discount\",\n                            \"quantity\": 0\n                        }\n                    ]\n                },\n                {\n                    \"currency_code\": \"USD\",\n                    \"base_price\": 1000,\n                    \"tax_inclusive\": true,\n                    \"purpose\": \"Estimated deposit amount\",\n                    \"rate_convert_ind\": true,\n                    \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by supplier considering the applicable excess amount and selected car category. Please be informed that the value of the applicable excess, one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers.Estimated deposit amount:: USD 1000.00\"\n                }\n            ],\n            \"rate_restrictions\": null\n        },\n        \"equipments\": null,\n        \"fees\": [\n            {\n                \"currency_code\": \"USD\",\n                \"amount\": 6,\n                \"tax_inclusive\": true,\n                \"description\": \"Vehicle Licence Fee / Road fund license(VLF)\",\n                \"included_in_total\": true\n            },\n            {\n                \"currency_code\": \"USD\",\n                \"amount\": 0,\n                \"tax_inclusive\": true,\n                \"description\": \"VAT(TAX)\",\n                \"included_in_total\": true\n            }\n        ],\n        \"payment_rules\": [\n            {\n                \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n            }\n        ],\n        \"tpa_extensions\": {\n            \"terms_conditions\": null,\n            \"product_information\": {\n                \"url\": \"https://createpdf.cnx-uat.com/en-gb/bookings/CN891832478037/product\"\n            },\n            \"supplier_logo\": {\n                \"url\": \"https://static.carhire-solutions.com/images/supplier/logo/logo400.png\"\n            }\n        }\n    }\n}"}],"_postman_id":"b630b472-fdc5-4ada-ac22-9b6cae57e6fe"},{"name":"retrieve booking","id":"9f367056-567e-4dc4-a59b-19a4abbeaa81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_host}}/cars/api/v2/bookings/","description":"<h3 id=\"api-endpoint-get-booking-details\">API Endpoint: Get Booking Details</h3>\n<p>This endpoint retrieves the details of a specific car booking identified by the <code>booking_id</code>. It provides comprehensive information about the booking status, customer details, vehicle information, and rental rates.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{api_host}}/cars/api/v2/bookings/</code></p>\n</li>\n<li><p><strong>Path Parameter</strong>:</p>\n<ul>\n<li><code>booking_id</code> (string): The unique identifier for the booking you wish to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will return a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>message</strong>: A string that may contain any additional messages related to the request.</p>\n</li>\n<li><p><strong>data</strong>: An object that includes:</p>\n<ul>\n<li><p><strong>core</strong>: Contains core booking details:</p>\n<ul>\n<li><p><strong>reference_number</strong>: The reference number for the booking.</p>\n</li>\n<li><p><strong>reservation_status</strong>: The current status of the reservation.</p>\n</li>\n<li><p><strong>customer</strong>: An object with customer information:</p>\n<ul>\n<li><p><strong>primary</strong>: Contains primary customer details such as:</p>\n<ul>\n<li><p><strong>gender</strong></p>\n</li>\n<li><p><strong>birth_date</strong></p>\n</li>\n<li><p><strong>language</strong></p>\n</li>\n<li><p><strong>first_name</strong></p>\n</li>\n<li><p><strong>last_name</strong></p>\n</li>\n<li><p><strong>phone_number</strong></p>\n</li>\n<li><p><strong>email</strong></p>\n</li>\n<li><p><strong>address</strong>: An object with address details including:</p>\n<ul>\n<li><p><strong>street_nmbr</strong></p>\n</li>\n<li><p><strong>city_name</strong></p>\n</li>\n<li><p><strong>postal_code</strong></p>\n</li>\n<li><p><strong>country</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>veh_segment_core</strong>: Contains vehicle segment details:</p>\n<ul>\n<li><p><strong>veh_rental_core</strong>: Information on rental dates:</p>\n<ul>\n<li><p><strong>pick_up_date_time</strong></p>\n</li>\n<li><p><strong>return_date_time</strong></p>\n</li>\n</ul>\n</li>\n<li><p><strong>vehicle</strong>: Details about the vehicle including:</p>\n<ul>\n<li><p><strong>air_condition_ind</strong>: Indicates if the vehicle has air conditioning.</p>\n</li>\n<li><p><strong>transmission_type</strong></p>\n</li>\n<li><p><strong>fuel_type</strong></p>\n</li>\n<li><p><strong>drive_type</strong></p>\n</li>\n<li><p><strong>passenger_quantity</strong>: Number of passengers the vehicle can accommodate.</p>\n</li>\n<li><p><strong>baggage_quantity</strong>: Number of bags the vehicle can hold.</p>\n</li>\n<li><p><strong>sipp_code</strong>: Standardized code for vehicle classification.</p>\n</li>\n<li><p><strong>name</strong>: The name of the vehicle.</p>\n</li>\n<li><p><strong>door_count</strong>: Number of doors on the vehicle.</p>\n</li>\n<li><p><strong>picture_url</strong>: URL to an image of the vehicle.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rental_rate</strong>: Information about the rental charges:</p>\n<ul>\n<li><p><strong>rate_distance</strong>: Details about distance and rate units.</p>\n</li>\n<li><p><strong>vehicle_charges</strong>: An array of charges associated with the vehicle rental.</p>\n</li>\n<li><p><strong>rate_restrictions</strong>: Restrictions related to the rental rate, including age limits and no-show fees.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>fees</strong>: An array of any additional fees associated with the booking.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>payment_rules</strong>: Contains payment rules applicable to the booking.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>booking_id</code> is valid to receive the correct booking details.</p>\n</li>\n<li><p>The response may vary based on the booking status and the information available.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["cars","api","v2","bookings",""],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"43a263e4-0d20-4f4f-9b0a-be744e6ab39b","name":"retrieve booking","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{url}}/bookings/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[a5c9676d-eeab-49f5-af44-8a37b687cc89]"},{"key":"X-Request-Id","value":"0c60ec80-c547-4bfb-9509-340402504fd4"},{"key":"Date","value":"Mon, 18 Aug 2025 13:12:15 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Booking retrieved successfully\",\n    \"data\": {\n        \"core\": {\n            \"reference_number\": \"XNC1pnUngyp\",\n            \"reservation_status\": \"CONFIRMED\",\n            \"customer\": {\n                \"primary\": {\n                    \"gender\": \"Male\",\n                    \"birth_date\": \"1969-10-10 05:30:00 +0530 IST\",\n                    \"language\": \"\",\n                    \"first_name\": \"Test\",\n                    \"last_name\": \"Test\",\n                    \"phone_number\": \"012345\",\n                    \"email\": \"testcheck@carnect.com\",\n                    \"address\": {\n                        \"street_nmbr\": \"Buceriusstr. 2\",\n                        \"city_name\": \"Hamburg\",\n                        \"postal_code\": \"20095\"\n                    },\n                    \"country\": \"DE\"\n                }\n            },\n            \"veh_segment_core\": {\n                \"veh_rental_core\": {\n                    \"pick_up_date_time\": \"2025-09-11T10:00:00\",\n                    \"return_date_time\": \"2025-09-14T10:00:00\"\n                },\n                \"vehicle\": {\n                    \"air_condition_ind\": false,\n                    \"transmission_type\": \"\",\n                    \"fuel_type\": \"\",\n                    \"drive_type\": \"\",\n                    \"passenger_quantity\": 4,\n                    \"baggage_quantity\": 3,\n                    \"sipp_code\": \"CCAR\",\n                    \"name\": \"NISSAN VERSA\",\n                    \"door_count\": 5,\n                    \"picture_url\": \"https://vehicles.carhire-solutions.com/399/small/10573_CCAR.jpg\"\n                },\n                \"rental_rate\": {\n                    \"rate_distance\": {\n                        \"unlimited\": \"\",\n                        \"quantity\": 0,\n                        \"dist_unit_name\": \"\",\n                        \"vehicle_period_unit_name\": \"\"\n                    },\n                    \"vehicle_charges\": [\n                        {\n                            \"currency_code\": \"\",\n                            \"base_price\": 45.79,\n                            \"tax_inclusive\": false,\n                            \"purpose\": \"preferred\",\n                            \"description\": \"Rental Amount\"\n                        },\n                        {\n                            \"currency_code\": \"\",\n                            \"base_price\": 1000,\n                            \"tax_inclusive\": true,\n                            \"purpose\": \"deposit\",\n                            \"rate_convert_ind\": true,\n                            \"description\": \"Upon collection of the car a security deposit will be blocked on the driver’s credit card. This deposit is determined by the car rental company considering your selected car category. \\nPlease be informed that the value of one tank of fuel and possible traffic fines can be additionally blocked on your credit card. It is recommended to present a credit card with chip, pin code and embossed numbers. \\nPlease note that you will have to present evidence that your credit card company / or your personal car insurance will be liable also against car rental damages. Otherwise, the car rental company may request you to leave a security deposit up to the value of the car or you may need to consider buying an extra coverage at time of pick-up to reduce the liability.\"\n                        }\n                    ],\n                    \"rate_restrictions\": {\n                        \"minimum_age\": 25,\n                        \"maximum_age\": 80,\n                        \"no_show_fee_ind\": false\n                    }\n                },\n                \"fees\": []\n            },\n            \"payment_rules\": {\n                \"payment_rule\": [\n                    {\n                        \"text\": \"Prepayment: Full rental price due at time of reservation. At pick-up a valid credit card in main driver's name is required as a guarantee. Prepaid or debit cards, such as Maestro, Visa electron, Visa Premier or Carte Bleue are not accepted.\"\n                    }\n                ]\n            }\n        },\n        \"info\": null\n    }\n}"}],"_postman_id":"9f367056-567e-4dc4-a59b-19a4abbeaa81"}],"id":"1cee0e21-9442-4b22-aa27-12ce6f1dc74f","description":"<p>The <strong>Cars Booking API</strong> acts as a bridge between online platforms and car rental suppliers, automating bookings, providing real-time rates, and streamlining the entire reservation process for users and service providers alike</p>\n<ul>\n<li><strong>Booking:</strong> Integrates with booking APIs to book or cancel reservations.</li>\n</ul>\n","_postman_id":"1cee0e21-9442-4b22-aa27-12ce6f1dc74f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Cancel","item":[{"name":"cancel booking","id":"7461734e-28cd-4092-8983-ce5933dab649","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"booking_status\":\"CANCELLED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/cars/api/v2/bookings/","description":"<h3 id=\"patch-carsapiv2bookingsbooking_id\">PATCH /cars/api/v2/bookings/{booking_id}</h3>\n<p>This endpoint allows you to update the booking details for a specific car reservation identified by the <code>booking_id</code>. The request requires a valid <code>booking_token</code> as a query parameter for authentication and authorization purposes.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><strong>Path Parameters:</strong></p>\n<ul>\n<li><code>booking_id</code>: The unique identifier for the booking that you wish to update.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"expected-response-format\">Expected Response Format</h4>\n<p>The response will return a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>message</strong>: A string that may contain a message related to the request processing.</p>\n</li>\n<li><p><strong>data</strong>: An object containing:</p>\n<ul>\n<li><p><strong>core</strong>: An object with details about the cancellation status and rules.</p>\n<ul>\n<li><p><strong>cancel_status</strong>: A string indicating the current cancellation status.</p>\n</li>\n<li><p><strong>cancel_rules</strong>: An array of objects detailing the cancellation rules, including:</p>\n<ul>\n<li><strong>amount</strong>: The amount associated with the cancellation rule.</li>\n</ul>\n</li>\n<li><p><strong>unique_id</strong>: An object that provides a context ID.</p>\n<ul>\n<li><strong>id_context</strong>: A string representing the context of the unique ID.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>info</strong>: An object providing information about the vehicle reservation.</p>\n<ul>\n<li><p><strong>veh_reservation</strong>: An object containing the reservation status.</p>\n<ul>\n<li><p><strong>reservation_status</strong>: A string indicating the current status of the vehicle reservation.</p>\n</li>\n<li><p><strong>veh_segment_core</strong>: An object that includes fee details.</p>\n<ul>\n<li><p><strong>fees</strong>: An array of objects representing fees associated with the reservation, including:</p>\n<ul>\n<li><p><strong>currency_code</strong>: The currency in which the fee is denominated.</p>\n</li>\n<li><p><strong>amount</strong>: The fee amount.</p>\n</li>\n<li><p><strong>tax_inclusive</strong>: A boolean indicating if the fee includes tax.</p>\n</li>\n<li><p><strong>description</strong>: A string describing the fee.</p>\n</li>\n<li><p><strong>included_in_rate</strong>: A boolean indicating if the fee is included in the rate.</p>\n</li>\n<li><p><strong>included_in_est_total_ind</strong>: A boolean indicating if the fee is included in the estimated total.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint is essential for managing car bookings effectively, allowing updates to be made as needed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["cars","api","v2","bookings",""],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"236c494c-a076-4925-b821-77f7f996a3e6","name":"cancel booking","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"booking_status\":\"CANCELLED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/cars/api/v2/bookings/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-Api-Key","value":"[a5c9676d-eeab-49f5-af44-8a37b687cc89]"},{"key":"X-Request-Id","value":"5d925096-70cf-4dce-95fd-8ac2dcb507d7"},{"key":"Date","value":"Mon, 18 Aug 2025 13:25:35 GMT"},{"key":"Content-Length","value":"370"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Booking cancelled successfully\",\n    \"data\": {\n        \"core\": {\n            \"cancel_status\": \"Cancelled\",\n            \"cancel_rules\": [\n                {\n                    \"amount\": 0\n                }\n            ],\n            \"unique_id\": {\n                \"id_context\": \"3\"\n            }\n        },\n        \"info\": {\n            \"veh_reservation\": {\n                \"reservation_status\": \"Cancelled by customer\",\n                \"veh_segment_core\": {\n                    \"fees\": [\n                        {\n                            \"currency_code\": \"USD\",\n                            \"amount\": 0,\n                            \"tax_inclusive\": true,\n                            \"description\": \"Cancellation fee\",\n                            \"included_in_total\": false\n                        }\n                    ]\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"7461734e-28cd-4092-8983-ce5933dab649"}],"id":"9c99545f-ea96-4459-bab6-42857ffbacb6","description":"<p>The <strong>booking cancellation API</strong> is a critical component that enables automated, policy-compliant cancellation of reservations, providing status feedback, managing penalties, and notifying involved parties, ultimately streamlining reservation management workflows.</p>\n<ul>\n<li><p><strong>Cancel Reservation</strong>: Reservation can be cancelled with the eligible booking id (subject to cancellation policies)</p>\n</li>\n<li><p><strong>Notification</strong>: Successful cancellation will get notified as email</p>\n</li>\n<li><p><strong>Fees</strong>: Cancellation of any Reservation subject to supplier policies, necessary fees will be deducted automatically and the remaining fund will be credited back to the financial intrument used to pay during reservation.</p>\n</li>\n</ul>\n","_postman_id":"9c99545f-ea96-4459-bab6-42857ffbacb6","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"19ff4286-00b0-47cb-8504-295e35db9e91","description":"<p>Xeni Cars V2 API offers two product options for customers:</p>\n<p>1. A <strong>Xeni API</strong> that provides a complete end-to-end platform for search, booking, and cancellation, eliminating the need for customers to build their own User Interface.<br />2. A <strong>Xeni Quick Builder</strong> that enables customers to use APIs for creating their own custom User Interface tailored to their specific needs.</p>\n<p>This API also delivers highly competitive car rates, enhanced search and filtering capabilities, and enriched car-level data including transparent policies, \"Know Before You Go\" information, and more. The V2 API boasts improved response times, clear error descriptions, and well-defined error codes for a smoother developer and user experience.</p>\n","_postman_id":"19ff4286-00b0-47cb-8504-295e35db9e91","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Xeni Vacation Rentals","item":[{"name":"Autocomplete","item":[{"name":"Auto Complete","event":[{"listen":"test","script":{"exec":["// pm.globals.set(\"x-correlation-id\", headerValue);","// let responseData = pm.response.json();","// pm.collectionVariables.set(\"place_id\", responseData.data[0].id);","// pm.collectionVariables.set(\"lat\", responseData.data[0].location.lat);","// pm.collectionVariables.set(\"long\", responseData.data[0].location.long);"],"type":"text/javascript","packages":{},"requests":{},"id":"f1df1a35-fff9-4917-8aeb-3a41f5bca1aa"}},{"listen":"prerequest","script":{"exec":["","",""],"type":"text/javascript","packages":{},"requests":{},"id":"5e26f84a-ea1b-407a-81a1-a7becfbaace9"}}],"id":"f8722f3a-d4fb-4820-8956-78c48ebfed9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}","description":"<h3 id=\"look-up-details-about-cities-points-of-interest-or-hotel-names\">Look up details about cities, Points of Interest, or Hotel Names</h3>\n<p>Use this API to search for locations or hotel names, facilitating the auto-completion of customer requests by providing relevant suggestions based on the input search string.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}</code></p>\n</li>\n<li><p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>key</code> (string): A search string used to find relevant hotel names or locations. For example, using <code>key=haw</code> will return suggestions related to \"haw\".</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><strong>Status Code:</strong> 200</p>\n</li>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n<li><p>{\"status\": \"\",\"message\": \"\",\"data\": [ { \"id\": \"\", \"country\": \"\", \"full_name\": \"\", \"location\": { \"lat\": 0, \"long\": 0 }, \"name\": \"\", \"state\": \"\", \"type\": \"\" }]}</p>\n<ul>\n<li><p><strong>status</strong>: Indicates the status of the request.</p>\n</li>\n<li><p><strong>message</strong>: Provides additional information about the request.</p>\n</li>\n<li><p><strong>data</strong>: An array of hotel suggestions, each containing:</p>\n<ul>\n<li><p><code>id</code>: Unique identifier for the hotel.</p>\n</li>\n<li><p><code>country</code>: The country where the hotel is located.</p>\n</li>\n<li><p><code>full_name</code>: The full name of the hotel.</p>\n</li>\n<li><p><code>location</code>: An object containing:</p>\n<ul>\n<li><p><code>lat</code>: Latitude of the hotel location.</p>\n</li>\n<li><p><code>long</code>: Longitude of the hotel location.</p>\n</li>\n</ul>\n</li>\n<li><p><code>name</code>: The name of the hotel.</p>\n</li>\n<li><p><code>state</code>: The state where the hotel is located.</p>\n</li>\n<li><p><code>type</code>: The type of hotel.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>IMPORTANT</strong></p>\n<p>This auto-complete will respond back with a response header \"X-correlation-id\" and this ID must be passed in the subsequent API calls as \"x-correlation-id\" request header for tracing your requests in XENI backend systems for troubleshooting, while retrying the same GET request for async calls, etc. Typically, the same <code>x-correlation_id</code> will be passed from auto-complete to search and then book.</p>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>key</code> parameter is relevant to get accurate suggestions.</p>\n</li>\n<li><p>The response will contain an array of hotel suggestions, which can be used to enhance user experience by providing relevant options based on the input.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["hotels","api","{{api_version}}","autocomplete"],"host":["{{api_host}}"],"query":[{"disabled":true,"key":"key","value":"الدوحة"},{"key":"key","value":"{{hotels_autocomplete_search_string}}"}],"variable":[]}},"response":[{"id":"a73af399-abd3-4371-aeb7-b02c578c0c43","name":"200 - Ok","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"{{hotels_autocomplete_search_string}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Auto suggest data fetched successfully\",\n    \"data\": [\n        {\n            \"id\": \"153760\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami Beach, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.790653,\n                \"long\": -80.130043\n            },\n            \"name\": \"Miami Beach\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"4247\",\n            \"country\": \"United States\",\n            \"full_name\": \"Florida, United States\",\n            \"location\": {\n                \"lat\": 27.780772,\n                \"long\": -81.5625\n            },\n            \"name\": \"Florida\",\n            \"state\": \"\",\n            \"type\": \"state\"\n        },\n        {\n            \"id\": \"2280\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami (and vicinity), United States\",\n            \"location\": {\n                \"lat\": 25.77178,\n                \"long\": -80.19009\n            },\n            \"name\": \"Miami (and vicinity)\",\n            \"state\": \"\",\n            \"type\": \"multicity\"\n        },\n        {\n            \"id\": \"2286\",\n            \"country\": \"United States\",\n            \"full_name\": \"Orlando (and vicinity), United States\",\n            \"location\": {\n                \"lat\": 28.54129,\n                \"long\": -81.37904\n            },\n            \"name\": \"Orlando (and vicinity)\",\n            \"state\": \"\",\n            \"type\": \"multicity\"\n        },\n        {\n            \"id\": \"4286\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami, United States\",\n            \"location\": {\n                \"lat\": 25.77178,\n                \"long\": -80.19009\n            },\n            \"name\": \"Miami\",\n            \"state\": \"\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"4389\",\n            \"country\": \"United States\",\n            \"full_name\": \"St. Petersburg, United States\",\n            \"location\": {\n                \"lat\": 27.767601,\n                \"long\": -82.640291\n            },\n            \"name\": \"St. Petersburg\",\n            \"state\": \"\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"33497\",\n            \"country\": \"United States\",\n            \"full_name\": \"Zoo Miami, United States\",\n            \"location\": {\n                \"lat\": 25.610528,\n                \"long\": -80.397965\n            },\n            \"name\": \"Zoo Miami\",\n            \"state\": \"\",\n            \"type\": \"pointofinterest\"\n        },\n        {\n            \"id\": \"13400\",\n            \"country\": \"United States\",\n            \"full_name\": \"Zoo Miami, United States\",\n            \"location\": {\n                \"lat\": 25.62684,\n                \"long\": -80.39372\n            },\n            \"name\": \"Zoo Miami\",\n            \"state\": \"\",\n            \"type\": \"pointofinterest\"\n        },\n        {\n            \"id\": \"114716\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami South Station, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.705052,\n                \"long\": -80.289321\n            },\n            \"name\": \"Miami South Station\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"trainstation\"\n        },\n        {\n            \"id\": \"112414\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami Station, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.849002,\n                \"long\": -80.257685\n            },\n            \"name\": \"Miami Station\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"trainstation\"\n        }\n    ]\n}"},{"id":"6da26c3c-5f50-49ce-b251-35346acbf438","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key=","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"key.invalid\",\n            \"message\": \"key is not valid\",\n            \"fields\": [\n                {\n                    \"name\": \"key\",\n                    \"type\": \"query\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"9fe8ff5e-21e8-47b7-8041-7c645da901a1","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key=3erjfov%23%23$34","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"3erjfov%23%23$34"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"not_found\",\n            \"message\": \"No data found for the given request\"\n        }\n    ],\n    \"error\": \"No data found for the given request\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"f8722f3a-d4fb-4820-8956-78c48ebfed9e"}],"id":"d5b1627f-873c-4733-9f2a-769f9af2787f","description":"<p>An <strong>autocomplete API</strong> helps users quickly find and select hotel names, places, point of interest, airport and address by providing instant, relevant suggestions based on partial input, improving efficiency and user experience in travel.</p>\n","_postman_id":"d5b1627f-873c-4733-9f2a-769f9af2787f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Vacation Rentals","item":[{"name":"Vacation Rentals","id":"7dee37db-4167-476e-844b-34740685ec13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 2,\n            \"childs\": 0,\n            \"childages\": [\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"US\",\n    \"place_id\": \"\",\n    \"vacation_rentals\": [\"Cottage\"],\n    \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"asc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0,\n        //\"distnace\": 1,\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/api/{{api_version}}/properties/vacation-rentals?currency=USD&page=1&limit=50&amenities=true","description":"<h2 id=\"hotel-search-api\">Hotel Search API</h2>\n<p>This API allows you to search for hotels based on specified criteria, enabling you to find accommodations that suit your needs. You can filter results based on various parameters including check-in and check-out dates, occupancy details, and geographical location.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>URL:</strong> <code>{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&amp;page=1&amp;limit=50&amp;amenities=true</code><br /><strong>Method:</strong> POST</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>checkin_date</strong> (string): The date when the guest will check in.</p>\n</li>\n<li><p><strong>checkout_date</strong> (string): The date when the guest will check out.</p>\n</li>\n<li><p><strong>occupancy</strong> (array): An array of occupancy details, where each object contains:</p>\n<ul>\n<li><p><strong>adults</strong> (integer): The number of adults.</p>\n</li>\n<li><p><strong>childs</strong> (integer): The number of children.</p>\n</li>\n<li><p><strong>childages</strong> (array of integers): An array representing the ages of the children.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>lat</strong> (object): An object that should contain latitude information for location-based filtering.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be returned in JSON format and will include the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request (e.g., success or error).</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request status.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the following properties:</p>\n<ul>\n<li><p><strong>total</strong> (integer): The total number of hotels found based on the search criteria.</p>\n</li>\n<li><p><strong>hotels</strong> (array): An array of hotel objects, where each hotel object contains:</p>\n<ul>\n<li><p><strong>property_id</strong> (string): Unique identifier for the hotel property.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the hotel.</p>\n</li>\n<li><p><strong>location</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>lat</strong> (float): Latitude of the hotel.</p>\n</li>\n<li><p><strong>long</strong> (float): Longitude of the hotel.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contact</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>phone</strong> (string): Contact phone number of the hotel.</p>\n</li>\n<li><p><strong>address</strong> (object): An object containing address details:</p>\n<ul>\n<li><p><strong>line_1</strong> (string): First line of the address.</p>\n</li>\n<li><p><strong>country</strong> (string): Country where the hotel is located.</p>\n</li>\n<li><p><strong>state</strong> (string): State where the hotel is located.</p>\n</li>\n<li><p><strong>city</strong> (string): City where the hotel is located.</p>\n</li>\n<li><p><strong>postal_code</strong> (string): Postal code of the hotel location.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>ratings</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>star_rating</strong> (integer): Star rating of the hotel.</p>\n</li>\n<li><p><strong>user_rating</strong> (float): User rating of the hotel.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rate</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>base_rate</strong> (float): Base rate for the hotel.</p>\n</li>\n<li><p><strong>total_rate</strong> (float): Total rate including taxes and fees.</p>\n</li>\n<li><p><strong>tax_and_fees</strong> (float): Total taxes and fees applicable.</p>\n</li>\n<li><p><strong>currency</strong> (string): Currency of the rates.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>amenities</strong> (array of strings): List of amenities offered by the hotel.</p>\n</li>\n<li><p><strong>image</strong> (object): An object containing image URLs:</p>\n<ul>\n<li><p><strong>thumbnail</strong> (string): URL for the thumbnail image.</p>\n</li>\n<li><p><strong>large</strong> (string): URL for the large image.</p>\n</li>\n<li><p><strong>extra_large</strong> (string): URL for the extra-large image.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>chain</strong> (string): The hotel chain name, if applicable.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<p>Make sure to include the appropriate headers in your request, such as <code>Content-Type: application/json</code> to specify the format of the request body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["hotels","api","{{api_version}}","properties","vacation-rentals"],"host":["{{api_host}}"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"amenities","value":"true"}],"variable":[]}},"response":[{"id":"0fc10a14-385e-48eb-8adc-e06e65aa3f5f","name":"200 - async","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"US\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=50","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"properties fetched successfully\",\n    \"data\": {\n        \"total\": 915,\n        \"hotels\": [\n            {\n                \"property_id\": \"XN4gSdzropaU\",\n                \"name\": \"Vogue 7 mins Sky Dubai 3 mins Cirle Mall\",\n                \"location\": {\n                    \"lat\": 25.064923,\n                    \"long\": 55.201848\n                },\n                \"contact\": {\n                    \"phone\": \"971-528220626\",\n                    \"address\": {\n                        \"line_1\": \"Jumeirah Village Circle\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 5260383.65,\n                    \"base_rate\": 4735159.61,\n                    \"total_rate\": 4735159.61,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNHmiWuIOXV7\",\n                \"name\": \"Grand Hyatt Dubai\",\n                \"location\": {\n                    \"lat\": 25.227608,\n                    \"long\": 55.328003\n                },\n                \"contact\": {\n                    \"phone\": \"971-4-3171234\",\n                    \"address\": {\n                        \"line_1\": \"Riyadh Street, Sheikh Rashid Road\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 5,\n                    \"user_rating\": 4.6\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 575928.73,\n                    \"total_rate\": 575928.73,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNpVQptundGS\",\n                \"name\": \"Maison Privee - Ultra Chic High-Floor Apt w/ Direct Burj Khalifa & Fountains Views\",\n                \"location\": {\n                    \"lat\": 25.197076,\n                    \"long\": 55.274263\n                },\n                \"contact\": {\n                    \"phone\": \"971-45741954\",\n                    \"address\": {\n                        \"line_1\": \"Dubai Mall, Sheikh Mohammed bin Rashid\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 574117.48,\n                    \"base_rate\": 521723.83,\n                    \"total_rate\": 521723.83,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNn5HMFKPUm3\",\n                \"name\": \"Maison Privee Private Pool and Beach Access Villa w/ Cinematic Vws\",\n                \"location\": {\n                    \"lat\": 25.113977,\n                    \"long\": 55.131497\n                },\n                \"contact\": {\n                    \"phone\": \"971-4-45741954\",\n                    \"address\": {\n                        \"line_1\": \"Al Bateen, Dubai Marina\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 553235.12,\n                    \"base_rate\": 504208.18,\n                    \"total_rate\": 504208.18,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XN3hk4Qw2K91\",\n                \"name\": \"Lovely Studio with Cozy Balcony and Outdoor Pool\",\n                \"location\": {\n                    \"lat\": 25.208695,\n                    \"long\": 55.315403\n                },\n                \"contact\": {\n                    \"phone\": \"971-524879302\",\n                    \"address\": {\n                        \"line_1\": \"Farhad Azizi Residence, Al Jaddaf\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 276987.05,\n                    \"total_rate\": 276987.05,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNn32GBi8Bbp\",\n                \"name\": \"The Biltmore Hotel Villas, Dubai\",\n                \"location\": {\n                    \"lat\": 25.11438,\n                    \"long\": 55.198638\n                },\n                \"contact\": {\n                    \"phone\": \"971-430-85555\",\n                    \"address\": {\n                        \"line_1\": \"24th Street al Barsha, Dubai\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"393320\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 5,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 271447.36,\n                    \"total_rate\": 271447.36,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNNt3c2FrLTR\",\n                \"name\": \"LUX The JW Marina Studio 3\",\n                \"location\": {\n                    \"lat\": 25.077223,\n                    \"long\": 55.140423\n                },\n                \"contact\": {\n                    \"phone\": \"971-45755982\",\n                    \"address\": {\n                        \"line_1\": \"66 Al Marsa St\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 268109.07,\n                    \"total_rate\": 268109.07,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNBNFmfd6zLt\",\n                \"name\": \"Modern and Cozy Studio at Seven Palm\",\n                \"location\": {\n                    \"lat\": 25.111965,\n                    \"long\": 55.138526\n                },\n                \"contact\": {\n                    \"phone\": \"971-585953099\",\n                    \"address\": {\n                        \"line_1\": \"Seven Palm\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"000000\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 262598.67,\n                    \"total_rate\": 262598.67,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNArXbuSugtC\",\n                \"name\": \"Cozy studio apartment in JVC\",\n                \"location\": {\n                    \"lat\": 25.064113,\n                    \"long\": 55.207492\n                },\n                \"contact\": {\n                    \"phone\": \"971-585953099\",\n                    \"address\": {\n                        \"line_1\": \"Jumeirah Village Circle\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"UAE\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 2,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 262598.67,\n                    \"total_rate\": 262598.67,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNFQxhrWGrQn\",\n                \"name\": \"Maison Privee - Upscale Apt w/ Open Sea and Bluewaters Vws in JBR\",\n                \"location\": {\n                    \"lat\": 25.080464,\n                    \"long\": 55.134646\n                },\n                \"contact\": {\n                    \"phone\": \"971-45741954\",\n                    \"address\": {\n                        \"line_1\": \"La Vie\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 244145.09,\n                    \"base_rate\": 221670.25,\n                    \"total_rate\": 221670.25,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_z.jpg\"\n                }\n            }\n        ]\n    }\n}"},{"id":"f244a0a4-d90a-4e41-b280-05723748ebd4","name":"200 - sync","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"in_progress\",\n    \"message\": \"properties fetched successfully\",\n    \"data\": {\n        \"total\": 0,\n        \"hotels\": null\n    }\n}"},{"id":"ae995877-6be1-4470-b271-06567cf07292","name":"400 - 1","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"correlation_id.missing\",\n            \"message\": \"Missing correlation ID in request.\",\n            \"fields\": [\n                {\n                    \"name\": \"x-correlation-id\",\n                    \"type\": \"header\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"884204be-9bc0-44bb-87db-96e7ab6f4fa9","name":"400 - 2","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": []\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"occupancy.childages.count_mismatch\",\n            \"message\": \"occupancy[0].childages must contain exactly 1 entry (received 0)\",\n            \"fields\": [\n                {\n                    \"name\": \"occupancy[0].childages\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"63cdb8a4-b55a-4d29-9e81-03c41a2baf51","name":"400 - 3","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n            0\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=100&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"100"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"currency_not_found\",\n            \"message\": \"exchange rates not found for the given currency\"\n        }\n    ],\n    \"error\": \"exchange rates not found for the given currency\",\n    \"status\": \"failed\"\n}"},{"id":"b37a2c11-0d6e-4f32-bd8c-94470b67c6d8","name":"404","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                0\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=100&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"100"},{"key":"limit","value":"10"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [],\n    \"error\": \"No data found for the given request\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"7dee37db-4167-476e-844b-34740685ec13"}],"id":"b5e93c1e-bcb3-4f65-a8af-a9926ba519b1","description":"<p>Xeni provides vacation rentals API supporting the following property types:</p>\n<ul>\n<li><p>Condo</p>\n</li>\n<li><p>Cabin</p>\n</li>\n<li><p>Chalet</p>\n</li>\n<li><p>Cottage</p>\n</li>\n<li><p>Villa</p>\n</li>\n<li><p>Apartment</p>\n</li>\n<li><p>Private vacation home</p>\n</li>\n<li><p>Houseboat</p>\n</li>\n<li><p>Aparthotel</p>\n</li>\n<li><p>Condominium resort</p>\n</li>\n<li><p>Campsite</p>\n</li>\n<li><p>Residence</p>\n</li>\n<li><p>Mobile home</p>\n</li>\n</ul>\n<p>These property types are accessible via the <code>/properties/vacation-rentals</code> endpoint, allowing you to search, view availability, pricing, and book across a wide variety of vacation rental accommodations</p>\n","_postman_id":"b5e93c1e-bcb3-4f65-a8af-a9926ba519b1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"b407d98e-9de8-44be-b3f0-e6ab355e12d4","description":"<p>The API supports detailed listings to accommodate different rental styles ranging from traditional homes (condo, apartment, cottage) to unique stays (houseboat, mobile home) and multi-unit or resort-style accommodations (aparthotel, condominium resort).</p>\n","_postman_id":"b407d98e-9de8-44be-b3f0-e6ab355e12d4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Xeni Deals API","item":[{"name":"Deals","id":"ff39939a-86fe-4a33-9434-c5071ea84acd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"*/*"},{"key":"accept-language","value":"en"},{"key":"origin","value":"https://www.xenifriends.com"},{"key":"priority","value":"u=1, i"},{"key":"referer","value":"https://www.xenifriends.com/"},{"key":"sec-ch-ua","value":"\"Google Chrome\";v=\"141\", \"Not?A_Brand\";v=\"8\", \"Chromium\";v=\"141\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"macOS\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"cross-site"},{"key":"timezone","value":"America/Los_Angeles"},{"key":"user-agent","value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36"},{"key":"x-correlation-id","value":"19cc48fa-a8c6-483e-a2ab-2500ecc75558"},{"key":"x-session-id","value":"ff73c2fb-d90a-4dd1-812b-3fbebeaf5c65"}],"url":"https://travelapi.ai/hotels/api/v2/deals?=&lat=37.9577&long=-121.291&currency=USD","description":"<p>Generated from cURL: curl '<a href=\"https://travelapi.ai/hotels/api/v2/deals?top_destination=false&amp;lat=37.9577&amp;long=-121.291&amp;currency=USD\">https://travelapi.ai/hotels/api/v2/deals?top_destination=false&amp;lat=37.9577&amp;long=-121.291&amp;currency=USD</a>' <br />  -H 'accept: <em>/</em>' <br />  -H 'accept-language: en' <br />  -H 'origin: <a href=\"https://www.xenifriends.com\">https://www.xenifriends.com</a>' <br />  -H 'priority: u=1, i' <br />  -H 'referer: <a href=\"https://www.xenifriends.com/\">https://www.xenifriends.com/</a>' <br />  -H 'sec-ch-ua: \"Google Chrome\";v=\"141\", \"Not?A_Brand\";v=\"8\", \"Chromium\";v=\"141\"' <br />  -H 'sec-ch-ua-mobile: ?0' <br />  -H 'sec-ch-ua-platform: \"macOS\"' <br />  -H 'sec-fetch-dest: empty' <br />  -H 'sec-fetch-mode: cors' <br />  -H 'sec-fetch-site: cross-site' <br />  -H 'timezone: America/Los_Angeles' <br />  -H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' <br />  -H 'x-correlation-id: 19cc48fa-a8c6-483e-a2ab-2500ecc75558' <br />  -H 'x-session-id: ff73c2fb-d90a-4dd1-812b-3fbebeaf5c65'</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"protocol":"https","path":["hotels","api","v2","deals"],"host":["travelapi","ai"],"query":[{"key":null,"value":""},{"key":"lat","value":"37.9577"},{"key":"long","value":"-121.291"},{"key":"currency","value":"USD"}],"variable":[]}},"response":[],"_postman_id":"ff39939a-86fe-4a33-9434-c5071ea84acd"}],"id":"2c6d3096-8250-4b72-a52f-57af1d44fea8","description":"<p>A hotel deals API is the backbone for travel technology platforms seeking real-time access to hotel discounts and promotions, automating search, booking, and rate management across many suppliers worldwide.</p>\n<img src=\"https://content.pstmn.io/3d5eb82a-7ba1-435e-95c4-3cc6585993ef/WGVuaSBEZWFscyBBUEkuanBn\" alt />\n\n<p>Deals will be shown for areas near the user's current location.</p>\n","_postman_id":"2c6d3096-8250-4b72-a52f-57af1d44fea8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Xeni Quick Builder","item":[{"name":"Autocomplete","item":[{"name":"Auto Complete","event":[{"listen":"test","script":{"exec":["// pm.globals.set(\"x-correlation-id\", headerValue);","// let responseData = pm.response.json();","// pm.collectionVariables.set(\"place_id\", responseData.data[0].id);","// pm.collectionVariables.set(\"lat\", responseData.data[0].location.lat);","// pm.collectionVariables.set(\"long\", responseData.data[0].location.long);"],"type":"text/javascript","packages":{},"requests":{},"id":"fdef32f6-9a84-4bb3-856e-a4475595f6db"}},{"listen":"prerequest","script":{"exec":["","",""],"type":"text/javascript","packages":{},"requests":{},"id":"5653764b-646f-4338-b6af-5c0735538b34"}}],"id":"0413b1be-2357-4ec6-a7cc-bd250e455e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}","description":"<h3 id=\"look-up-details-about-cities-points-of-interest-or-hotel-names\">Look up details about cities, Points of Interest, or Hotel Names</h3>\n<p>Use this API to search for locations or hotel names, facilitating the auto-completion of customer requests by providing relevant suggestions based on the input search string.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}</code></p>\n</li>\n<li><p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>key</code> (string): A search string used to find relevant hotel names or locations. For example, using <code>key=haw</code> will return suggestions related to \"haw\".</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><strong>Status Code:</strong> 200</p>\n</li>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n<li><p>{\"status\": \"\",\"message\": \"\",\"data\": [ { \"id\": \"\", \"country\": \"\", \"full_name\": \"\", \"location\": { \"lat\": 0, \"long\": 0 }, \"name\": \"\", \"state\": \"\", \"type\": \"\" }]}</p>\n<ul>\n<li><p><strong>status</strong>: Indicates the status of the request.</p>\n</li>\n<li><p><strong>message</strong>: Provides additional information about the request.</p>\n</li>\n<li><p><strong>data</strong>: An array of hotel suggestions, each containing:</p>\n<ul>\n<li><p><code>id</code>: Unique identifier for the hotel.</p>\n</li>\n<li><p><code>country</code>: The country where the hotel is located.</p>\n</li>\n<li><p><code>full_name</code>: The full name of the hotel.</p>\n</li>\n<li><p><code>location</code>: An object containing:</p>\n<ul>\n<li><p><code>lat</code>: Latitude of the hotel location.</p>\n</li>\n<li><p><code>long</code>: Longitude of the hotel location.</p>\n</li>\n</ul>\n</li>\n<li><p><code>name</code>: The name of the hotel.</p>\n</li>\n<li><p><code>state</code>: The state where the hotel is located.</p>\n</li>\n<li><p><code>type</code>: The type of hotel.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>IMPORTANT</strong></p>\n<p>This auto-complete will respond back with a response header \"X-correlation-id\" and this ID must be passed in the subsequent API calls as \"x-correlation-id\" request header for tracing your requests in XENI backend systems for troubleshooting, while retrying the same GET request for async calls, etc. Typically, the same <code>x-correlation_id</code> will be passed from auto-complete to search and then book.</p>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>key</code> parameter is relevant to get accurate suggestions.</p>\n</li>\n<li><p>The response will contain an array of hotel suggestions, which can be used to enhance user experience by providing relevant options based on the input.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["hotels","api","{{api_version}}","autocomplete"],"host":["{{api_host}}"],"query":[{"disabled":true,"key":"key","value":"الدوحة"},{"key":"key","value":"{{hotels_autocomplete_search_string}}"}],"variable":[]}},"response":[{"id":"a7baf6bd-98cb-46d9-8e3d-68d12b593219","name":"200 - Ok","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key={{hotels_autocomplete_search_string}}","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"{{hotels_autocomplete_search_string}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Auto suggest data fetched successfully\",\n    \"data\": [\n        {\n            \"id\": \"153760\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami Beach, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.790653,\n                \"long\": -80.130043\n            },\n            \"name\": \"Miami Beach\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"4247\",\n            \"country\": \"United States\",\n            \"full_name\": \"Florida, United States\",\n            \"location\": {\n                \"lat\": 27.780772,\n                \"long\": -81.5625\n            },\n            \"name\": \"Florida\",\n            \"state\": \"\",\n            \"type\": \"state\"\n        },\n        {\n            \"id\": \"2280\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami (and vicinity), United States\",\n            \"location\": {\n                \"lat\": 25.77178,\n                \"long\": -80.19009\n            },\n            \"name\": \"Miami (and vicinity)\",\n            \"state\": \"\",\n            \"type\": \"multicity\"\n        },\n        {\n            \"id\": \"2286\",\n            \"country\": \"United States\",\n            \"full_name\": \"Orlando (and vicinity), United States\",\n            \"location\": {\n                \"lat\": 28.54129,\n                \"long\": -81.37904\n            },\n            \"name\": \"Orlando (and vicinity)\",\n            \"state\": \"\",\n            \"type\": \"multicity\"\n        },\n        {\n            \"id\": \"4286\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami, United States\",\n            \"location\": {\n                \"lat\": 25.77178,\n                \"long\": -80.19009\n            },\n            \"name\": \"Miami\",\n            \"state\": \"\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"4389\",\n            \"country\": \"United States\",\n            \"full_name\": \"St. Petersburg, United States\",\n            \"location\": {\n                \"lat\": 27.767601,\n                \"long\": -82.640291\n            },\n            \"name\": \"St. Petersburg\",\n            \"state\": \"\",\n            \"type\": \"city\"\n        },\n        {\n            \"id\": \"33497\",\n            \"country\": \"United States\",\n            \"full_name\": \"Zoo Miami, United States\",\n            \"location\": {\n                \"lat\": 25.610528,\n                \"long\": -80.397965\n            },\n            \"name\": \"Zoo Miami\",\n            \"state\": \"\",\n            \"type\": \"pointofinterest\"\n        },\n        {\n            \"id\": \"13400\",\n            \"country\": \"United States\",\n            \"full_name\": \"Zoo Miami, United States\",\n            \"location\": {\n                \"lat\": 25.62684,\n                \"long\": -80.39372\n            },\n            \"name\": \"Zoo Miami\",\n            \"state\": \"\",\n            \"type\": \"pointofinterest\"\n        },\n        {\n            \"id\": \"114716\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami South Station, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.705052,\n                \"long\": -80.289321\n            },\n            \"name\": \"Miami South Station\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"trainstation\"\n        },\n        {\n            \"id\": \"112414\",\n            \"country\": \"United States\",\n            \"full_name\": \"Miami Station, Miami-Dade County, United States\",\n            \"location\": {\n                \"lat\": 25.849002,\n                \"long\": -80.257685\n            },\n            \"name\": \"Miami Station\",\n            \"state\": \"Miami-Dade County\",\n            \"type\": \"trainstation\"\n        }\n    ]\n}"},{"id":"2c0e4a67-6793-4723-a95d-fa15b955ef5c","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key=","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"key.invalid\",\n            \"message\": \"key is not valid\",\n            \"fields\": [\n                {\n                    \"name\": \"key\",\n                    \"type\": \"query\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"4e875c1f-5c0c-46d6-b691-3642de33b4fc","name":"404","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/autocomplete?key=3erjfov%23%23$34","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","autocomplete"],"query":[{"key":"key","value":"3erjfov%23%23$34"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"not_found\",\n            \"message\": \"No data found for the given request\"\n        }\n    ],\n    \"error\": \"No data found for the given request\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"0413b1be-2357-4ec6-a7cc-bd250e455e64"}],"id":"b81c541e-9a09-41c6-9055-c8788d4d6d22","description":"<p>An <strong>autocomplete API</strong> helps users quickly find and select hotel names, places, point of interest, airport and address by providing instant, relevant suggestions based on partial input, improving efficiency and user experience in travel.</p>\n","_postman_id":"b81c541e-9a09-41c6-9055-c8788d4d6d22","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Search","item":[{"name":"Search","id":"09562d85-b4f7-4ff0-8503-e90d8fbaac23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 2,\n            \"childs\": 0,\n            \"childages\": [\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"US\",\n    \"place_id\": \"\",\n     \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"asc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0,\n        //\"distnace\": 1,\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=50&amenities=true","description":"<h2 id=\"hotel-search-api\">Hotel Search API</h2>\n<p>This API allows you to search for hotels based on specified criteria, enabling you to find accommodations that suit your needs. You can filter results based on various parameters including check-in and check-out dates, occupancy details, and geographical location.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>URL:</strong> <code>{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&amp;page=1&amp;limit=50&amp;amenities=true</code><br /><strong>Method:</strong> POST</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>checkin_date</strong> (string): The date when the guest will check in.</p>\n</li>\n<li><p><strong>checkout_date</strong> (string): The date when the guest will check out.</p>\n</li>\n<li><p><strong>occupancy</strong> (array): An array of occupancy details, where each object contains:</p>\n<ul>\n<li><p><strong>adults</strong> (integer): The number of adults.</p>\n</li>\n<li><p><strong>childs</strong> (integer): The number of children.</p>\n</li>\n<li><p><strong>childages</strong> (array of integers): An array representing the ages of the children.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>lat</strong> (object): An object that should contain latitude information for location-based filtering.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be returned in JSON format and will include the following structure:</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the request (e.g., success or error).</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request status.</p>\n</li>\n<li><p><strong>data</strong> (object): Contains the following properties:</p>\n<ul>\n<li><p><strong>total</strong> (integer): The total number of hotels found based on the search criteria.</p>\n</li>\n<li><p><strong>hotels</strong> (array): An array of hotel objects, where each hotel object contains:</p>\n<ul>\n<li><p><strong>property_id</strong> (string): Unique identifier for the hotel property.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the hotel.</p>\n</li>\n<li><p><strong>location</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>lat</strong> (float): Latitude of the hotel.</p>\n</li>\n<li><p><strong>long</strong> (float): Longitude of the hotel.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>contact</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>phone</strong> (string): Contact phone number of the hotel.</p>\n</li>\n<li><p><strong>address</strong> (object): An object containing address details:</p>\n<ul>\n<li><p><strong>line_1</strong> (string): First line of the address.</p>\n</li>\n<li><p><strong>country</strong> (string): Country where the hotel is located.</p>\n</li>\n<li><p><strong>state</strong> (string): State where the hotel is located.</p>\n</li>\n<li><p><strong>city</strong> (string): City where the hotel is located.</p>\n</li>\n<li><p><strong>postal_code</strong> (string): Postal code of the hotel location.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>ratings</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>star_rating</strong> (integer): Star rating of the hotel.</p>\n</li>\n<li><p><strong>user_rating</strong> (float): User rating of the hotel.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rate</strong> (object): An object containing:</p>\n<ul>\n<li><p><strong>base_rate</strong> (float): Base rate for the hotel.</p>\n</li>\n<li><p><strong>total_rate</strong> (float): Total rate including taxes and fees.</p>\n</li>\n<li><p><strong>tax_and_fees</strong> (float): Total taxes and fees applicable.</p>\n</li>\n<li><p><strong>currency</strong> (string): Currency of the rates.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>amenities</strong> (array of strings): List of amenities offered by the hotel.</p>\n</li>\n<li><p><strong>image</strong> (object): An object containing image URLs:</p>\n<ul>\n<li><p><strong>thumbnail</strong> (string): URL for the thumbnail image.</p>\n</li>\n<li><p><strong>large</strong> (string): URL for the large image.</p>\n</li>\n<li><p><strong>extra_large</strong> (string): URL for the extra-large image.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>chain</strong> (string): The hotel chain name, if applicable.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<p>Make sure to include the appropriate headers in your request, such as <code>Content-Type: application/json</code> to specify the format of the request body.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["hotels","api","{{api_version}}","properties"],"host":["{{api_host}}"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"50"},{"key":"amenities","value":"true"}],"variable":[]}},"response":[{"id":"36cb2a92-3c2b-40c7-a0ec-aa6b42dbcb0a","name":"200 - async","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"US\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=50","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"properties fetched successfully\",\n    \"data\": {\n        \"total\": 915,\n        \"hotels\": [\n            {\n                \"property_id\": \"XN4gSdzropaU\",\n                \"name\": \"Vogue 7 mins Sky Dubai 3 mins Cirle Mall\",\n                \"location\": {\n                    \"lat\": 25.064923,\n                    \"long\": 55.201848\n                },\n                \"contact\": {\n                    \"phone\": \"971-528220626\",\n                    \"address\": {\n                        \"line_1\": \"Jumeirah Village Circle\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 5260383.65,\n                    \"base_rate\": 4735159.61,\n                    \"total_rate\": 4735159.61,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/112000000/111040000/111033700/111033692/3a39221e_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNHmiWuIOXV7\",\n                \"name\": \"Grand Hyatt Dubai\",\n                \"location\": {\n                    \"lat\": 25.227608,\n                    \"long\": 55.328003\n                },\n                \"contact\": {\n                    \"phone\": \"971-4-3171234\",\n                    \"address\": {\n                        \"line_1\": \"Riyadh Street, Sheikh Rashid Road\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 5,\n                    \"user_rating\": 4.6\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 575928.73,\n                    \"total_rate\": 575928.73,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/1000000/30000/20400/20321/38817bb1_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNpVQptundGS\",\n                \"name\": \"Maison Privee - Ultra Chic High-Floor Apt w/ Direct Burj Khalifa & Fountains Views\",\n                \"location\": {\n                    \"lat\": 25.197076,\n                    \"long\": 55.274263\n                },\n                \"contact\": {\n                    \"phone\": \"971-45741954\",\n                    \"address\": {\n                        \"line_1\": \"Dubai Mall, Sheikh Mohammed bin Rashid\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 574117.48,\n                    \"base_rate\": 521723.83,\n                    \"total_rate\": 521723.83,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/96000000/95260000/95251300/95251269/8fdca12d_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNn5HMFKPUm3\",\n                \"name\": \"Maison Privee Private Pool and Beach Access Villa w/ Cinematic Vws\",\n                \"location\": {\n                    \"lat\": 25.113977,\n                    \"long\": 55.131497\n                },\n                \"contact\": {\n                    \"phone\": \"971-4-45741954\",\n                    \"address\": {\n                        \"line_1\": \"Al Bateen, Dubai Marina\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 553235.12,\n                    \"base_rate\": 504208.18,\n                    \"total_rate\": 504208.18,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/49000000/48920000/48914700/48914671/9d45988d_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XN3hk4Qw2K91\",\n                \"name\": \"Lovely Studio with Cozy Balcony and Outdoor Pool\",\n                \"location\": {\n                    \"lat\": 25.208695,\n                    \"long\": 55.315403\n                },\n                \"contact\": {\n                    \"phone\": \"971-524879302\",\n                    \"address\": {\n                        \"line_1\": \"Farhad Azizi Residence, Al Jaddaf\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 276987.05,\n                    \"total_rate\": 276987.05,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/100000000/99640000/99637700/99637633/72643b9b_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNn32GBi8Bbp\",\n                \"name\": \"The Biltmore Hotel Villas, Dubai\",\n                \"location\": {\n                    \"lat\": 25.11438,\n                    \"long\": 55.198638\n                },\n                \"contact\": {\n                    \"phone\": \"971-430-85555\",\n                    \"address\": {\n                        \"line_1\": \"24th Street al Barsha, Dubai\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"393320\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 5,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 271447.36,\n                    \"total_rate\": 271447.36,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/103000000/102630000/102621600/102621563/0181c084_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNNt3c2FrLTR\",\n                \"name\": \"LUX The JW Marina Studio 3\",\n                \"location\": {\n                    \"lat\": 25.077223,\n                    \"long\": 55.140423\n                },\n                \"contact\": {\n                    \"phone\": \"971-45755982\",\n                    \"address\": {\n                        \"line_1\": \"66 Al Marsa St\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 268109.07,\n                    \"total_rate\": 268109.07,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/110000000/109780000/109771500/109771463/fb78a66c_edited_d7a5_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNBNFmfd6zLt\",\n                \"name\": \"Modern and Cozy Studio at Seven Palm\",\n                \"location\": {\n                    \"lat\": 25.111965,\n                    \"long\": 55.138526\n                },\n                \"contact\": {\n                    \"phone\": \"971-585953099\",\n                    \"address\": {\n                        \"line_1\": \"Seven Palm\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"Dubai\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"000000\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 262598.67,\n                    \"total_rate\": 262598.67,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/109000000/108510000/108504400/108504312/bb6c74f2_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNArXbuSugtC\",\n                \"name\": \"Cozy studio apartment in JVC\",\n                \"location\": {\n                    \"lat\": 25.064113,\n                    \"long\": 55.207492\n                },\n                \"contact\": {\n                    \"phone\": \"971-585953099\",\n                    \"address\": {\n                        \"line_1\": \"Jumeirah Village Circle\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"UAE\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 2,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 0,\n                    \"base_rate\": 262598.67,\n                    \"total_rate\": 262598.67,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/109000000/108960000/108956800/108956754/c4c5bfb9_z.jpg\"\n                }\n            },\n            {\n                \"property_id\": \"XNFQxhrWGrQn\",\n                \"name\": \"Maison Privee - Upscale Apt w/ Open Sea and Bluewaters Vws in JBR\",\n                \"location\": {\n                    \"lat\": 25.080464,\n                    \"long\": 55.134646\n                },\n                \"contact\": {\n                    \"phone\": \"971-45741954\",\n                    \"address\": {\n                        \"line_1\": \"La Vie\",\n                        \"country\": \"United Arab Emirates\",\n                        \"state\": \"\",\n                        \"city\": \"Dubai\",\n                        \"postal_code\": \"\"\n                    }\n                },\n                \"ratings\": {\n                    \"star_rating\": 0,\n                    \"user_rating\": 0\n                },\n                \"rates\": {\n                    \"retail_price\": 244145.09,\n                    \"base_rate\": 221670.25,\n                    \"total_rate\": 221670.25,\n                    \"tax_and_fees\": 0,\n                    \"currency\": \"INR\"\n                },\n                \"image\": {\n                    \"thumbnail\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_t.jpg\",\n                    \"large\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_b.jpg\",\n                    \"extra_large\": \"https://i.travelapi.com/lodging/102000000/101350000/101348000/101347937/d67c8d23_z.jpg\"\n                }\n            }\n        ]\n    }\n}"},{"id":"aefc51ef-928a-47ef-8825-ad5f27a4574c","name":"200 - sync","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/api/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","api","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"in_progress\",\n    \"message\": \"properties fetched successfully\",\n    \"data\": {\n        \"total\": 0,\n        \"hotels\": null\n    }\n}"},{"id":"556e08f8-6121-4bb4-85b2-aac9f0cf1228","name":"400 - 1","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                1\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"correlation_id.missing\",\n            \"message\": \"Missing correlation ID in request.\",\n            \"fields\": [\n                {\n                    \"name\": \"x-correlation-id\",\n                    \"type\": \"header\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"26a49006-cf46-4830-acca-f0d828607630","name":"400 - 2","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": []\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=1&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"occupancy.childages.count_mismatch\",\n            \"message\": \"occupancy[0].childages must contain exactly 1 entry (received 0)\",\n            \"fields\": [\n                {\n                    \"name\": \"occupancy[0].childages\",\n                    \"type\": \"body\"\n                }\n            ]\n        }\n    ],\n    \"error\": \"An invalid request was sent in, please check the nested errors for details\",\n    \"status\": \"failed\"\n}"},{"id":"7a55b8de-c2a6-4aa5-b8d7-35f92212c907","name":"400 - 3","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n            0\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=100&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"100"},{"key":"limit","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [\n        {\n            \"type\": \"currency_not_found\",\n            \"message\": \"exchange rates not found for the given currency\"\n        }\n    ],\n    \"error\": \"exchange rates not found for the given currency\",\n    \"status\": \"failed\"\n}"},{"id":"8f8f6ffe-3b39-47b0-bb0b-1fe8d421c1f9","name":"404","originalRequest":{"method":"POST","header":[{"key":"x-correlation-id","value":""}],"body":{"mode":"raw","raw":"{\n    \"checkin_date\": \"\",\n    \"checkout_date\": \"\",\n    \"occupancy\": [\n        {\n            \"adults\": 1,\n            \"childs\": 1,\n            \"childages\": [\n                0\n            ]\n        }\n    ],\n    \"lat\": ,\n    \"long\": ,\n    \"country_of_residence\": \"IN\",\n    \"place_id\": \"\",\n    // \"radius\": 100,\n    \"sort\": [\n        {\n            \"key\": \"price\",\n            \"order\": \"desc\"\n        }\n    ],\n    \"filters\": {\n        \"ratings\": [\n            // 5\n        ]\n        // \"amenities\": [],\n        // \"name\": \"Fern Sattva\"\n        // \"min_price\": 0,\n        // \"max_price\": 0\n    },\n    \"is_async\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/hotels/{{api_version}}/properties?currency=USD&page=100&limit=10","host":["{{api_host}}"],"path":["hotels","{{api_version}}","properties"],"query":[{"key":"currency","value":"USD"},{"key":"page","value":"100"},{"key":"limit","value":"10"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"desc\": [],\n    \"error\": \"No data found for the given request\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"09562d85-b4f7-4ff0-8503-e90d8fbaac23"}],"id":"c15d4e99-d78b-4268-9c8d-04f21e4e64f6","description":"<p>The <strong>Hotel Search API</strong> serves as a robust interface for querying hotel availability, rates, and details, streamlining the booking process while offering accurate, real-time information to end-users or partner platforms.</p>\n<h5 id=\"features\"><strong>Features</strong></h5>\n<ul>\n<li><p><strong>Search:</strong> Real-time search based on the search criteria</p>\n</li>\n<li><p><strong>Hotel Details:</strong> Details about the hotel and its available rooms base on the search criteria which covers address, amenities, room types, images, policies, general information etc.,</p>\n</li>\n<li><p><strong>Filtering &amp; Sorting:</strong> Supports filtering by location, price range, star ratings, amenities, and more</p>\n</li>\n<li><p><strong>Availability:</strong> Provides rooms and rates for a specified search criteria for a particular hotel</p>\n</li>\n</ul>\n","_postman_id":"c15d4e99-d78b-4268-9c8d-04f21e4e64f6","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"f27231e1-d83d-4dc6-a792-7ec26a701a43","description":"<p>This guide provides technical specifications for integrating with our Single Sign-On (SSO) system in a production environment. The SSO integration enables seamless authentication between your platform and Xeni's booking engine, allowing users to access booking services without requiring separate authentication.</p>\n<h2 id=\"quick-builder-integration\">Quick Builder Integration:</h2>\n<h2 id=\"overview\">Overview</h2>\n<p>This guide provides technical specifications for integrating with our Single Sign-On (SSO) system in a production environment. The SSO integration enables seamless authentication between your platform and Xeni's booking engine, allowing users to access booking services without requiring separate authentication.</p>\n<h2 id=\"integration-architecture\">Integration Architecture</h2>\n<h3 id=\"high-level-flow\">High-Level Flow</h3>\n<ol>\n<li><p>User authenticates on your platform</p>\n</li>\n<li><p>Your platform generates a JWT token with user information</p>\n</li>\n<li><p>User is redirected to Xeni's SSO endpoint with the JWT</p>\n</li>\n<li><p>Xeni validates the JWT by calling your validation endpoint (callback model)</p>\n</li>\n<li><p>Your endpoint verifies the token signature and returns user data</p>\n</li>\n<li><p>Upon successful validation, Xeni creates a session for the user</p>\n</li>\n<li><p>User accesses Xeni's booking services with authenticated session</p>\n</li>\n</ol>\n<h3 id=\"validation-model\">Validation Model</h3>\n<p><strong>Important</strong>: This integration uses a <strong>callback validation model</strong>:</p>\n<ul>\n<li><p>Xeni does NOT verify JWT signatures directly</p>\n</li>\n<li><p>Instead, Xeni sends the token back to your validation endpoint</p>\n</li>\n<li><p>Your endpoint performs all cryptographic verification using your secret key</p>\n</li>\n<li><p>Xeni trusts the response from your validation endpoint</p>\n</li>\n<li><p>This approach keeps your secret key secure on your infrastructure only</p>\n</li>\n</ul>\n<h3 id=\"key-components\">Key Components</h3>\n<ul>\n<li><p><strong>JWT Token</strong>: Secure token containing user information, signed with your secret key</p>\n</li>\n<li><p><strong>Validation Endpoint</strong>: Your API endpoint that verifies JWT signatures and returns user data</p>\n</li>\n<li><p><strong>SSO Redirect</strong>: Mechanism to transfer authenticated users to Xeni with their JWT</p>\n</li>\n</ul>\n<h2 id=\"technical-requirements\">Technical Requirements</h2>\n<h3 id=\"1-environment-prerequisites\">1. Environment Prerequisites</h3>\n<ul>\n<li><p><strong>HTTPS-enabled production domain</strong></p>\n</li>\n<li><p><strong>Valid SSL certificate</strong></p>\n</li>\n<li><p><strong>Stable API endpoint availability (99.9% uptime)</strong></p>\n</li>\n<li><p><strong>Support for POST requests with JSON payloads</strong></p>\n</li>\n<li><p><strong>Response time under 2 seconds for validation requests</strong></p>\n</li>\n</ul>\n<h3 id=\"2-required-credentials\">2. Required Credentials</h3>\n<p>You will need to provide:</p>\n<ul>\n<li><p><strong>JWT Validation URL</strong>: <code>https://your-domain.com/api/jwt-validation/validate</code></p>\n</li>\n<li><p><strong>JWT Secret Key</strong>: Minimum 32 characters, cryptographically secure</p>\n</li>\n<li><p><strong>Issuer URL</strong>: Your production domain (e.g., <code>https://your-domain.com</code>)</p>\n</li>\n</ul>\n<p>We will provide:</p>\n<ul>\n<li><p><strong>Xeni API Key</strong>: For API authentication</p>\n</li>\n<li><p><strong>Xeni SSO URL</strong>: Production SSO endpoint</p>\n</li>\n<li><p><strong>Xeni Base URL</strong>: Production API endpoint</p>\n</li>\n</ul>\n<h2 id=\"jwt-token-specification\">JWT Token Specification</h2>\n<h3 id=\"token-structure\">Token Structure</h3>\n<p>Your JWT tokens must use the HS256 algorithm and include the following claims:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"iss\": \"https://your-domain.com\",    // Your production domain\n  \"iat\": 1234567890,                    // Issued at timestamp\n  \"exp\": 1234568690,                    // Expiration (recommended: 30 minutes)\n  \"user_id\": \"unique_user_id\",          // Unique user identifier\n  \"email\": \"user@example.com\",          // User's email address\n  \"first_name\": \"John\",                 // User's first name\n  \"last_name\": \"Doe\"                    // User's last name\n}\n\n</code></pre>\n<h3 id=\"token-requirements\">Token Requirements</h3>\n<ul>\n<li><p><strong>Algorithm</strong>: HS256 (HMAC with SHA-256)</p>\n</li>\n<li><p><strong>Secret Key</strong>: Minimum 32 characters, shared with Xeni</p>\n</li>\n<li><p><strong>Expiration</strong>: Maximum 30 minutes from issue time</p>\n</li>\n<li><p><strong>Required Claims</strong>: All fields listed above are mandatory</p>\n</li>\n<li><p><strong>Character Encoding</strong>: UTF-8 for all string values</p>\n</li>\n</ul>\n<h3 id=\"token-generation-example-pseudocode\">Token Generation Example (Pseudocode)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">const jwt = require('jsonwebtoken');\nconst token = jwt.sign({\n  iss: 'https://your-domain.com',\n  iat: Math.floor(Date.now() / 1000),\n  exp: Math.floor(Date.now() / 1000) + 1800, // 30 minutes\n  user_id: user.id,\n  email: user.email,\n  first_name: user.firstName,\n  last_name: user.lastName\n}, JWT_SECRET_KEY, { algorithm: 'HS256' });\n\n</code></pre>\n<h2 id=\"api-endpoints\">API Endpoints</h2>\n<h3 id=\"jwt-validation-endpoint-callback\">JWT Validation Endpoint (Callback)</h3>\n<p>Your platform must expose a validation endpoint that Xeni will call back to verify JWT tokens. This endpoint performs all the cryptographic verification of the JWT signature.</p>\n<p><strong>Endpoint</strong>: <code>POST /api/jwt-validation/validate</code></p>\n<p><strong>How it works</strong>:</p>\n<ol>\n<li><p>Xeni receives the JWT from the SSO redirect</p>\n</li>\n<li><p>Xeni makes a POST request to this endpoint with the token</p>\n</li>\n<li><p>Your endpoint verifies the JWT signature using your secret key</p>\n</li>\n<li><p>Your endpoint extracts and returns the user information</p>\n</li>\n<li><p>Xeni uses the returned data to create the user session</p>\n</li>\n</ol>\n<p><strong>Request Headers</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Content-Type: application/json\n\n</code></pre><p><strong>Request Body</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"jwtToken\": \"eyJhbGciOiJIUzI1NiIs...\"\n}\n\n</code></pre>\n<p><strong>Success Response (200 OK)</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": true,\n  \"msg\": \"User token validated\",\n  \"data\": {\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"email\": \"user@example.com\",\n    \"user_id\": \"unique_user_id\"\n  }\n}\n\n</code></pre>\n<p><strong>Error Response (401 Unauthorized)</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": false,\n  \"msg\": \"Invalid or expired token\",\n  \"data\": null\n}\n\n</code></pre>\n<h3 id=\"response-requirements\">Response Requirements</h3>\n<ul>\n<li><p><strong>Response Time</strong>: Must respond within 2 seconds</p>\n</li>\n<li><p><strong>Content-Type</strong>: Must return <code>application/json</code></p>\n</li>\n<li><p><strong>Status Codes</strong>: Use standard HTTP status codes (200 for success, 401 for invalid token, 500 for server errors)</p>\n</li>\n<li><p><strong>Data Consistency</strong>: Returned user data must match the JWT claims</p>\n</li>\n</ul>\n<h2 id=\"sso-redirect-implementation\">SSO Redirect Implementation</h2>\n<h3 id=\"redirect-url-format\">Redirect URL Format</h3>\n<p>To initiate SSO, redirect users to:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://your-xeni-domain.com/sso?token={JWT_TOKEN}&amp;navigateTo={ENCODED_DESTINATION}\n\n</code></pre><p><strong>Parameters</strong>:</p>\n<ul>\n<li><p><code>token</code>: The JWT token (URL-safe encoded)</p>\n</li>\n<li><p><code>navigateTo</code>: URL-encoded destination path within Xeni's platform</p>\n</li>\n</ul>\n<h3 id=\"destination-path-structure\">Destination Path Structure</h3>\n<p>The <code>navigateTo</code> parameter should contain the specific Xeni page and context:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>booknow/hotels/v2/search?correlationId=75e057d3-5229-4f9f-9418-821f2a633ff3&amp;endDate=2025-10-24&amp;forceGet=true&amp;location={\"id\":\"2285\",\"country\":\"United States\",\"full_name\":\"New York (and vicinity), New York, United States of America\",\"location\":{\"lat\":40.75668,\"long\":-73.98647},\"name\":\"New York (and vicinity)\",\"type\":\"multicity\"}&amp;nationality={\"name\":\"India\",\"alpha2Code\":\"IN\",\"city\":\"Chennai\",\"state\":\"Tamil Nadu\"}&amp;occupancy=[{\"id\":\"0myriyMWXhItbTC63UGNH\",\"numOfRoom\":1,\"adults\":2,\"childs\":1,\"childages\":[10]}]&amp;paging={\"pageNo\":1,\"pageSize\":50}&amp;preference=[\"Adventure sport\",\"Beach\",\"Boutique\",\"Business\"]&amp;startDate=2025-10-23&amp;stayPeriod={\"start\":\"2025-10-23\",\"end\":\"2025-10-24\"}\n\n</code></pre><h3 id=\"payload-structure\">Payload Structure</h3>\n<p>The <code>payloadHotel</code> parameter requires specific formatting:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"cityId\": \"city_identifier\",\n  \"checkInDate\": \"YYYY-MM-DD\",\n  \"checkOutDate\": \"YYYY-MM-DD\",\n  \"rooms\": [{\n    \"adults\": 2,\n    \"children\": 0\n  }],\n  \"nationality\": \"US\",\n  \"cityName\": \"City Name\",\n  \"stateName\": \"State Name\",\n  \"countryName\": \"Country Name\"\n}\n\n</code></pre>\n<h2 id=\"configuration-steps\">Configuration Steps</h2>\n<h3 id=\"1-on-your-platform\">1. On Your Platform</h3>\n<ol>\n<li><p><strong>Generate JWT Secret Key</strong>:</p>\n<ul>\n<li><p>Use a cryptographically secure random generator</p>\n</li>\n<li><p>Minimum 32 characters</p>\n</li>\n<li><p>Store securely in environment variables</p>\n</li>\n<li><p>Never commit to version control</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Implement Validation Endpoint</strong>:</p>\n<ul>\n<li><p>Create POST endpoint at <code>/api/jwt-validation/validate</code></p>\n</li>\n<li><p>Implement JWT verification logic</p>\n</li>\n<li><p>Return user data in specified format</p>\n</li>\n<li><p>Add appropriate error handling</p>\n</li>\n</ul>\n</li>\n<li><p>JWT_AUTH_SECRET_KEY=your-secure-32-char-minimum-key XENI_API_KEY=provided-by-xeni XENI_SSO_URL=<a href=\"https://your-xeni-domain.com/sso\">https://your-xeni-domain.com/sso</a></p>\n</li>\n<li><p><strong>Implement SSO Redirect Logic</strong>:</p>\n<ul>\n<li><p>Generate JWT for authenticated users</p>\n</li>\n<li><p>Construct proper redirect URL</p>\n</li>\n<li><p>Handle destination context properly</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"2-configure-your-xeni-whitelabel-platform\">2. Configure Your Xeni Whitelabel Platform</h3>\n<p>In your Xeni whitelabel admin panel, you need to input the following SSO settings:</p>\n<ol>\n<li><p><strong>JWT Validation URL</strong> (Required): Your production validation endpoint (e.g., <code>https://your-domain.com/api/jwt-validation/validate</code>)</p>\n<ul>\n<li><p>This is where Xeni will send callback requests to verify tokens</p>\n</li>\n<li><p>Your endpoint handles all token verification using your secret key</p>\n</li>\n</ul>\n</li>\n<li><p><strong>JWT Token Field</strong> (If present in configuration):</p>\n<ul>\n<li><p>Enter: <code>JWTtoken</code> (exactly as shown)</p>\n</li>\n<li><p>Note: This is NOT your actual secret key - just enter the text \"JWTtoken\"</p>\n</li>\n<li><p>Xeni uses a callback validation model where they send tokens to your endpoint for verification</p>\n</li>\n<li><p>The actual token verification and secret key usage happens on YOUR server only</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Issuer Domain</strong> (Required): Your production domain where tokens are generated</p>\n<ul>\n<li><p>Must match the <code>iss</code> claim in your JWT tokens</p>\n</li>\n<li><p>Used for security validation to ensure tokens come from authorized sources</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Support Contact</strong>: Technical contact for integration issues</p>\n</li>\n</ol>\n<h3 id=\"3-verification\">3. Verification</h3>\n<p>After entering these settings in your Xeni whitelabel platform, verify:</p>\n<ol>\n<li><p>The validation endpoint URL is correctly entered and accessible from Xeni's servers</p>\n</li>\n<li><p>If JWT field was present, confirm you entered <code>JWTtoken</code> (the literal text)</p>\n</li>\n<li><p>The issuer domain matches your production domain exactly</p>\n</li>\n<li><p>Your validation endpoint correctly verifies tokens and returns user data</p>\n</li>\n<li><p>Test the integration with a test user account end-to-end</p>\n</li>\n</ol>\n<h2 id=\"security-requirements\">Security Requirements</h2>\n<h3 id=\"mandatory-security-measures\">Mandatory Security Measures</h3>\n<ol>\n<li><p><strong>HTTPS Only</strong>: All endpoints must use TLS 1.2 or higher</p>\n</li>\n<li><p><strong>Secret Key Management</strong>:</p>\n<ul>\n<li><p>Use environment variables for secrets</p>\n</li>\n<li><p>Rotate keys every 90 days</p>\n</li>\n<li><p>Never expose keys in client-side code</p>\n</li>\n<li><p>Use different keys for different environments</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Rate Limiting</strong>:</p>\n<ul>\n<li><p>Implement rate limiting on validation endpoint</p>\n</li>\n<li><p>Suggested: 100 requests per minute per IP</p>\n</li>\n<li><p>Return 429 status code when limit exceeded</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Input Validation</strong>:</p>\n<ul>\n<li><p>Validate all incoming JWT tokens</p>\n</li>\n<li><p>Sanitize user data before returning</p>\n</li>\n<li><p>Implement request size limits (max 10KB)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Monitoring</strong>:</p>\n<ul>\n<li><p>Log all validation attempts</p>\n</li>\n<li><p>Monitor for failed validation patterns</p>\n</li>\n<li><p>Alert on unusual activity</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"recommended-security-practices\">Recommended Security Practices</h3>\n<ul>\n<li><p>Implement CORS policies restricting origins</p>\n</li>\n<li><p>Use Web Application Firewall (WAF)</p>\n</li>\n<li><p>Enable DDoS protection</p>\n</li>\n<li><p>Implement IP allowlisting if feasible</p>\n</li>\n<li><p>Regular security audits</p>\n</li>\n</ul>\n<h2 id=\"testing--validation\">Testing &amp; Validation</h2>\n<h3 id=\"pre-production-testing\">Pre-Production Testing</h3>\n<ol>\n<li><p><strong>JWT Generation Test</strong>:</p>\n<ul>\n<li><p>Verify token contains all required claims</p>\n</li>\n<li><p>Confirm expiration is set correctly</p>\n</li>\n<li><p>Validate signature with shared secret</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Validation Endpoint Test</strong>:</p>\n<ul>\n<li><p>Test with valid token → expect 200 response</p>\n</li>\n<li><p>Test with expired token → expect 401 response</p>\n</li>\n<li><p>Test with invalid signature → expect 401 response</p>\n</li>\n<li><p>Test with missing claims → expect 401 response</p>\n</li>\n</ul>\n</li>\n<li><p><strong>End-to-End Flow Test</strong>:</p>\n<ul>\n<li><p>Authenticate a test user on your platform</p>\n</li>\n<li><p>Generate JWT and initiate SSO redirect</p>\n</li>\n<li><p>Verify successful landing on Xeni booking page</p>\n</li>\n<li><p>Confirm user session is established</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"validation-checklist\">Validation Checklist</h3>\n<ul>\n<li><p>HTTPS enabled on production domain</p>\n</li>\n<li><p>Validation endpoint responds within 2 seconds</p>\n</li>\n<li><p>JWT tokens expire within 30 minutes</p>\n</li>\n<li><p>All required claims present in JWT</p>\n</li>\n<li><p>Validation endpoint returns correct format</p>\n</li>\n<li><p>Rate limiting implemented</p>\n</li>\n<li><p>Security headers configured</p>\n</li>\n<li><p>Error handling returns appropriate status codes</p>\n</li>\n<li><p>Monitoring and logging in place</p>\n</li>\n</ul>\n<h2 id=\"troubleshooting-guide\">Troubleshooting Guide</h2>\n<h3 id=\"common-issues-and-solutions\">Common Issues and Solutions</h3>\n<h4 id=\"1-invalid-token-error\">1. \"Invalid Token\" Error</h4>\n<p><strong>Symptoms</strong>: Users receive authentication error after redirect</p>\n<p><strong>Possible Causes</strong>:</p>\n<ul>\n<li><p>JWT secret key mismatch between systems</p>\n</li>\n<li><p>Token expired (check <code>exp</code> claim)</p>\n</li>\n<li><p>Missing required claims in JWT</p>\n</li>\n<li><p>Incorrect token encoding</p>\n</li>\n</ul>\n<p><strong>Solution</strong>:</p>\n<ul>\n<li><p>Verify shared secret key matches exactly</p>\n</li>\n<li><p>Ensure token expiration is at least 5 minutes in future</p>\n</li>\n<li><p>Validate all required claims are present</p>\n</li>\n<li><p>Use standard JWT libraries for encoding</p>\n</li>\n</ul>\n<h4 id=\"2-validation-endpoint-timeout\">2. \"Validation Endpoint Timeout\"</h4>\n<p><strong>Symptoms</strong>: SSO fails with timeout error</p>\n<p><strong>Possible Causes</strong>:</p>\n<ul>\n<li><p>Endpoint taking longer than 2 seconds to respond</p>\n</li>\n<li><p>Network connectivity issues</p>\n</li>\n<li><p>Database query performance</p>\n</li>\n</ul>\n<p><strong>Solution</strong>:</p>\n<ul>\n<li><p>Optimize validation endpoint performance</p>\n</li>\n<li><p>Implement caching for user data</p>\n</li>\n<li><p>Check network latency between systems</p>\n</li>\n<li><p>Review database query performance</p>\n</li>\n</ul>\n<h4 id=\"3-user-not-found-after-successful-validation\">3. \"User Not Found\" After Successful Validation</h4>\n<p><strong>Symptoms</strong>: JWT validates but user session not created</p>\n<p><strong>Possible Causes</strong>:</p>\n<ul>\n<li><p>User data format incorrect</p>\n</li>\n<li><p>Email address mismatch</p>\n</li>\n<li><p>Special characters not properly encoded</p>\n</li>\n</ul>\n<p><strong>Solution</strong>:</p>\n<ul>\n<li><p>Ensure returned data matches JWT claims exactly</p>\n</li>\n<li><p>Verify email format is valid</p>\n</li>\n<li><p>Check UTF-8 encoding for special characters</p>\n</li>\n<li><p>Confirm user_id is consistent</p>\n</li>\n</ul>\n<h4 id=\"4-redirect-loop-issue\">4. \"Redirect Loop\" Issue</h4>\n<p><strong>Symptoms</strong>: User stuck in redirect cycle</p>\n<p><strong>Possible Causes</strong>:</p>\n<ul>\n<li><p>Session not properly established</p>\n</li>\n<li><p>Cookie settings blocking session</p>\n</li>\n<li><p>Incorrect redirect URL format</p>\n</li>\n</ul>\n<p><strong>Solution</strong>:</p>\n<ul>\n<li><p>Verify SSO URL parameters are correct</p>\n</li>\n<li><p>Check browser cookie settings</p>\n</li>\n<li><p>Ensure proper URL encoding of parameters</p>\n</li>\n<li><p>Review redirect logic implementation</p>\n</li>\n</ul>\n<h3 id=\"debug-logging\">Debug Logging</h3>\n<p>For troubleshooting, implement comprehensive logging:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"timestamp\": \"2024-01-20T10:30:00Z\",\n  \"event\": \"jwt_validation\",\n  \"user_id\": \"user123\",\n  \"status\": \"success|failure\",\n  \"error_details\": \"if applicable\",\n  \"response_time_ms\": 150\n}\n\n</code></pre>\n<h2 id=\"appendix\">Appendix</h2>\n<h3 id=\"a-environment-variables-reference\">A. Environment Variables Reference</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-env\"># Required for Production\nJWT_AUTH_SECRET_KEY=            # Shared secret for JWT signing (min 32 chars)\nPRODUCTION_DOMAIN=              # Your production domain\nXENI_API_KEY=                   # Provided by Xeni\nXENI_SECRET_KEY=                # Secret key provided by Xeni\nXENI_SSO_URL=                   # Production SSO endpoint\nXENI_BASE_URL=                  # Production API base URL\n# Optional Configuration\nJWT_EXPIRATION_MINUTES=30       # Token expiration time\nRATE_LIMIT_PER_MINUTE=100       # Validation endpoint rate limit\nLOG_LEVEL=info                  # Logging verbosity\n\n</code></pre>\n<h3 id=\"b-glossary\">B. Glossary</h3>\n<ul>\n<li><p><strong>JWT</strong>: JSON Web Token - Secure token format for transmitting user information</p>\n</li>\n<li><p><strong>SSO</strong>: Single Sign-On - Authentication mechanism allowing one login for multiple services</p>\n</li>\n<li><p><strong>HS256</strong>: HMAC with SHA-256 - Symmetric signing algorithm for JWTs</p>\n</li>\n<li><p><strong>Issuer (iss)</strong>: JWT claim identifying the token creator</p>\n</li>\n<li><p><strong>Claims</strong>: Data contained within a JWT token</p>\n</li>\n<li><p><strong>Validation Endpoint</strong>: API endpoint that verifies JWT authenticity</p>\n</li>\n</ul>\n","_postman_id":"f27231e1-d83d-4dc6-a792-7ec26a701a43","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"a864f846-b2c6-4516-8ee0-4b76829c86b3","description":"<p>V2 is the latest travel API, powered by the Xeni booking engine, and built to comply with OpenAPI standards</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["// Generate a unique ID (UUID v4)","const uuid = crypto.randomUUID();","","// Save it to a collection variable","pm.collectionVariables.set(\"x-correlation-id\", uuid);"],"id":"1cbda8b5-7d65-4280-be9c-88b15bffa6e2"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["","let uuid_response = pm.response.headers.get(\"x-correlation-id\");","let url = pm.request.url.toString();","","if (url.includes(\"autocomplete\")){","pm.collectionVariables.set(\"correlation_id_from_auto_complete\",uuid_response);","}",""],"id":"ff1dedc6-303b-42e7-b967-14920bf1bc05"}}],"_postman_id":"a864f846-b2c6-4516-8ee0-4b76829c86b3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"v1","item":[{"name":"Hotels API v1","item":[{"name":"Autocomplete","item":[{"name":"Autocomplete","id":"1ac05090-6969-4855-81d8-2eb2edb89927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","description":"<p>API_KEY</p>\n","type":"text"},{"key":"accept-language","value":"en","description":"<p>Language</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Hawaii\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest","description":"<p>The API endpoint <code>{{api_host}}/api/ext/hotel/autosuggest</code> is a POST request that allows users to retrieve autosuggestions for hotels based on the provided text.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>{ \"text\": \"marriot new york\"}</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response to this request is in the form of a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"message\": {\n            \"type\": \"string\"\n        }\n    }\n}\n\n</code></pre>\n<p>The response will have a status code of 401 and a content type of <code>application/json</code>. The response body will contain a <code>message</code> property of type string.</p>\n<p>This endpoint allows you to retrieve autosuggestions for hotels based on the provided text.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><code>text</code> (string): The text for which autosuggestions are required.</li>\n</ul>\n<h4 id=\"response-1\">Response</h4>\n<ul>\n<li><p>Status: 401</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p><code>message</code> (string): A message indicating the reason for the unauthorized status.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","autosuggest"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"db6f4fbe-4105-49cb-beec-5f87516bd480","name":"Search By City Name","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Hawaii\"\n}","options":{"raw":{"language":"json"}}},"url":"https://uat.travelapi.ai/api/ext/hotel/autosuggest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"5aeace23-1dbe-4fc6-bef9-54a0c03c1d86"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1527-ZC1J3E8fRrUAc8UrF2olpCB6vy0\""},{"key":"Set-Cookie","value":"connect.sid=s%3A0f414129-2c75-4c6c-82f6-0ece54dac7c3.CATNgTneCD9AwUro5sp3XJ19tRUzCLgLYe%2FBz490ayA; Path=/; HttpOnly"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:04:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"locationSuggestions\": [\n            {\n                \"id\": \"2285\",\n                \"name\": \"New York (and vicinity)\",\n                \"fullName\": \"New York (and vicinity), New York, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.75668,\n                    \"long\": -73.98647\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"94305\",\n                \"name\": \"Newburgh\",\n                \"fullName\": \"Newburgh, New York, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 41.503027,\n                    \"long\": -74.00923\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"4349\",\n                \"name\": \"New York\",\n                \"fullName\": \"New York, New York, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.712843,\n                    \"long\": -74.005966\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"13031\",\n                \"name\": \"New York, NY (LGA-LaGuardia)\",\n                \"code\": \"lga\",\n                \"fullName\": \"New York, NY, United States of America (LGA-LaGuardia)\",\n                \"type\": \"Airport\",\n                \"city\": \"Flushing\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.77429,\n                    \"long\": -73.872035\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"13133\",\n                \"name\": \"New York, NY (JFK-John F. Kennedy Intl.)\",\n                \"code\": \"jfk\",\n                \"fullName\": \"New York, NY, United States of America (JFK-John F. Kennedy Intl.)\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.644166,\n                    \"long\": -73.782548\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"174582\",\n                \"name\": \"New York Casino\",\n                \"fullName\": \"New York Casino, San Luis, San Luis Province, Argentina\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"AR\",\n                \"coordinates\": {\n                    \"lat\": -33.300125,\n                    \"long\": -66.336683\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"34975\",\n                \"name\": \"New York Harbor\",\n                \"fullName\": \"New York Harbor, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.659675,\n                    \"long\": -74.047035\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"117009\",\n                \"name\": \"East New York\",\n                \"fullName\": \"East New York, New York, United States of America\",\n                \"type\": \"Neighborhood\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.659089,\n                    \"long\": -73.878405\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9916376581\",\n                \"name\": \"New York\",\n                \"fullName\": \"New York, Rome, ROME, IT\",\n                \"type\": \"Hotel\",\n                \"city\": \"Rome\",\n                \"state\": \"ROME\",\n                \"country\": \"IT\",\n                \"coordinates\": {\n                    \"lat\": 41.90337,\n                    \"long\": 12.50253\n                },\n                \"referenceId\": \"16376581\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9917076773\",\n                \"name\": \"NEW YORKER\",\n                \"fullName\": \"NEW YORKER, Giardini-Naxos, Sicily, IT\",\n                \"type\": \"Hotel\",\n                \"city\": \"Giardini-Naxos\",\n                \"state\": \"Sicily\",\n                \"country\": \"IT\",\n                \"coordinates\": {\n                    \"lat\": 37.81048,\n                    \"long\": 15.25591\n                },\n                \"referenceId\": \"17076773\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9940030789\",\n                \"name\": \"New York, NY\",\n                \"fullName\": \"New York, NY, NEW YORK CITY, NY, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.710567,\n                    \"long\": -74.00833\n                },\n                \"referenceId\": \"40030789\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9932218013\",\n                \"name\": \"The New Yorker\",\n                \"fullName\": \"The New Yorker, Whitefish, Montana, us\",\n                \"type\": \"Hotel\",\n                \"city\": \"Whitefish\",\n                \"state\": \"Montana\",\n                \"country\": \"us\",\n                \"coordinates\": {\n                    \"lat\": 48.41123,\n                    \"long\": -114.33929\n                },\n                \"referenceId\": \"32218013\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9938758387\",\n                \"name\": \"New York-New York Hotel & Casino\",\n                \"fullName\": \"New York-New York Hotel & Casino, Las Vegas, Nevada, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"Las Vegas\",\n                \"state\": \"Nevada\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 36.102863,\n                    \"long\": -115.17352\n                },\n                \"referenceId\": \"38758387\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939626960\",\n                \"name\": \"HGU New York\",\n                \"fullName\": \"HGU New York, New York, New York, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.74619,\n                    \"long\": -73.98319\n                },\n                \"referenceId\": \"39626960\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915339533\",\n                \"name\": \"New York Inn\",\n                \"fullName\": \"New York Inn, New York, New York State, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York State\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.76,\n                    \"long\": -73.988\n                },\n                \"referenceId\": \"15339533\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9932337603\",\n                \"name\": \"Hudson New York\",\n                \"fullName\": \"Hudson New York, NEW YORK - NY, NEW YORK, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"NEW YORK - NY\",\n                \"state\": \"NEW YORK\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.7682,\n                    \"long\": -73.9847\n                },\n                \"referenceId\": \"32337603\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9931324428\",\n                \"name\": \"Aman New York\",\n                \"fullName\": \"Aman New York, New York, NY, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.76299,\n                    \"long\": -73.97469\n                },\n                \"referenceId\": \"31324428\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939600768\",\n                \"name\": \"The Muse New York\",\n                \"fullName\": \"The Muse New York, New York, New York, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.75796,\n                    \"long\": -73.98366\n                },\n                \"referenceId\": \"39600768\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"111522\",\n                \"name\": \"East New York Station\",\n                \"fullName\": \"East New York Station, Brooklyn, New York, United States of America\",\n                \"type\": \"TrainStation\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"Kings County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.675815,\n                    \"long\": -73.902865\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"684403\",\n                \"name\": \"New York Tram Station\",\n                \"fullName\": \"New York Tram Station, Bordeaux, Gironde, France\",\n                \"type\": \"TrainStation\",\n                \"state\": \"Gironde\",\n                \"country\": \"FR\",\n                \"coordinates\": {\n                    \"lat\": 44.87097,\n                    \"long\": -0.54728\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            }\n        ]\n    }\n}"},{"id":"44d8eb5c-0fdf-4707-b363-9aceac6225f7","name":"Search By Country Name","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"United State\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"ef66620e-f15b-4ea8-b7f8-e3e6f9341dbb"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1820-LoFo1viB+07RG5pKkE/6NAuwH/I\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:04:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"locationSuggestions\": [\n            {\n                \"id\": \"2295\",\n                \"name\": \"San Francisco (and vicinity)\",\n                \"fullName\": \"San Francisco (and vicinity), California, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 37.7874,\n                    \"long\": -122.4082\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2379\",\n                \"name\": \"Hawaii Island\",\n                \"fullName\": \"Hawaii Island, Hawaii, United States of America\",\n                \"type\": \"Region\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 19.542915,\n                    \"long\": -155.665863\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2263\",\n                \"name\": \"Boston\",\n                \"fullName\": \"Boston (and vicinity), Massachusetts, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 42.359355,\n                    \"long\": -71.059785\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2270\",\n                \"name\": \"Dallas (and vicinity)\",\n                \"fullName\": \"Dallas (and vicinity), Texas, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 32.78266,\n                    \"long\": -96.79844\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2280\",\n                \"name\": \"Miami (and vicinity)\",\n                \"fullName\": \"Miami (and vicinity), Florida, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.77178,\n                    \"long\": -80.19009\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"91936\",\n                \"name\": \"Boston, MA (BNH-Boston Harbor Seaplane Base)\",\n                \"code\": \"bnh\",\n                \"fullName\": \"Boston, MA, United States of America (BNH-Boston Harbor Seaplane Base)\",\n                \"type\": \"Airport\",\n                \"state\": \"Suffolk County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 42.361156,\n                    \"long\": -71.028246\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"93723\",\n                \"name\": \"Dallas, TX (DFW-Dallas-Fort Worth Intl.)\",\n                \"code\": \"dfw\",\n                \"fullName\": \"Dallas, TX, United States of America (DFW-Dallas-Fort Worth Intl.)\",\n                \"type\": \"Airport\",\n                \"city\": \"Dallas\",\n                \"state\": \"Tarrant County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 32.897552,\n                    \"long\": -97.040434\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"95681\",\n                \"name\": \"Dallas, TX (WSL-North Dallas Heliport)\",\n                \"code\": \"wsl\",\n                \"fullName\": \"Dallas, TX (WSL-North Dallas Heliport), Addison, Texas, United States of America\",\n                \"type\": \"Airport\",\n                \"state\": \"Dallas County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 32.975476,\n                    \"long\": -96.83194\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915599666\",\n                \"name\": \"B&B United States of Europe\",\n                \"fullName\": \"B&B United States of Europe, Catania, Sicily, IT\",\n                \"type\": \"Hotel\",\n                \"city\": \"Catania\",\n                \"state\": \"Sicily\",\n                \"country\": \"IT\",\n                \"coordinates\": {\n                    \"lat\": 37.51704,\n                    \"long\": 15.06128\n                },\n                \"referenceId\": \"15599666\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9963119457\",\n                \"name\": \"Condo 16 in Davenport-United States\",\n                \"fullName\": \"Condo 16 in Davenport-United States, DAVENPORT, Florida, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"DAVENPORT\",\n                \"state\": \"Florida\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 28.31245,\n                    \"long\": -81.6728\n                },\n                \"referenceId\": \"63119457\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9963119451\",\n                \"name\": \"Condo 50 in Marco Island-United States\",\n                \"fullName\": \"Condo 50 in Marco Island-United States, MARCO ISLAND, Florida, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"MARCO ISLAND\",\n                \"state\": \"Florida\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.94346,\n                    \"long\": -81.73737\n                },\n                \"referenceId\": \"63119451\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9962448082\",\n                \"name\": \"Vacation home Orlando Florida United States\",\n                \"fullName\": \"Vacation home Orlando Florida United States, Kissimmee, Florida, us\",\n                \"type\": \"Hotel\",\n                \"city\": \"Kissimmee\",\n                \"state\": \"Florida\",\n                \"country\": \"us\",\n                \"coordinates\": {\n                    \"lat\": 28.271643,\n                    \"long\": -81.46474\n                },\n                \"referenceId\": \"62448082\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9962010355\",\n                \"name\": \"Vacation Home in Orlando Florida United States\",\n                \"fullName\": \"Vacation Home in Orlando Florida United States, Kissimmee, Florida, us\",\n                \"type\": \"Hotel\",\n                \"city\": \"Kissimmee\",\n                \"state\": \"Florida\",\n                \"country\": \"us\",\n                \"coordinates\": {\n                    \"lat\": 28.301641,\n                    \"long\": -81.46502\n                },\n                \"referenceId\": \"62010355\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915120749\",\n                \"name\": \"7Days Inn Beijing Yansha Embassy of the United States\",\n                \"fullName\": \"7Days Inn Beijing Yansha Embassy of the United States, Beijing, CN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Beijing\",\n                \"country\": \"CN\",\n                \"coordinates\": {\n                    \"lat\": 39.95432,\n                    \"long\": 116.46095\n                },\n                \"referenceId\": \"15120749\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9941645927\",\n                \"name\": \"Willowbrook at Lake Harmony, Lake Harmony, United States\",\n                \"fullName\": \"Willowbrook at Lake Harmony, Lake Harmony, United States, Camlihemsin, TR\",\n                \"type\": \"Hotel\",\n                \"city\": \"Camlihemsin\",\n                \"country\": \"TR\",\n                \"coordinates\": {\n                    \"lat\": 41.07527,\n                    \"long\": -75.63229\n                },\n                \"referenceId\": \"41645927\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9941601776\",\n                \"name\": \"Condo in Historic Building - Long Term Stays Welcome!, Seattle, Washington, United States\",\n                \"fullName\": \"Condo in Historic Building - Long Term Stays Welcome!, Seattle, Washington, United States, Washington, Washington, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"Washington\",\n                \"state\": \"Washington\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 47.6096,\n                    \"long\": -122.327\n                },\n                \"referenceId\": \"41601776\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9938393895\",\n                \"name\": \"Blossom Hotel Pvt Ltd. (Nearest Hotel of United State Embassy at Dhaka)\",\n                \"fullName\": \"Blossom Hotel Pvt Ltd. (Nearest Hotel of United State Embassy at Dhaka), Dhaka city, Dhaka, BD\",\n                \"type\": \"Hotel\",\n                \"city\": \"Dhaka city\",\n                \"state\": \"Dhaka\",\n                \"country\": \"BD\",\n                \"coordinates\": {\n                    \"lat\": 23.797531,\n                    \"long\": 90.42532\n                },\n                \"referenceId\": \"38393895\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939698190\",\n                \"name\": \"United\",\n                \"fullName\": \"United, Shenzhen, Fujian, CN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Shenzhen\",\n                \"state\": \"Fujian\",\n                \"country\": \"CN\",\n                \"coordinates\": {\n                    \"lat\": 24.47483,\n                    \"long\": 118.11183\n                },\n                \"referenceId\": \"39698190\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"112414\",\n                \"name\": \"Miami Station\",\n                \"fullName\": \"Miami Station, Miami, Florida, United States of America\",\n                \"type\": \"TrainStation\",\n                \"city\": \"West Little River\",\n                \"state\": \"Miami-Dade County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.849002,\n                    \"long\": -80.257685\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"114716\",\n                \"name\": \"Miami South Station\",\n                \"fullName\": \"Miami South Station, Miami, Florida, United States of America\",\n                \"type\": \"TrainStation\",\n                \"city\": \"Miami\",\n                \"state\": \"Miami-Dade County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.705052,\n                    \"long\": -80.289321\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            }\n        ]\n    }\n}"},{"id":"ec09995e-05a8-414b-8b59-0da0402bf2bc","name":"Search By Hotel Name","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Casablanca Hotel by Library Hotel Collection\"\n}","options":{"raw":{"language":"json"}}},"url":"{{resorts_base_url}}/api/ext/hotel/autosuggest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"98842bca-c752-4edb-a730-8bcbe26d15a8"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"109f-GgjWaWXzUAx76mHZoDcqbP8QvKU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:07:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"locationSuggestions\": [\n            {\n                \"id\": \"9939784389\",\n                \"name\": \"Casablanca Hotel by Library Hotel Collection\",\n                \"fullName\": \"Casablanca Hotel by Library Hotel Collection, New York, New York, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.7563,\n                    \"long\": -73.98553\n                },\n                \"referenceId\": \"39784389\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9917304164\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Bariloche, AR\",\n                \"type\": \"Hotel\",\n                \"city\": \"Bariloche\",\n                \"country\": \"AR\",\n                \"coordinates\": {\n                    \"lat\": -41.04595,\n                    \"long\": -71.51864\n                },\n                \"referenceId\": \"17304164\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939984419\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Legazpi, Bicol, PH\",\n                \"type\": \"Hotel\",\n                \"city\": \"Legazpi\",\n                \"state\": \"Bicol\",\n                \"country\": \"PH\",\n                \"coordinates\": {\n                    \"lat\": 13.152338,\n                    \"long\": 123.75228\n                },\n                \"referenceId\": \"39984419\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"626091\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Zaragoza, Aragon, Spain\",\n                \"type\": \"City\",\n                \"city\": \"Zaragoza\",\n                \"country\": \"ES\",\n                \"coordinates\": {\n                    \"lat\": 41.630506,\n                    \"long\": -0.91712\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"202759\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Valparaíso, Chile\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"Valparaíso\",\n                \"country\": \"CL\",\n                \"coordinates\": {\n                    \"lat\": -33.319038,\n                    \"long\": -71.407631\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"383641\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Casablanca-Settat, Morocco\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"Casablanca-Settat\",\n                \"country\": \"MA\",\n                \"coordinates\": {\n                    \"lat\": 33.596729,\n                    \"long\": -7.616807\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"190668\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Paysandu, Paysandu, Uruguay\",\n                \"type\": \"City\",\n                \"city\": \"Paysandu\",\n                \"country\": \"UY\",\n                \"coordinates\": {\n                    \"lat\": -32.400191,\n                    \"long\": -58.157533\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"576924\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Firgas, Canary Islands, Spain\",\n                \"type\": \"City\",\n                \"country\": \"ES\",\n                \"coordinates\": {\n                    \"lat\": 28.128381,\n                    \"long\": -15.556812\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"540542\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Sant Boi de Llobregat, Catalonia, Spain\",\n                \"type\": \"Neighborhood\",\n                \"city\": \"Sant Boi de Llobregat\",\n                \"country\": \"ES\",\n                \"coordinates\": {\n                    \"lat\": 41.328551,\n                    \"long\": 2.036373\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9931230710\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Casablanca, Casablanca-Settat, MA\",\n                \"type\": \"Hotel\",\n                \"city\": \"Casablanca\",\n                \"state\": \"Casablanca-Settat\",\n                \"country\": \"MA\",\n                \"coordinates\": {\n                    \"lat\": 33.5888,\n                    \"long\": -7.62787\n                },\n                \"referenceId\": \"31230710\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915673244\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Repino, ANOMALY, RU\",\n                \"type\": \"Hotel\",\n                \"city\": \"Repino\",\n                \"state\": \"ANOMALY\",\n                \"country\": \"RU\",\n                \"coordinates\": {\n                    \"lat\": 60.16784,\n                    \"long\": 29.82477\n                },\n                \"referenceId\": \"15673244\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9941630831\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Hue, Thua Thien Hue, VN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Hue\",\n                \"state\": \"Thua Thien Hue\",\n                \"country\": \"VN\",\n                \"coordinates\": {\n                    \"lat\": 16.471052,\n                    \"long\": 107.59759\n                },\n                \"referenceId\": \"41630831\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9970464027\",\n                \"name\": \"CasaBlanca Hotel\",\n                \"fullName\": \"CasaBlanca Hotel, Huambo, Amazonas, PE\",\n                \"type\": \"Hotel\",\n                \"city\": \"Huambo\",\n                \"state\": \"Amazonas\",\n                \"country\": \"PE\",\n                \"coordinates\": {\n                    \"lat\": -6.39439,\n                    \"long\": -77.48321\n                },\n                \"referenceId\": \"70464027\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915658815\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Hue, Thua Thien-Hue, VN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Hue\",\n                \"state\": \"Thua Thien-Hue\",\n                \"country\": \"VN\",\n                \"coordinates\": {\n                    \"lat\": 16.471064,\n                    \"long\": 107.59778\n                },\n                \"referenceId\": \"15658815\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9938407783\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, SOCHI, Krasnodar, RU\",\n                \"type\": \"Hotel\",\n                \"city\": \"SOCHI\",\n                \"state\": \"Krasnodar\",\n                \"country\": \"RU\",\n                \"coordinates\": {\n                    \"lat\": 43.426666,\n                    \"long\": 39.91544\n                },\n                \"referenceId\": \"38407783\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9932455612\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Chanchamayo, Junin, PE\",\n                \"type\": \"Hotel\",\n                \"city\": \"Chanchamayo\",\n                \"state\": \"Junin\",\n                \"country\": \"PE\",\n                \"coordinates\": {\n                    \"lat\": -11.110995,\n                    \"long\": -75.34341\n                },\n                \"referenceId\": \"32455612\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            }\n        ]\n    }\n}"},{"id":"7d55e207-1c83-40ff-a2e4-f55c7081c2f7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text","disabled":true},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Casablanca Hotel by Library Hotel Collection\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"944e3a5c-cd1c-4a01-90b7-3ac317761308"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"66-C+7dOB6F3ClWGXyWUOdd9P7K10c\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:07:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": false,\n        \"message\": \"Authentication failed\",\n        \"developerMessage\": \"No Token from Headers\"\n    }\n}"},{"id":"72df6a35-b0ec-474a-9905-88377fdbbd68","name":"Api key wrong or not enable api access","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Casablanca Hotel by Library Hotel Collection\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"31ed2c45-8139-4fcd-9e02-944345b17028"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1e-V0MZ1o5NbOmuEVWeH8GjJUzdiKM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:07:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Agency not found\"\n}"},{"id":"1b3795fe-bc62-4bc4-8ec8-7583459027f1","name":"Search By Country Name","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"United State\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"ef66620e-f15b-4ea8-b7f8-e3e6f9341dbb"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1820-LoFo1viB+07RG5pKkE/6NAuwH/I\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:04:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"locationSuggestions\": [\n            {\n                \"id\": \"2295\",\n                \"name\": \"San Francisco (and vicinity)\",\n                \"fullName\": \"San Francisco (and vicinity), California, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 37.7874,\n                    \"long\": -122.4082\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2379\",\n                \"name\": \"Hawaii Island\",\n                \"fullName\": \"Hawaii Island, Hawaii, United States of America\",\n                \"type\": \"Region\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 19.542915,\n                    \"long\": -155.665863\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2263\",\n                \"name\": \"Boston\",\n                \"fullName\": \"Boston (and vicinity), Massachusetts, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 42.359355,\n                    \"long\": -71.059785\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2270\",\n                \"name\": \"Dallas (and vicinity)\",\n                \"fullName\": \"Dallas (and vicinity), Texas, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 32.78266,\n                    \"long\": -96.79844\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"2280\",\n                \"name\": \"Miami (and vicinity)\",\n                \"fullName\": \"Miami (and vicinity), Florida, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.77178,\n                    \"long\": -80.19009\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"91936\",\n                \"name\": \"Boston, MA (BNH-Boston Harbor Seaplane Base)\",\n                \"code\": \"bnh\",\n                \"fullName\": \"Boston, MA, United States of America (BNH-Boston Harbor Seaplane Base)\",\n                \"type\": \"Airport\",\n                \"state\": \"Suffolk County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 42.361156,\n                    \"long\": -71.028246\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"93723\",\n                \"name\": \"Dallas, TX (DFW-Dallas-Fort Worth Intl.)\",\n                \"code\": \"dfw\",\n                \"fullName\": \"Dallas, TX, United States of America (DFW-Dallas-Fort Worth Intl.)\",\n                \"type\": \"Airport\",\n                \"city\": \"Dallas\",\n                \"state\": \"Tarrant County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 32.897552,\n                    \"long\": -97.040434\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"95681\",\n                \"name\": \"Dallas, TX (WSL-North Dallas Heliport)\",\n                \"code\": \"wsl\",\n                \"fullName\": \"Dallas, TX (WSL-North Dallas Heliport), Addison, Texas, United States of America\",\n                \"type\": \"Airport\",\n                \"state\": \"Dallas County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 32.975476,\n                    \"long\": -96.83194\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915599666\",\n                \"name\": \"B&B United States of Europe\",\n                \"fullName\": \"B&B United States of Europe, Catania, Sicily, IT\",\n                \"type\": \"Hotel\",\n                \"city\": \"Catania\",\n                \"state\": \"Sicily\",\n                \"country\": \"IT\",\n                \"coordinates\": {\n                    \"lat\": 37.51704,\n                    \"long\": 15.06128\n                },\n                \"referenceId\": \"15599666\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9963119457\",\n                \"name\": \"Condo 16 in Davenport-United States\",\n                \"fullName\": \"Condo 16 in Davenport-United States, DAVENPORT, Florida, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"DAVENPORT\",\n                \"state\": \"Florida\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 28.31245,\n                    \"long\": -81.6728\n                },\n                \"referenceId\": \"63119457\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9963119451\",\n                \"name\": \"Condo 50 in Marco Island-United States\",\n                \"fullName\": \"Condo 50 in Marco Island-United States, MARCO ISLAND, Florida, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"MARCO ISLAND\",\n                \"state\": \"Florida\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.94346,\n                    \"long\": -81.73737\n                },\n                \"referenceId\": \"63119451\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9962448082\",\n                \"name\": \"Vacation home Orlando Florida United States\",\n                \"fullName\": \"Vacation home Orlando Florida United States, Kissimmee, Florida, us\",\n                \"type\": \"Hotel\",\n                \"city\": \"Kissimmee\",\n                \"state\": \"Florida\",\n                \"country\": \"us\",\n                \"coordinates\": {\n                    \"lat\": 28.271643,\n                    \"long\": -81.46474\n                },\n                \"referenceId\": \"62448082\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9962010355\",\n                \"name\": \"Vacation Home in Orlando Florida United States\",\n                \"fullName\": \"Vacation Home in Orlando Florida United States, Kissimmee, Florida, us\",\n                \"type\": \"Hotel\",\n                \"city\": \"Kissimmee\",\n                \"state\": \"Florida\",\n                \"country\": \"us\",\n                \"coordinates\": {\n                    \"lat\": 28.301641,\n                    \"long\": -81.46502\n                },\n                \"referenceId\": \"62010355\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915120749\",\n                \"name\": \"7Days Inn Beijing Yansha Embassy of the United States\",\n                \"fullName\": \"7Days Inn Beijing Yansha Embassy of the United States, Beijing, CN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Beijing\",\n                \"country\": \"CN\",\n                \"coordinates\": {\n                    \"lat\": 39.95432,\n                    \"long\": 116.46095\n                },\n                \"referenceId\": \"15120749\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9941645927\",\n                \"name\": \"Willowbrook at Lake Harmony, Lake Harmony, United States\",\n                \"fullName\": \"Willowbrook at Lake Harmony, Lake Harmony, United States, Camlihemsin, TR\",\n                \"type\": \"Hotel\",\n                \"city\": \"Camlihemsin\",\n                \"country\": \"TR\",\n                \"coordinates\": {\n                    \"lat\": 41.07527,\n                    \"long\": -75.63229\n                },\n                \"referenceId\": \"41645927\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9941601776\",\n                \"name\": \"Condo in Historic Building - Long Term Stays Welcome!, Seattle, Washington, United States\",\n                \"fullName\": \"Condo in Historic Building - Long Term Stays Welcome!, Seattle, Washington, United States, Washington, Washington, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"Washington\",\n                \"state\": \"Washington\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 47.6096,\n                    \"long\": -122.327\n                },\n                \"referenceId\": \"41601776\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9938393895\",\n                \"name\": \"Blossom Hotel Pvt Ltd. (Nearest Hotel of United State Embassy at Dhaka)\",\n                \"fullName\": \"Blossom Hotel Pvt Ltd. (Nearest Hotel of United State Embassy at Dhaka), Dhaka city, Dhaka, BD\",\n                \"type\": \"Hotel\",\n                \"city\": \"Dhaka city\",\n                \"state\": \"Dhaka\",\n                \"country\": \"BD\",\n                \"coordinates\": {\n                    \"lat\": 23.797531,\n                    \"long\": 90.42532\n                },\n                \"referenceId\": \"38393895\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939698190\",\n                \"name\": \"United\",\n                \"fullName\": \"United, Shenzhen, Fujian, CN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Shenzhen\",\n                \"state\": \"Fujian\",\n                \"country\": \"CN\",\n                \"coordinates\": {\n                    \"lat\": 24.47483,\n                    \"long\": 118.11183\n                },\n                \"referenceId\": \"39698190\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"112414\",\n                \"name\": \"Miami Station\",\n                \"fullName\": \"Miami Station, Miami, Florida, United States of America\",\n                \"type\": \"TrainStation\",\n                \"city\": \"West Little River\",\n                \"state\": \"Miami-Dade County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.849002,\n                    \"long\": -80.257685\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"114716\",\n                \"name\": \"Miami South Station\",\n                \"fullName\": \"Miami South Station, Miami, Florida, United States of America\",\n                \"type\": \"TrainStation\",\n                \"city\": \"Miami\",\n                \"state\": \"Miami-Dade County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 25.705052,\n                    \"long\": -80.289321\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            }\n        ]\n    }\n}"},{"id":"df43dfa2-893e-4482-a5a7-d21598a2639b","name":"Search By Hotel Name","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Casablanca Hotel by Library Hotel Collection\"\n}","options":{"raw":{"language":"json"}}},"url":"{{resorts_base_url}}/api/ext/hotel/autosuggest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"98842bca-c752-4edb-a730-8bcbe26d15a8"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"109f-GgjWaWXzUAx76mHZoDcqbP8QvKU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:07:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"locationSuggestions\": [\n            {\n                \"id\": \"9939784389\",\n                \"name\": \"Casablanca Hotel by Library Hotel Collection\",\n                \"fullName\": \"Casablanca Hotel by Library Hotel Collection, New York, New York, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.7563,\n                    \"long\": -73.98553\n                },\n                \"referenceId\": \"39784389\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9917304164\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Bariloche, AR\",\n                \"type\": \"Hotel\",\n                \"city\": \"Bariloche\",\n                \"country\": \"AR\",\n                \"coordinates\": {\n                    \"lat\": -41.04595,\n                    \"long\": -71.51864\n                },\n                \"referenceId\": \"17304164\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939984419\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Legazpi, Bicol, PH\",\n                \"type\": \"Hotel\",\n                \"city\": \"Legazpi\",\n                \"state\": \"Bicol\",\n                \"country\": \"PH\",\n                \"coordinates\": {\n                    \"lat\": 13.152338,\n                    \"long\": 123.75228\n                },\n                \"referenceId\": \"39984419\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"626091\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Zaragoza, Aragon, Spain\",\n                \"type\": \"City\",\n                \"city\": \"Zaragoza\",\n                \"country\": \"ES\",\n                \"coordinates\": {\n                    \"lat\": 41.630506,\n                    \"long\": -0.91712\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"202759\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Valparaíso, Chile\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"Valparaíso\",\n                \"country\": \"CL\",\n                \"coordinates\": {\n                    \"lat\": -33.319038,\n                    \"long\": -71.407631\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"383641\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Casablanca-Settat, Morocco\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"Casablanca-Settat\",\n                \"country\": \"MA\",\n                \"coordinates\": {\n                    \"lat\": 33.596729,\n                    \"long\": -7.616807\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"190668\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Paysandu, Paysandu, Uruguay\",\n                \"type\": \"City\",\n                \"city\": \"Paysandu\",\n                \"country\": \"UY\",\n                \"coordinates\": {\n                    \"lat\": -32.400191,\n                    \"long\": -58.157533\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"576924\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Firgas, Canary Islands, Spain\",\n                \"type\": \"City\",\n                \"country\": \"ES\",\n                \"coordinates\": {\n                    \"lat\": 28.128381,\n                    \"long\": -15.556812\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"540542\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Sant Boi de Llobregat, Catalonia, Spain\",\n                \"type\": \"Neighborhood\",\n                \"city\": \"Sant Boi de Llobregat\",\n                \"country\": \"ES\",\n                \"coordinates\": {\n                    \"lat\": 41.328551,\n                    \"long\": 2.036373\n                },\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9931230710\",\n                \"name\": \"Casablanca\",\n                \"fullName\": \"Casablanca, Casablanca, Casablanca-Settat, MA\",\n                \"type\": \"Hotel\",\n                \"city\": \"Casablanca\",\n                \"state\": \"Casablanca-Settat\",\n                \"country\": \"MA\",\n                \"coordinates\": {\n                    \"lat\": 33.5888,\n                    \"long\": -7.62787\n                },\n                \"referenceId\": \"31230710\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915673244\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Repino, ANOMALY, RU\",\n                \"type\": \"Hotel\",\n                \"city\": \"Repino\",\n                \"state\": \"ANOMALY\",\n                \"country\": \"RU\",\n                \"coordinates\": {\n                    \"lat\": 60.16784,\n                    \"long\": 29.82477\n                },\n                \"referenceId\": \"15673244\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9941630831\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Hue, Thua Thien Hue, VN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Hue\",\n                \"state\": \"Thua Thien Hue\",\n                \"country\": \"VN\",\n                \"coordinates\": {\n                    \"lat\": 16.471052,\n                    \"long\": 107.59759\n                },\n                \"referenceId\": \"41630831\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9970464027\",\n                \"name\": \"CasaBlanca Hotel\",\n                \"fullName\": \"CasaBlanca Hotel, Huambo, Amazonas, PE\",\n                \"type\": \"Hotel\",\n                \"city\": \"Huambo\",\n                \"state\": \"Amazonas\",\n                \"country\": \"PE\",\n                \"coordinates\": {\n                    \"lat\": -6.39439,\n                    \"long\": -77.48321\n                },\n                \"referenceId\": \"70464027\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915658815\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Hue, Thua Thien-Hue, VN\",\n                \"type\": \"Hotel\",\n                \"city\": \"Hue\",\n                \"state\": \"Thua Thien-Hue\",\n                \"country\": \"VN\",\n                \"coordinates\": {\n                    \"lat\": 16.471064,\n                    \"long\": 107.59778\n                },\n                \"referenceId\": \"15658815\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9938407783\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, SOCHI, Krasnodar, RU\",\n                \"type\": \"Hotel\",\n                \"city\": \"SOCHI\",\n                \"state\": \"Krasnodar\",\n                \"country\": \"RU\",\n                \"coordinates\": {\n                    \"lat\": 43.426666,\n                    \"long\": 39.91544\n                },\n                \"referenceId\": \"38407783\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9932455612\",\n                \"name\": \"Casablanca Hotel\",\n                \"fullName\": \"Casablanca Hotel, Chanchamayo, Junin, PE\",\n                \"type\": \"Hotel\",\n                \"city\": \"Chanchamayo\",\n                \"state\": \"Junin\",\n                \"country\": \"PE\",\n                \"coordinates\": {\n                    \"lat\": -11.110995,\n                    \"long\": -75.34341\n                },\n                \"referenceId\": \"32455612\",\n                \"referenceScore\": 0,\n                \"isTermMatch\": true\n            }\n        ]\n    }\n}"},{"id":"84adfdce-dcda-4492-9e09-4fee9e4792a8","name":"Search By City Name","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Hawaii\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"5aeace23-1dbe-4fc6-bef9-54a0c03c1d86"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1527-ZC1J3E8fRrUAc8UrF2olpCB6vy0\""},{"key":"Set-Cookie","value":"connect.sid=s%3A0f414129-2c75-4c6c-82f6-0ece54dac7c3.CATNgTneCD9AwUro5sp3XJ19tRUzCLgLYe%2FBz490ayA; Path=/; HttpOnly"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:04:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"locationSuggestions\": [\n            {\n                \"id\": \"2285\",\n                \"name\": \"New York (and vicinity)\",\n                \"fullName\": \"New York (and vicinity), New York, United States of America\",\n                \"type\": \"MultiCity\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.75668,\n                    \"long\": -73.98647\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"94305\",\n                \"name\": \"Newburgh\",\n                \"fullName\": \"Newburgh, New York, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 41.503027,\n                    \"long\": -74.00923\n                },\n                \"referenceScore\": 100000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"4349\",\n                \"name\": \"New York\",\n                \"fullName\": \"New York, New York, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.712843,\n                    \"long\": -74.005966\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"13031\",\n                \"name\": \"New York, NY (LGA-LaGuardia)\",\n                \"code\": \"lga\",\n                \"fullName\": \"New York, NY, United States of America (LGA-LaGuardia)\",\n                \"type\": \"Airport\",\n                \"city\": \"Flushing\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.77429,\n                    \"long\": -73.872035\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"13133\",\n                \"name\": \"New York, NY (JFK-John F. Kennedy Intl.)\",\n                \"code\": \"jfk\",\n                \"fullName\": \"New York, NY, United States of America (JFK-John F. Kennedy Intl.)\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.644166,\n                    \"long\": -73.782548\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"174582\",\n                \"name\": \"New York Casino\",\n                \"fullName\": \"New York Casino, San Luis, San Luis Province, Argentina\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"AR\",\n                \"coordinates\": {\n                    \"lat\": -33.300125,\n                    \"long\": -66.336683\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"34975\",\n                \"name\": \"New York Harbor\",\n                \"fullName\": \"New York Harbor, United States of America\",\n                \"type\": \"PointOfInterest\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.659675,\n                    \"long\": -74.047035\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"117009\",\n                \"name\": \"East New York\",\n                \"fullName\": \"East New York, New York, United States of America\",\n                \"type\": \"Neighborhood\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.659089,\n                    \"long\": -73.878405\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9916376581\",\n                \"name\": \"New York\",\n                \"fullName\": \"New York, Rome, ROME, IT\",\n                \"type\": \"Hotel\",\n                \"city\": \"Rome\",\n                \"state\": \"ROME\",\n                \"country\": \"IT\",\n                \"coordinates\": {\n                    \"lat\": 41.90337,\n                    \"long\": 12.50253\n                },\n                \"referenceId\": \"16376581\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9917076773\",\n                \"name\": \"NEW YORKER\",\n                \"fullName\": \"NEW YORKER, Giardini-Naxos, Sicily, IT\",\n                \"type\": \"Hotel\",\n                \"city\": \"Giardini-Naxos\",\n                \"state\": \"Sicily\",\n                \"country\": \"IT\",\n                \"coordinates\": {\n                    \"lat\": 37.81048,\n                    \"long\": 15.25591\n                },\n                \"referenceId\": \"17076773\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9940030789\",\n                \"name\": \"New York, NY\",\n                \"fullName\": \"New York, NY, NEW YORK CITY, NY, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"NEW YORK CITY\",\n                \"state\": \"NY\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.710567,\n                    \"long\": -74.00833\n                },\n                \"referenceId\": \"40030789\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9932218013\",\n                \"name\": \"The New Yorker\",\n                \"fullName\": \"The New Yorker, Whitefish, Montana, us\",\n                \"type\": \"Hotel\",\n                \"city\": \"Whitefish\",\n                \"state\": \"Montana\",\n                \"country\": \"us\",\n                \"coordinates\": {\n                    \"lat\": 48.41123,\n                    \"long\": -114.33929\n                },\n                \"referenceId\": \"32218013\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9938758387\",\n                \"name\": \"New York-New York Hotel & Casino\",\n                \"fullName\": \"New York-New York Hotel & Casino, Las Vegas, Nevada, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"Las Vegas\",\n                \"state\": \"Nevada\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 36.102863,\n                    \"long\": -115.17352\n                },\n                \"referenceId\": \"38758387\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939626960\",\n                \"name\": \"HGU New York\",\n                \"fullName\": \"HGU New York, New York, New York, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.74619,\n                    \"long\": -73.98319\n                },\n                \"referenceId\": \"39626960\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9915339533\",\n                \"name\": \"New York Inn\",\n                \"fullName\": \"New York Inn, New York, New York State, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York State\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.76,\n                    \"long\": -73.988\n                },\n                \"referenceId\": \"15339533\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9932337603\",\n                \"name\": \"Hudson New York\",\n                \"fullName\": \"Hudson New York, NEW YORK - NY, NEW YORK, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"NEW YORK - NY\",\n                \"state\": \"NEW YORK\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.7682,\n                    \"long\": -73.9847\n                },\n                \"referenceId\": \"32337603\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9931324428\",\n                \"name\": \"Aman New York\",\n                \"fullName\": \"Aman New York, New York, NY, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.76299,\n                    \"long\": -73.97469\n                },\n                \"referenceId\": \"31324428\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"9939600768\",\n                \"name\": \"The Muse New York\",\n                \"fullName\": \"The Muse New York, New York, New York, US\",\n                \"type\": \"Hotel\",\n                \"city\": \"New York\",\n                \"state\": \"New York\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.75796,\n                    \"long\": -73.98366\n                },\n                \"referenceId\": \"39600768\",\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"111522\",\n                \"name\": \"East New York Station\",\n                \"fullName\": \"East New York Station, Brooklyn, New York, United States of America\",\n                \"type\": \"TrainStation\",\n                \"city\": \"Brooklyn\",\n                \"state\": \"Kings County\",\n                \"country\": \"US\",\n                \"coordinates\": {\n                    \"lat\": 40.675815,\n                    \"long\": -73.902865\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            },\n            {\n                \"id\": \"684403\",\n                \"name\": \"New York Tram Station\",\n                \"fullName\": \"New York Tram Station, Bordeaux, Gironde, France\",\n                \"type\": \"TrainStation\",\n                \"state\": \"Gironde\",\n                \"country\": \"FR\",\n                \"coordinates\": {\n                    \"lat\": 44.87097,\n                    \"long\": -0.54728\n                },\n                \"referenceScore\": 10000,\n                \"isTermMatch\": true\n            }\n        ]\n    }\n}"},{"id":"c9f9aa63-46cb-4174-81f8-de56a884ecef","name":"Api key wrong or not enable api access","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text"},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Casablanca Hotel by Library Hotel Collection\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"31ed2c45-8139-4fcd-9e02-944345b17028"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"1e-V0MZ1o5NbOmuEVWeH8GjJUzdiKM\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:07:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Agency not found\"\n}"},{"id":"89ff89bd-fcfd-47c6-88b5-1c91aad63fda","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{API_KEY}}","description":"API_KEY","type":"text","disabled":true},{"key":"accept-language","value":"en","description":"Language","type":"text"},{"key":"x-session-id","value":"34973549d-58d8-4f1c-b5c1-9990ed8ac093","description":"Unique session id to trace the user","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Casablanca Hotel by Library Hotel Collection\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/autosuggest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"X-Request-Id","value":"944e3a5c-cd1c-4a01-90b7-3ac317761308"},{"key":"Content-Language","value":"en"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"66-C+7dOB6F3ClWGXyWUOdd9P7K10c\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Fri, 31 Jan 2025 17:07:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": false,\n        \"message\": \"Authentication failed\",\n        \"developerMessage\": \"No Token from Headers\"\n    }\n}"}],"_postman_id":"1ac05090-6969-4855-81d8-2eb2edb89927"}],"id":"59b48db6-2f6a-4d83-898b-cf7013e64546","_postman_id":"59b48db6-2f6a-4d83-898b-cf7013e64546","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Search","item":[{"name":"Hotel Search","id":"a0fdcc10-a275-46ad-89d0-0eaa3d445139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"en","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 19.896767,\n      \"lng\": -155.582779,\n  \"currency\": \"USD\",\n  \"nationality\": \"US\",\n   \"type\": \"City\",\n  //\"locationId\": \"2285\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n // \"destinationCountryCode\": \"IN\",\n  //\"countryOfResidence\": \"IN\",\n  //\"radius\": 50,\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    //\"distance\": 20,\n    //\"searchByHotelname\": \"homes\",\n    \"rating\": [\n     // 4\n    ],\n   // \"exclusiveDeal\": false,\n   //\"inclusiveDeal\": false,\n    \"services\": [\n    //  \"pools\", \"ATM\",\"wifi\",\"Breakfast\",\"laundry\",\"pools\",\"Banquet\",\"newspapers\",\"coffee\"\n\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","description":"<h3 id=\"request\">Request</h3>\n<p>This API endpoint sends an HTTP POST request to {{resorts_base_url}}/api/ext/hotelSearch with parameters for pagination, including the page number and limit. The request body includes the following details:</p>\n<ul>\n<li><p><code>checkInDate</code>: The check-in date in the format \"YYYY-MM-DD\".</p>\n</li>\n<li><p><code>checkOutDate</code>: The check-out date in the format \"YYYY-MM-DD\".</p>\n</li>\n<li><p><code>lat</code>: The latitude coordinate.</p>\n</li>\n<li><p><code>lng</code>: The longitude coordinate.</p>\n</li>\n<li><p><code>nationality</code>: The nationality of the guest.</p>\n</li>\n<li><p><code>type</code>: The type of location (e.g., City).</p>\n</li>\n<li><p><code>occupancies</code>: An array containing details about the number of rooms, adults, children, and child ages.</p>\n</li>\n<li><p><code>destinationCountryCode</code>: The country code of the destination.</p>\n</li>\n<li><p><code>radius</code>: The search radius.</p>\n</li>\n<li><p><code>isPolling</code>: The polling status.</p>\n</li>\n<li><p><code>countryOfResidence</code>: The country of residence.</p>\n</li>\n<li><p><code>currency</code>: The currency for pricing.</p>\n</li>\n<li><p><code>locationId</code>: The ID of the location from auto-suggestion.</p>\n</li>\n<li><p><code>filterBy</code>: An object containing sorting order, sort by, distance, rating, exclusive deal, inclusive deal, and services for filtering.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request can be documented as a JSON schema, detailing the properties and their types that can be expected in the response from the API endpoint.</p>\n<h3 id=\"response-1\">Response</h3>\n<p>The response of this request can be documented as a JSON schema. It will include the schema definition for the data structure returned by the API endpoint, detailing the properties and their types that can be expected in the response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotelSearch"],"host":["{{api_host}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}],"variable":[]}},"response":[{"id":"fb33f943-555e-4be9-a4b3-64bca48eae87","name":"Arabic amenties search","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{vault:authorization-secret---uuid}}","type":"text"},{"key":"Accept-language","value":"en","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 19.896767,\n      \"lng\": -155.582779,\n  \"currency\": \"USD\",\n  \"nationality\": \"US\",\n   \"type\": \"City\",\n  //\"locationId\": \"2285\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n // \"destinationCountryCode\": \"IN\",\n  //\"countryOfResidence\": \"IN\",\n  //\"radius\": 50,\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    //\"distance\": 20,\n    //\"searchByHotelname\": \"homes\",\n    \"rating\": [\n     // 4\n    ],\n   // \"exclusiveDeal\": false,\n   //\"inclusiveDeal\": false,\n    \"services\": [\n    //  \"pools\", \"ATM\",\"wifi\",\"Breakfast\",\"laundry\",\"pools\",\"Banquet\",\"newspapers\",\"coffee\"\n\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://uat.travelapi.ai/api/ext/hotelSearch?page=1&limit=50","protocol":"https","host":["uat","travelapi","ai"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"345169e4-318e-4709-ba47-625db6f69ca1","name":"Arabic amenetis search - SFO","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"ar","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 37.61594,\n      \"lng\": -122.387996,\n  \"currency\": \"QAR\",\n  \"nationality\": \"GB\",\n   \"type\": \"City\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    \"rating\": [\n    ],\n    \"services\": [\n     \"موقف السيارات\", \"مسبح\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","host":["{{api_host}}"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d661a76e-b3fc-4268-b894-ad33c4dc5d32","name":"English amenetis search - London","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"en","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 51.50746,\n      \"lng\": -0.127673,\n  \"currency\": \"QAR\",\n  \"nationality\": \"GB\",\n   \"type\": \"City\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    \"rating\": [\n    ],\n    \"services\": [\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","host":["{{api_host}}"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e1dbd1e4-80c1-42a4-a83b-f72764e8eefe","name":"Arabic amenetis search - London","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"ar","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 51.50746,\n      \"lng\": -0.127673,\n  \"currency\": \"QAR\",    \n  \"nationality\": \"GB\",\n   \"type\": \"City\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    \"rating\": [\n    ],\n    \"services\": [\n     \"موقف السيارات\", \"مسبح\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","host":["{{api_host}}"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f8997ff3-e67c-4b15-b757-ddfbcf181d3e","name":"English amenetis search - London","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"en","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 51.50746,\n      \"lng\": -0.127673,\n  \"currency\": \"QAR\",\n  \"nationality\": \"GB\",\n   \"type\": \"City\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    \"rating\": [\n    ],\n    \"services\": [\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","host":["{{api_host}}"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3e3f0aab-3657-4b21-ac29-9d6b8daca16d","name":"Arabic amenties search","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"en","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 19.896767,\n      \"lng\": -155.582779,\n  \"currency\": \"USD\",\n  \"nationality\": \"US\",\n   \"type\": \"City\",\n  //\"locationId\": \"2285\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n // \"destinationCountryCode\": \"IN\",\n  //\"countryOfResidence\": \"IN\",\n  //\"radius\": 50,\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    //\"distance\": 20,\n    //\"searchByHotelname\": \"homes\",\n    \"rating\": [\n     // 4\n    ],\n   // \"exclusiveDeal\": false,\n   //\"inclusiveDeal\": false,\n    \"services\": [\n    //  \"pools\", \"ATM\",\"wifi\",\"Breakfast\",\"laundry\",\"pools\",\"Banquet\",\"newspapers\",\"coffee\"\n\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","host":["{{api_host}}"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"04fd48b0-3c5b-4cc6-a96e-a0cd6171674d","name":"Arabic amenetis search - London","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"ar","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 51.50746,\n      \"lng\": -0.127673,\n  \"currency\": \"QAR\",    \n  \"nationality\": \"GB\",\n   \"type\": \"City\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    \"rating\": [\n    ],\n    \"services\": [\n     \"موقف السيارات\", \"مسبح\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","host":["{{api_host}}"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a6d469aa-77a5-451a-9291-e2bb91ad5496","name":"Arabic amenetis search - SFO","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"Accept-language","value":"ar","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"checkInDate\": \"2025-10-15\",\n  \"checkOutDate\": \"2025-10-17\",\n      \"lat\": 37.61594,\n      \"lng\": -122.387996,\n  \"currency\": \"QAR\",\n  \"nationality\": \"GB\",\n   \"type\": \"City\",\n  \"occupancies\": [\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    },\n    {\n      \"numOfRoom\": 2,\n      \"numOfAdults\": 1,\n      \"numOfChildren\": 0,\n      \"childAges\": [\n           \n      ]\n    }\n\n  ],\n  \"isPolling\": false,\n  \"filterBy\": {\n    \"sortOrder\": \"desc\",\n    \"sortBy\": \"price\",\n    \"rating\": [\n    ],\n    \"services\": [\n     \"موقف السيارات\", \"مسبح\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{api_host}}/api/ext/hotelSearch?page=1&limit=50","host":["{{api_host}}"],"path":["api","ext","hotelSearch"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"50"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0fdcc10-a275-46ad-89d0-0eaa3d445139"},{"name":"Hotel Static Data","id":"2ec3fbed-a33c-4c19-a983-1d3f3eb6a297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"corelationid","value":"<<Xeni Request Tracking Unique ID which is returned from Hotel Search API call>>","type":"text"},{"key":"Accept-Language","value":"en","type":"text"}],"url":"{{api_host}}/api/ext/hotel/details?hotelId=<<Holel ID>>","description":"<h3 id=\"get-hotel-details\">Get Hotel Details</h3>\n<p>This endpoint retrieves details for a specific hotel based on the provided hotel ID.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>{{resorts_base_url}}/api/ext/hotel/details</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><code>hotelId</code> (string, required): The ID of the hotel for which details are requested.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 401</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>{ \"message\": \"\"}</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","details"],"host":["{{api_host}}"],"query":[{"key":"hotelId","value":"<<Holel ID>>"}],"variable":[]}},"response":[],"_postman_id":"2ec3fbed-a33c-4c19-a983-1d3f3eb6a297"},{"name":"Rooms And Rates","id":"776bcbfd-8793-4134-b700-fd407c077d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"corelationid","value":"<<Xeni Request Tracking Unique ID>>","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"checkInDate\": \"2025-05-01\",\n    \"checkOutDate\": \"2025-05-02\",\n    \"currency\": \"USD\",\n    \"hotelId\": \"<<Hotel ID>\",\n    \"lat\": 13.08268,\n    \"lng\": 80.270721,\n    \"occupancies\": [\n        {\n            \"childAges\": [],\n            \"numOfAdults\": 1,\n            \"numOfChildren\": 0,\n            \"numOfRoom\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/roomsandrates","description":"<h3 id=\"create-hotel-room-and-rates\">Create Hotel Room and Rates</h3>\n<p>This API endpoint is used to retrieve hotel room and rates based on the provided check-in and check-out dates, currency, hotel ID, location coordinates, and occupancy details.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>checkInDate (string, required): The check-in date for the hotel booking.</li>\n<li>checkOutDate (string, required): The check-out date for the hotel booking.</li>\n<li>currency (string, required): The currency in which the rates should be returned.</li>\n<li>hotelId (string, required): The unique identifier for the hotel.</li>\n<li>lat (number, required): The latitude coordinate of the hotel location.</li>\n<li>lng (number, required): The longitude coordinate of the hotel location.</li>\n<li>occupancies (array, required): An array containing occupancy details.<ul>\n<li>childAges (array): An array of child ages if any.</li>\n<li>numOfAdults (integer, required): The number of adults.</li>\n<li>numOfChildren (integer, required): The number of children.</li>\n<li>numOfRoom (integer, required): The number of rooms.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response-json-schema\">Response (JSON Schema)</h4>\n<p>The response of this request should follow the JSON schema defined for the hotel room and rates data. The schema should include the structure and data types of the response fields such as room types, rates, availability, and any additional information related to the hotel rooms and rates.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","roomsandrates"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"776bcbfd-8793-4134-b700-fd407c077d2e"}],"id":"8bdafa3a-6895-4ab6-986f-6e19a912de47","_postman_id":"8bdafa3a-6895-4ab6-986f-6e19a912de47","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Book","item":[{"name":"Price","id":"c4e9616b-fe69-46c0-9cd2-90be6da43a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"corelationId","value":"<<Xeni Request Tracking Unique ID>>","type":"text"}],"url":"{{api_host}}/api/ext/hotel/39635526/605108162153ec5d3a39507a5c6e871fe770554dd00c4ce9d5a5c8831f2375dec1e1ecf8dcaf3b621f5d0a9e7d67429abc9148b2a7049a9ab44265242bb58f61c87d6159ad9d954052c255d089a94c2ee0502d9a90b21346a8e6af6b7f09483a2cfbb86fe8b96eaf129221b64c9b8ebb0f82c1d4543344/price/recommendation/24811531-a8f1-4c93-8373-0f81f959debb","description":"<h1 id=\"get-hotel-room-price-recommendation\">Get Hotel Room Price Recommendation</h1>\n<p>This endpoint retrieves the price recommendation for a specific room choice in a hotel, identified by the provided Hotel ID, Room Rate Session ID, and Room Choice ID.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p>Method: <code>GET</code></p>\n</li>\n<li><p>URL: <code>{{api_host}}/api/ext/hotel/&lt;&lt;Hotel-ID&gt;&gt;/&lt;&lt;rateId_from_RoomsAndRatesAPI&gt;&gt;/price/recommendation/&lt;&lt;recommendationId_from_RoomsAndRatesAPI&gt;&gt;</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON object following the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"recommendedPrice\": {\n      \"type\": \"number\",\n      \"description\": \"The recommended price for the room choice\"\n    },\n    \"currency\": {\n      \"type\": \"string\",\n      \"description\": \"The currency of the recommended price\"\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","39635526","605108162153ec5d3a39507a5c6e871fe770554dd00c4ce9d5a5c8831f2375dec1e1ecf8dcaf3b621f5d0a9e7d67429abc9148b2a7049a9ab44265242bb58f61c87d6159ad9d954052c255d089a94c2ee0502d9a90b21346a8e6af6b7f09483a2cfbb86fe8b96eaf129221b64c9b8ebb0f82c1d4543344","price","recommendation","24811531-a8f1-4c93-8373-0f81f959debb"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4e9616b-fe69-46c0-9cd2-90be6da43a45"},{"name":"book with your own payment gateway","id":"e079dc4c-2ec0-4ed6-b96a-30bf3f89ea26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"corelationid","value":"<<Xeni Request Tracking Unique ID which is returned from Hotel Search API call>>","type":"text"},{"key":"x-session-id","value":"<<if customer needs to track your own  request ID, please pass it here.>>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rooms\": [\n        {\n            \"roomRefId\": \"16282dda-ef6d-4056-b7c9-1aea6b31c496\",\n            \"rateRefId\": \"3a496fa2-3d41-42de-a26f-dd7d7d25e7a2\",\n            \"guests\": [\n                {\n                    \"type\": \"Adult\",\n                    \"title\": \"Mr\",\n                    \"firstName\": \"First Name\",\n                    \"lastName\": \"Last Name\",\n                    \"age\": 30\n                }\n            ],\n            \"adults\": \"1\",\n            \"child\": \"0\"\n        }\n    ],\n    \"stayPeriod\": {\n        \"start\": \"2025-05-04\",\n        \"end\": \"2025-05-06\"\n    },\n    \"billingContact\": {\n        \"firstName\": \"First Name\",\n        \"lastName\": \"Lats Name\",\n        \"title\": \"Mr\",\n        \"type\": \"adult\",\n        \"contact\": {\n            \"email\": \"customer-email\",\n            \"phone\": \"customer-phone-with-country-code\"\n        }\n    },\n    \"recommendationId\": \"<<Recommendation id from rooms and rates API>>\",\n    \"bookingRefId\": \"<<Partner Generated Tracking ID for tracing the booking>>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/<<Hotel ID>>/<<Booking Session ID>>/book","description":"<p>This API endpoint allows the user to make a POST request to book a hotel room using the provided hotel ID and booking session ID. The request should include a payload in the raw request body type, containing details about the rooms to be booked, stay period, billing contact information, recommendation ID, and booking reference ID.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following parameters:</p>\n<ul>\n<li><p><code>rooms</code>: An array containing details of the rooms to be booked, including room reference ID, rate reference ID, and guest information.</p>\n<ul>\n<li><p><code>roomRefId</code>: The unique identifier for the room to be booked.</p>\n</li>\n<li><p><code>rateRefId</code>: The unique identifier for the rate of the room.</p>\n</li>\n<li><p><code>guests</code>: An array containing details of the guests staying in the room, including type, title, first name, last name, and age.</p>\n<ul>\n<li><p><code>type</code>: The type of guest (e.g., Adult, Child).</p>\n</li>\n<li><p><code>title</code>: The title of the guest (e.g., Mr, Mrs).</p>\n</li>\n<li><p><code>firstName</code>: The first name of the guest.</p>\n</li>\n<li><p><code>lastName</code>: The last name of the guest.</p>\n</li>\n<li><p><code>age</code>: The age of the guest.</p>\n</li>\n</ul>\n</li>\n<li><p><code>adults</code>: The number of adult guests staying in the room.</p>\n</li>\n<li><p><code>child</code>: The number of child guests staying in the room.</p>\n</li>\n</ul>\n</li>\n<li><p><code>stayPeriod</code>: An object containing the start and end dates of the stay period.</p>\n<ul>\n<li><p><code>start</code>: The start date of the stay period (e.g., \"2025-05-04\").</p>\n</li>\n<li><p><code>end</code>: The end date of the stay period (e.g., \"2025-05-06\").</p>\n</li>\n</ul>\n</li>\n<li><p><code>billingContact</code>: An object containing the billing contact information.</p>\n<ul>\n<li><p><code>firstName</code>: The first name of the billing contact.</p>\n</li>\n<li><p><code>lastName</code>: The last name of the billing contact.</p>\n</li>\n<li><p><code>title</code>: The title of the billing contact (e.g., Mr, Mrs).</p>\n</li>\n<li><p><code>type</code>: The type of contact (e.g., adult, child).</p>\n</li>\n<li><p><code>contact</code>: An object containing the contact details of the billing contact, including email and phone.</p>\n<ul>\n<li><p><code>email</code>: The email address of the billing contact.</p>\n</li>\n<li><p><code>phone</code>: The phone number of the billing contact.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>recommendationId</code>: The ID from the rooms recommendation.</p>\n</li>\n<li><p><code>bookingRefId</code>: The partner-generated tracking ID for the booking.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response to this request will include the booking status and any relevant details about the booked hotel room.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","<<Hotel ID>>","<<Booking Session ID>>","book"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e079dc4c-2ec0-4ed6-b96a-30bf3f89ea26"},{"name":"Initiate booking with Xeni as MoR","id":"4dbbc5b4-f9eb-4600-a44c-99607e809c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"corelationid","value":"<<Xeni Request Tracking Unique ID which is returned from Hotel Search API call>>","type":"text"},{"key":"x-session-id","value":"<<if customer needs to track your own  request ID, please pass it here.>>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"rooms\": [\n        {\n            \"roomRefId\": \"16282dda-ef6d-4056-b7c9-1aea6b31c496\",\n            \"rateRefId\": \"3a496fa2-3d41-42de-a26f-dd7d7d25e7a2\",\n            \"guests\": [\n                {\n                    \"type\": \"Adult\",\n                    \"title\": \"Mr\",\n                    \"firstName\": \"First Name\",\n                    \"lastName\": \"Last Name\",\n                    \"age\": 30\n                }\n            ],\n            \"adults\": \"1\",\n            \"child\": \"0\"\n        }\n    ],\n    \"stayPeriod\": {\n        \"start\": \"2025-05-04\",\n        \"end\": \"2025-05-06\"\n    },\n    \"billingContact\": {\n        \"firstName\": \"First Name\",\n        \"lastName\": \"Lats Name\",\n        \"title\": \"Mr\",\n        \"type\": \"adult\",\n        \"contact\": {\n            \"email\": \"customer-email\",\n            \"phone\": \"customer-phone-with-country-code\"\n        }\n    },\n    \"cardDetails\": {\n        \"cardHolderName\": \"Card Holder Name\",\n        \"email\": \"Email address which is assocated with the card\",\n        \"phone\": \"Phone number which is assocated with the card\"\n    },\n    \"recommendationId\": \"<<Recommendation id from rooms and rates API>>\",\n    \"bookingRefId\": \"<<Partner Generated Tracking ID for tracing the booking>>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/<<Hotel ID>>/<<Price_api_response_token>>/book?MoR=XENI","description":"<p>This API endpoint allows the user to make a POST request to book a hotel room using the provided hotel ID and booking session ID. The request should include a payload in the raw request body type, containing details about the rooms to be booked, stay period, billing contact information, recommendation ID, and booking reference ID.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should include the following parameters:</p>\n<ul>\n<li><p><code>rooms</code>: An array containing details of the rooms to be booked, including room reference ID, rate reference ID, and guest information.</p>\n<ul>\n<li><p><code>roomRefId</code>: The unique identifier for the room to be booked.</p>\n</li>\n<li><p><code>rateRefId</code>: The unique identifier for the rate of the room.</p>\n</li>\n<li><p><code>guests</code>: An array containing details of the guests staying in the room, including type, title, first name, last name, and age.</p>\n<ul>\n<li><p><code>type</code>: The type of guest (e.g., Adult, Child).</p>\n</li>\n<li><p><code>title</code>: The title of the guest (e.g., Mr, Mrs).</p>\n</li>\n<li><p><code>firstName</code>: The first name of the guest.</p>\n</li>\n<li><p><code>lastName</code>: The last name of the guest.</p>\n</li>\n<li><p><code>age</code>: The age of the guest.</p>\n</li>\n</ul>\n</li>\n<li><p><code>adults</code>: The number of adult guests staying in the room.</p>\n</li>\n<li><p><code>child</code>: The number of child guests staying in the room.</p>\n</li>\n</ul>\n</li>\n<li><p><code>stayPeriod</code>: An object containing the start and end dates of the stay period.</p>\n<ul>\n<li><p><code>start</code>: The start date of the stay period (e.g., \"2025-05-04\").</p>\n</li>\n<li><p><code>end</code>: The end date of the stay period (e.g., \"2025-05-06\").</p>\n</li>\n</ul>\n</li>\n<li><p><code>billingContact</code>: An object containing the billing contact information.</p>\n<ul>\n<li><p><code>firstName</code>: The first name of the billing contact.</p>\n</li>\n<li><p><code>lastName</code>: The last name of the billing contact.</p>\n</li>\n<li><p><code>title</code>: The title of the billing contact (e.g., Mr, Mrs).</p>\n</li>\n<li><p><code>type</code>: The type of contact (e.g., adult, child).</p>\n</li>\n<li><p><code>contact</code>: An object containing the contact details of the billing contact, including email and phone.</p>\n<ul>\n<li><p><code>email</code>: The email address of the billing contact.</p>\n</li>\n<li><p><code>phone</code>: The phone number of the billing contact.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>recommendationId</code>: The ID from the rooms recommendation.</p>\n</li>\n<li><p><code>bookingRefId</code>: The partner-generated tracking ID for the booking.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response to this request will include the payment_ intent_id creation status for the submitted booking, booking_reference_id for the booking along with payment_intent_id and the payment_client_secret.  </p>\n<p>{<br />\"status\": true,<br />\"data\": {<br />\"booking_reference_id\": \"bbe171dc-2c04-4e48-a766-650b46527915\",<br />\"payment_intent_id\": \"int_xxxxxxxyyyyyyyyyyyyyyy,<br />\"payment_client_secret\": \"eyJhbGciOiJIUzI1NiJ9.eyJpYafjxeYhcUn3XtUWGuNHatfq4tCRSydMf50\"<br />}<br />}</p>\n<h3 id=\"note\">Note:</h3>\n<p>The payment_intent_id and payment_client_secret will need to get used in the Payment Widget while calling the payment service to authorize the payment with the collected card numer details from the user.  </p>\n<p>**Sample Code for Widget:  </p>\n<p>**const cardElement = Airwallex.getElement('<strong>cardNumber</strong>');<br />await Airwallex.confirmPaymentIntent({<br />element: cardElement,<br />intent_id: 'int_xxxxxxxyyyyyyyyyyyyyyy',<br />client_secret:<br />'eyJhbGciOiJIUzI1NiJ9.eyJpYafjxeYhcUn3XtUWGuNHatfq4tCRSydMf50',<br />payment_method_options: {<br />card: {<br />auto_capture: false<br />}<br />},<br />payment_method: {<br />card: { name: 'First Name Last Name on the card ' },<br />billing: {<br />first_name: 'Typically, First Name on the card',<br />last_name: 'Typically, First Name on the card',<br />address: {<br />city: cardDetails?.city,<br />country_code: cardDetails?.country,<br />postcode: cardDetails?.zipCode,<br />state: cardDetails?.state,<br />street: cardDetails?.address<br />}<br />}<br />}<br />});</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","<<Hotel ID>>","<<Price_api_response_token>>","book"],"host":["{{api_host}}"],"query":[{"key":"MoR","value":"XENI"}],"variable":[]}},"response":[],"_postman_id":"4dbbc5b4-f9eb-4600-a44c-99607e809c46"},{"name":"Confirm booking with Xeni as MoR - Confirm","id":"6aab06fb-5b7a-4bcb-ae00-5b353b63ff84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"corelationid","value":"<<Xeni Request Tracking Unique ID which is returned from Hotel Search API call>>","type":"text"},{"key":"x-session-id","value":"<<if customer needs to track your own  request ID, please pass it here.>>","type":"text"}],"body":{"mode":"raw","raw":"{\n  referenceNumber : <<booking_reference_id returned in Initiate booking API call>>\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/<<Hotel ID>>/<<Price_api_response_token>>/book?MoR=XENI","description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This API endpoint allows users to book a hotel room by sending a POST request to the specified URL. The request must include the unique identifiers for the hotel and the price API response token, which are necessary for processing the booking.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{api_host}}/api/ext/hotel/&lt;&gt;/&lt;&gt;/book?MoR=XENI</code></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><code>MoR</code>: A string parameter indicating the mode of reservation.</li>\n</ul>\n</li>\n<li><p><strong>Request Body</strong>:</p>\n<ul>\n<li>The request body is expected to be in JSON format. However, in this case, the request body is empty (<code>{}</code>), indicating that no additional data is required to process the booking.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response from this endpoint will typically include confirmation of the booking along with relevant details such as:</p>\n<ul>\n<li><p>Booking ID</p>\n</li>\n<li><p>Booking status</p>\n</li>\n</ul>\n<p>{<br />\"status\": true,<br />\"data\": {<br />\"bookingId\": \"69171011832\",<br />\"bookingStatus\": \"Confirmed\"<br />}<br />}</p>\n<h3 id=\"notes\">Notes</h3>\n<p>Ensure that the <code>Hotel ID</code> and <code>Price_api_response_token</code> are correctly specified in the URL to successfully complete the booking process.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","<<Hotel ID>>","<<Price_api_response_token>>","book"],"host":["{{api_host}}"],"query":[{"key":"MoR","value":"XENI"}],"variable":[]}},"response":[],"_postman_id":"6aab06fb-5b7a-4bcb-ae00-5b353b63ff84"},{"name":"Hotel Booking Details","id":"cb006011-4829-40d0-b91a-474c0a6ef166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text"}],"url":"{{api_host}}/api/ext/hotel/getBookingDetails?bookingId=<<Partner Generated Tracking ID for tracing the booking>>&currency=USD","description":"<p>This endpoint retrieves the details of a specific hotel booking identified by the provided booking ID and currency.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><code>bookingId</code> (query parameter) - Partner Generated Tracking ID for tracing the booking</p>\n</li>\n<li><p><code>currency</code> (query parameter) - The currency in which the booking details should be retrieved</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is a JSON object representing the details of the hotel booking. The JSON schema for the response can be documented as per the structure of the actual response received from the API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","getBookingDetails"],"host":["{{api_host}}"],"query":[{"key":"bookingId","value":"<<Partner Generated Tracking ID for tracing the booking>>"},{"key":"currency","value":"USD"}],"variable":[]}},"response":[],"_postman_id":"cb006011-4829-40d0-b91a-474c0a6ef166"}],"id":"40128228-2903-4e37-b8f1-9c016b61b34a","_postman_id":"40128228-2903-4e37-b8f1-9c016b61b34a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Cancel","item":[{"name":"Get Cancellation Penalties","id":"32c73c6e-3f00-44d7-a02b-5c711be01fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/bookingCancellationFee?bookingId=<<Customer Request Unique ID for tracing>>","description":"<p>This endpoint allows users to retrieve the cancellation fee for a specific hotel booking identified by the booking ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>Endpoint: {{resorts_base_url}}/api/ext/hotel/bookingCancellationFee</p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li>bookingId (required): Unique ID for tracing the customer request</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the cancellation fee details for the specified booking.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","bookingCancellationFee"],"host":["{{api_host}}"],"query":[{"key":"bookingId","value":"<<Customer Request Unique ID for tracing>>"}],"variable":[]}},"response":[],"_postman_id":"32c73c6e-3f00-44d7-a02b-5c711be01fd5"},{"name":"Cancel Hotel","id":"ec4d43ff-e315-45e8-95c3-fb92c456b941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"},{"key":"x-session-id","value":"<<Customer Request Unique ID for tracing>>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bookingId\": \"<<Partner Generated Tracking ID for tracing the booking>>\",\n    \"token\": \"<<Cacellation_Policy_Reference_ID>>\"\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/hotel/booking/cancel","description":"<p>This endpoint is used to cancel a hotel booking. The HTTP POST request should be sent to {{resorts_base_url}}/api/ext/hotel/booking/cancel with the following payload in the raw request body type:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"bookingId\": \"&lt;  \"token\": \"&lt;}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is a JSON schema. The schema will define the structure of the response object returned upon cancelling a hotel booking.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","hotel","booking","cancel"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec4d43ff-e315-45e8-95c3-fb92c456b941"}],"id":"82ac5279-269d-4f59-b7e4-e3cb74e8c390","_postman_id":"82ac5279-269d-4f59-b7e4-e3cb74e8c390","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"f63aa13e-0d85-44ca-a933-4ae5d20b837a","description":"<p>Xeni Hotels offers two products for the customers.</p>\n<p>1. A no code soution where the customers do not need to build their own User Interface and it has end to end solution for search, book and cancel.</p>\n<p>2. A Low Code solution where the customer could use the APIs to build their own custom User Interface.</p>\n","_postman_id":"f63aa13e-0d85-44ca-a933-4ae5d20b837a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Fligths API v1","item":[{"name":"Search for Flights","id":"cac42058-f34b-441e-b071-45180f001a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"{{api_host}}/api/ext/flightSearch","description":"<h3 id=\"flight-search-api\">Flight Search API</h3>\n<p>This API endpoint is used to search for flights based on the provided criteria. Send an HTTP POST request to <code>{{api_host}}/api/ext/flightSearch</code> with the following payload in the raw request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"agencyName\": \"&lt;string&gt;\",\n  \"from1\": \"&lt;string&gt;\",\n  \"to1\": \"&lt;string&gt;\",\n  \"departureDate1\": \"&lt;date&gt;\",\n  \"adults\": \"&lt;string&gt;\",\n  \"children\": \"&lt;string&gt;\",\n  \"infants\": \"&lt;string&gt;\",\n  \"flightClass\": \"Economy\",\n  \"routeType\": \"Round-Trip\",\n  \"currency\": \"&lt;string&gt;\"\n}\n\n</code></pre>\n<ul>\n<li><p><code>agencyName</code> (string): The name of the agency.</p>\n</li>\n<li><p><code>from1</code> (string): Departure airport code for the first leg of the journey.</p>\n</li>\n<li><p><code>to1</code> (string): Arrival airport code for the first leg of the journey.</p>\n</li>\n<li><p><code>departureDate1</code> (date): Departure date for the first leg of the journey.</p>\n</li>\n<li><p><code>adults</code> (string): Number of adult passengers.</p>\n</li>\n<li><p><code>children</code> (string): Number of child passengers.</p>\n</li>\n<li><p><code>infants</code> (string): Number of infant passengers.</p>\n</li>\n<li><p><code>flightClass</code> (string): Class of the flight (e.g., Economy, Premium, Business).</p>\n</li>\n<li><p><code>routeType</code> (string): Type of route (e.g., One-Way, Round-Trip).</p>\n</li>\n<li><p><code>currency</code> (string): Currency for the fare.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful execution, the response will include a status, message, and data. The <code>data</code> object contains itineraries and fareFamilies. Each itinerary includes flights with details such as airline name, logo, departure and arrival information, duration, stops, baggage information, and more. The fareFamilies object provides details about different fare families and their associated information.</p>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": true,\n  \"message\": \"\",\n  \"data\": {\n    \"itineraries\": [\n      {\n        \"flights\": [\n          {\n            \"airlineName\": \"\",\n            \"airlineLogo\": \"\",\n            \"departureAirport\": \"\",\n            \"departureDate\": \"\",\n            \"departureTime\": \"\",\n            \"arrivalAirport\": \"\",\n            \"arrivalDate\": \"\",\n            \"arrivalTime\": \"\",\n            \"duration\": \"\",\n            \"stops\": [\"\"],\n            \"marketingCarrier\": [\"\"],\n            \"freeBaggages\": null,\n            \"cabin\": \"\"\n          }\n        ],\n        \"totalAmount\": 0,\n        \"basePrice\": 0,\n        \"taxAndFees\": 0,\n        \"currency\": \"\",\n        \"id\": \"\",\n        \"link\": \"\",\n        \"fareFamily\": \"\",\n        \"rawFareFamily\": \"\",\n        \"sessionId\": \"\"\n      }\n    ],\n    \"fareFamilies\": [\n      {\n        \"Code\": \"\",\n        \"Name\": \"\",\n        \"Owner\": \"\",\n        \"AirlineFareFamilyInfos\": [\n          {\n            \"Code\": \"\",\n            \"Name\": \"\",\n            \"Group\": null,\n            \"SubGroup\": null,\n            \"RFIC\": null,\n            \"Type\": \"\"\n          }\n        ]\n      }\n    ]\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["api","ext","flightSearch"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"93389e7d-d448-47af-8ca5-50e6a146c4cb","name":"200 Successful Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"YOUR-AGENCY-NAME\",\n  \"from1\": \"SFO\",\n  \"to1\": \"LON\",\n  \"departureDate1\": \"2025-07-01\",\n  \"adults\": \"2\",\n  \"children\": \"1\",\n  \"infants\": \"1\",\n  \"flightClass\": \"Economy\",\n  \"routeType\": \"Round-Trip\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/flightSearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Jun 2025 05:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"521754"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9c3bce7e-77b0-40da-b6a2-fdde9e89e4e5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"x-amz-apigw-id","value":"LhZI7EpcoAMEm2w="},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"X-Amzn-Trace-Id","value":"Root=1-683d3bd2-597858781b0d990218e7d31e"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"itineraries\": [\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a77bdf85-5b99-4711-9a39-7396c51c8326\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_2033_L_6*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"93137314-f551-44b3-b520-41c6c412043d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_2033_L_6*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b7977a09-5dee-41d4-9ae6-9b20f4d309ea\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_2033_L_6*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"520ab418-6c38-41c9-bdba-1d6421e1fa5b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_1149_L_7*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ecd5cdc1-a6da-4688-8919-040da9a21d5d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_1149_L_7*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c27e35b2-6cac-4ecf-8e0c-1b20aa5b5d48\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_1149_L_7*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2041.53,\n                \"basePrice\": 2041.53,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3a8fb4cd-61ff-48ec-b5c4-ccd8676bd346\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2001.5&OfficeId=87SJ&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2041.53,\n                \"basePrice\": 2041.53,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"97b67134-2d11-4100-8904-0198b3712731\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2001.5&OfficeId=87SJ&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2055.3,\n                \"basePrice\": 2055.3,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3c0de0ee-3e41-4958-98eb-cb11e1d058e4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2015&OfficeId=87SJ&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"794b22ed-51c0-41c7-a2ef-35139b825441\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=DL_5964_E_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6396352a-6dae-456b-8e5b-cb13ffda7d14\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=VS_20_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"612f3e06-4bc0-467d-8b18-36a804016104\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=DL_5960_E_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e1004b16-088e-44c9-8340-7dcab932b718\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=VS_42_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ff63bbeb-7624-4bc4-b993-1d203073ef34\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b5f6cf2e-5db1-44bd-bd5e-804135005692\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c9d6dee5-431f-44a8-83da-252eb1257d07\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"46087ac0-0359-4ca1-9530-f7e222082b3c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8db99df2-fa0c-40f4-9ff3-8f72e7466a57\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"70c10dee-bdcb-4bad-b68f-c919ac4ad607\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:55 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4114\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"41085184-d168-4987-b095-9094ce9181a3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=VS_4114_T_10*VS_8_T_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"24f3beef-dcb8-4c1e-b90b-f03152ce850d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=DL_2272_E_12*DL_5978_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4249de96-252e-46dd-8b05-a22178284ebb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=DL_902_E_13*DL_50_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a45ce6a3-1dce-4c6e-85ef-de589671f540\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=VS_4507_T_13*VS_4020_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"940a6b91-48bb-4ad7-8335-44b5151ab521\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=DL_1412_E_13*DL_5974_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1f4235e6-fcee-4053-8f1e-21bbdd6a4e07\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=VS_1902_T_13*VS_106_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2106.3,\n                \"basePrice\": 2106.3,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a0a4f1ac-96d4-4384-a6f2-63917799d7b1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2065&OfficeId=87SJ&flightinfo=VS_4116_T_12*VS_8_T_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2136.39,\n                \"basePrice\": 2136.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d38ca61f-32db-4a2e-83a4-97584faa98b5\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2094.5&OfficeId=87SJ&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6eaf584a-8a04-46a9-8fed-0500f2f1478a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a14aeb66-e27b-4534-bc2a-ed84afdfe005\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aa626af4-4eb1-404d-ab58-05ee39e90c3d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c1a8b773-8508-4aad-9d65-1f1daecb5167\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d3d23564-1031-4993-9561-3f81fc33c2ea\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2190.86,\n                \"basePrice\": 2190.86,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e275afe-2b71-4456-b3fd-95c5cc112c36\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2147.9&OfficeId=87SJ&flightinfo=DL_9647_E_13*DL_9346_E_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2270.42,\n                \"basePrice\": 2270.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ab1c9aef-f2a3-43c7-affd-cb90cce66a8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2225.9&OfficeId=87SJ&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2278.68,\n                \"basePrice\": 2278.68,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ded94d91-1251-496e-a17c-82eb1c0ded1b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2234&OfficeId=87SJ&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2293.67,\n                \"basePrice\": 2293.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0051f542-90a4-49f1-9fd6-a71e877a1b20\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2248.7&OfficeId=87SJ&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO LIGHT\",\n                \"rawFareFamily\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2348.55,\n                \"basePrice\": 2348.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f63a6a56-3985-4e1b-b2ea-86c5e9fe5438\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2302.5&OfficeId=87SJ&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.36,\n                \"basePrice\": 2415.36,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4e213ec4-329a-4bcd-992b-f27352600b06\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2368&OfficeId=87SJ&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.36,\n                \"basePrice\": 2415.36,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"985c6325-8ad9-4303-a8d3-7718c5d0e8ab\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2368&OfficeId=87SJ&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"18:00:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2275\",\n                            \"AS6936\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2520.42,\n                \"basePrice\": 2520.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cbdd743b-6706-465e-9522-dd978a0facf3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2471&OfficeId=87SJ&flightinfo=AS_2275_Q_6*AS_6936_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"rawFareFamily\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2554.59,\n                \"basePrice\": 2554.59,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bd62b811-3b57-44f7-bde5-46d797d40546\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2504.5&OfficeId=87SJ&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2554.59,\n                \"basePrice\": 2554.59,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fd3998df-b3de-4b87-844f-e692b7c9b7c2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2504.5&OfficeId=87SJ&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2566.83,\n                \"basePrice\": 2566.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"963c44e5-8afa-4863-a93c-c3204165d7e8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2516.5&OfficeId=87SJ&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2595.39,\n                \"basePrice\": 2595.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"adfe8ee3-10eb-40cf-a8d4-b572d2af84cc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2544.5&OfficeId=87SJ&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2729.01,\n                \"basePrice\": 2729.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c63db8b6-a736-4917-b0ae-46c49c420ee2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2675.5&OfficeId=87SJ&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2798.37,\n                \"basePrice\": 2798.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"43729503-1f2f-4721-8a33-b8fc8c08ad06\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2743.5&OfficeId=87SJ&flightinfo=AA_6995_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2798.37,\n                \"basePrice\": 2798.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a81ef3a8-f437-40d9-b3b9-884e0c3d0523\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2743.5&OfficeId=87SJ&flightinfo=AA_6997_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4081\",\n                            \"AY5784\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2873.34,\n                \"basePrice\": 2873.34,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"69bb36d9-c6b4-4b0a-ad43-5dd7db76d64e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2817&OfficeId=87SJ&flightinfo=AY_4081_Q_11*AY_5784_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2947.29,\n                \"basePrice\": 2947.29,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cc83ce55-2c51-4ea4-8780-35b253b3b8d8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2889.5&OfficeId=87SJ&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3720.45,\n                \"basePrice\": 3720.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3c592c9a-f994-48b6-a6e0-1904c0a7ca42\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3647.5&OfficeId=87SJ&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:30 am\",\n                        \"duration\": \"19:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6116\",\n                            \"B67\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1787.04,\n                \"basePrice\": 1787.04,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47e435c2-1908-440a-9b6b-f52fa287f5a6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1752&OfficeId=MEXMX21DJ&flightinfo=B6_116_L_6*B6_7_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:45 pm\",\n                        \"duration\": \"14:15:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6816\",\n                            \"B61107\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1814.58,\n                \"basePrice\": 1814.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5f540d90-00a4-4d85-8905-07b614885e4f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1779&OfficeId=MEXMX21DJ&flightinfo=B6_816_L_22*B6_1107_L_8&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:44 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:30 am\",\n                        \"duration\": \"14:46:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6216\",\n                            \"B67\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1814.58,\n                \"basePrice\": 1814.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a6cf21c1-8720-4d6a-9b80-228710b691a3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1779&OfficeId=MEXMX21DJ&flightinfo=B6_216_L_10*B6_7_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:30 am\",\n                        \"duration\": \"17:50:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6316\",\n                            \"B67\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1814.58,\n                \"basePrice\": 1814.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e7c44268-c86e-49ee-8bd3-e75dff88f5fa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1779&OfficeId=MEXMX21DJ&flightinfo=B6_316_L_7*B6_7_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5a31261e-d1b6-4d84-987e-c9ffb6ef3690\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8032\",\n                            \"UA8296\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"147b734e-c2f4-4955-9cb0-8bc360d2ae7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_8032_V_8*UA_8296_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8033\",\n                            \"UA8068\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f230ca8e-1b61-4674-983b-b97e415af905\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_8033_V_11*UA_8068_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1849\",\n                            \"UA918\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e52386bb-f2c5-417c-b6f1-2ccda9d82a48\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_1849_V_8*UA_918_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8032\",\n                            \"UA8068\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"de129263-e82f-4956-979c-96720298510e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_8032_V_8*UA_8068_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b073fd93-18e3-4fbe-9cd1-fd04067d4823\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2b856ea8-6b70-4483-a49a-106f8fb30db7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"66d8e52c-6cab-40ee-acee-e85a09074a26\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_760_V_8*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"YYC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3112\",\n                            \"AC850\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"64882437-bb94-4b65-a4a4-417bf8d21ce3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_3112_V_11*AC_850_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f3cd21d2-0d12-49ae-83a0-afd1297a6bc1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95b413ab-62c6-4c4e-9592-464761f3f145\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a6dd2e55-c5f8-4d65-a20f-c51aa537597d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a5cfa674-4915-4f5a-8924-b92381dcfe8b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"605e27e6-2324-484f-97f9-6c5341c67e8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8312cac4-12c0-4ed9-b8a0-0231a44c18ca\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:53 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:35 am\",\n                        \"duration\": \"14:42:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3455\",\n                            \"AC856\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"eb67de0e-eaed-4fa3-acb8-86e528c92393\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_3455_V_9*AC_856_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"15:35:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4469fd5f-69a9-4e8a-901f-577da918faff\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_740_V_12*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:53 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"15:42:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3455\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a4643bd-4189-4e57-9c16-17df671b8468\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_3455_V_9*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:35 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC856\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2c02d1f5-6e04-4c32-9e85-59e91d497d7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_856_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"16:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4c540d23-633f-4971-bacc-f3502470c283\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:53 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"17:57:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3455\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c6444c43-3bb8-49dd-b131-d93d4db09093\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_3455_V_9*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"19:10:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c33028f3-1ce2-4674-9b90-b78ccb9eeefd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:40 pm\",\n                        \"duration\": \"14:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8828\",\n                            \"UA8815\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2148.94,\n                \"basePrice\": 2148.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c969eae6-275a-4214-b9cc-be7657e5602d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2106.8&OfficeId=MEXMX21DJ&flightinfo=UA_8828_V_14*UA_8815_V_12&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2151.69,\n                \"basePrice\": 2151.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bfddc01c-7d3d-4b00-9478-0a529f297112\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2109.5&OfficeId=MEXMX21DJ&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2151.69,\n                \"basePrice\": 2151.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0f134d5f-c6b3-4f81-abd2-5ccba8ee50ca\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2109.5&OfficeId=MEXMX21DJ&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2166.33,\n                \"basePrice\": 2166.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"36c2c0c3-511b-4762-bd89-e45aa1cbc257\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_A_17*EI_166_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2166.33,\n                \"basePrice\": 2166.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e1bbf03-7a1a-484f-aeaf-d45532cfc511\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_A_17*EI_176_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:40 pm\",\n                        \"duration\": \"14:35:00\",\n                        \"stops\": [\n                            \"MUC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH459\",\n                            \"LH2480\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2199.73,\n                \"basePrice\": 2199.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f65d476c-a504-447c-af9d-913aa875be48\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2156.6&OfficeId=MEXMX21DJ&flightinfo=LH_459_V_21*LH_2480_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:45 pm\",\n                        \"duration\": \"15:40:00\",\n                        \"stops\": [\n                            \"MUC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH459\",\n                            \"LH2482\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2199.73,\n                \"basePrice\": 2199.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5cad67f9-f2ca-489d-9644-f98f0dc7c497\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2156.6&OfficeId=MEXMX21DJ&flightinfo=LH_459_V_21*LH_2482_V_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2201.46,\n                \"basePrice\": 2201.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"55c2ac53-ec65-4859-936b-cd481dc0d976\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2158.29&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_A_17*EI_168_F_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:40 pm\",\n                        \"duration\": \"14:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH455\",\n                            \"LH906\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2207.08,\n                \"basePrice\": 2207.08,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e0413f49-d3f8-4523-b80b-7ab148648f26\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2163.8&OfficeId=MEXMX21DJ&flightinfo=LH_455_V_14*LH_906_V_12&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:40 pm\",\n                        \"duration\": \"16:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH455\",\n                            \"LH908\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2207.08,\n                \"basePrice\": 2207.08,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7f21f7aa-8a8f-488d-b96f-c8459e800823\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2163.8&OfficeId=MEXMX21DJ&flightinfo=LH_455_V_14*LH_908_V_14&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:40 pm\",\n                        \"duration\": \"17:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH455\",\n                            \"LH910\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2207.08,\n                \"basePrice\": 2207.08,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9dda5b4e-6a2b-421e-9665-870cecfaf391\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2163.8&OfficeId=MEXMX21DJ&flightinfo=LH_455_V_14*LH_910_V_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"CDG\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF81\",\n                            \"AF1180\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2210.14,\n                \"basePrice\": 2210.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f954e7c-efc5-4843-9ee0-d57cf5006b81\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2166.8&OfficeId=MEXMX21DJ&flightinfo=AF_81_T_20*AF_1180_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"14:40:00\",\n                        \"stops\": [\n                            \"CDG\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF83\",\n                            \"AF1780\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2210.14,\n                \"basePrice\": 2210.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cfb7850c-e778-4edc-8bab-7d7196c93413\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2166.8&OfficeId=MEXMX21DJ&flightinfo=AF_83_T_15*AF_1780_L_13&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:35 pm\",\n                        \"duration\": \"17:30:00\",\n                        \"stops\": [\n                            \"CDG\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF83\",\n                            \"AF1280\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2210.14,\n                \"basePrice\": 2210.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6cf0ce3-4caa-43ee-acbd-447e5393b29a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2166.8&OfficeId=MEXMX21DJ&flightinfo=AF_83_T_15*AF_1280_L_16&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2285.72,\n                \"basePrice\": 2285.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ca398436-76a4-442e-b52b-3e6812fdca43\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2240.9&OfficeId=MEXMX21DJ&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"010fe47d-b844-4167-bba7-2029dca3ba7e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:12 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:40 am\",\n                        \"duration\": \"13:28:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1385\",\n                            \"UA924\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9e514a78-6cfa-4197-a65e-372d35bce2e2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=UA_1385_Q_13*UA_924_Q_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:15 pm\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2556\",\n                            \"AA98\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"577426e3-93bf-4d27-99e2-2856a88aca8d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2556_O_14*AA_98_O_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:15 pm\",\n                        \"duration\": \"14:45:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1515\",\n                            \"AA98\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"973fa5a2-399b-4121-a141-6091dce5fa53\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1515_O_13*AA_98_O_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1996\",\n                            \"AA20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8d301472-5bc0-4a5b-9f3e-87997f48958e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1996_O_11*AA_20_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:14 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:25 pm\",\n                        \"duration\": \"14:11:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA3293\",\n                            \"AA78\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4c77748e-6eaf-4d12-81e6-5f10103470e4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_3293_O_16*AA_78_O_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2904\",\n                            \"AA50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"46d794c6-9a6a-4d9d-b6ac-b640c3e770c8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2904_O_8*AA_50_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1949\",\n                            \"AA80\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7d470f04-3b7a-467c-9964-12a8ea82128e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1949_O_12*AA_80_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA276\",\n                            \"AA142\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"73c58670-8a53-4313-bbf1-1af23e521334\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_276_O_22*AA_142_O_9&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:14 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"15:16:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2428\",\n                            \"AA734\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a19b7ec1-af3d-4e10-be78-3623706e24f1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2428_O_13*AA_734_O_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"15:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2305\",\n                            \"AA50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a836016c-a48e-4d16-bd0f-d925446ad5aa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2305_O_7*AA_50_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"15:30:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1996\",\n                            \"AA80\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fd1aab8f-2e2f-4773-9c4c-faed13d3cfac\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1996_O_11*AA_80_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:40 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1960\",\n                            \"AA730\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c26d8a2d-5eb2-46d1-ae41-53169233c6e1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1960_O_7*AA_730_O_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:05 am\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1960\",\n                            \"AA732\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d326c3fc-a9fc-4afe-9658-d40be8b5f9fe\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1960_O_7*AA_732_O_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:40 am\",\n                        \"duration\": \"18:15:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA3082\",\n                            \"AA730\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1f1feda3-e5ca-4048-b8be-8feb5a0ba1e5\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_3082_O_5*AA_730_O_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:05 am\",\n                        \"duration\": \"19:40:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA3082\",\n                            \"AA732\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5964c908-7b40-49dd-a46a-529a63d2d340\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_3082_O_5*AA_732_O_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"21:05:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1960\",\n                            \"AA734\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"98f7cd83-cbe5-49bd-9970-88f4dd258d55\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1960_O_7*AA_734_O_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:17 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:05 am\",\n                        \"duration\": \"13:48:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA166\",\n                            \"AA104\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dbc456e9-f2b3-45ac-89a5-8980679e227d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_166_O_13*AA_104_O_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"13:50:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1527\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f36cc2d1-ce48-410d-ad34-3f5dfbc9a62f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=UA_1527_Q_14*UA_262_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:23 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:40 pm\",\n                        \"duration\": \"15:17:00\",\n                        \"stops\": [\n                            \"PHX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1321\",\n                            \"AA6999\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2dfeab49-0645-4238-9dc7-18f8233496cf\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1321_O_15*AA_6999_O_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"16:20:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA234\",\n                            \"AA100\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a2d18260-5628-4e8b-a69e-32627d1f8a95\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_234_O_6*AA_100_O_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"16:25:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6434\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2426.58,\n                \"basePrice\": 2426.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0dddf392-020d-4d14-ba0c-42872df83511\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2379&OfficeId=MEXMX21DJ&flightinfo=B6_434_L_6*B6_1620_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:05 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"19:30:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6434\",\n                            \"B62104\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2426.58,\n                \"basePrice\": 2426.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"727499c4-596b-44b6-9b60-a9d979792067\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2379&OfficeId=MEXMX21DJ&flightinfo=B6_434_L_6*B6_2104_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2441.37,\n                \"basePrice\": 2441.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b6510091-e048-43e3-92b3-cae4a2f70e79\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2393.5&OfficeId=MEXMX21DJ&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2441.37,\n                \"basePrice\": 2441.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"83c906f2-d4ec-4e54-b495-5d672f11c05a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2393.5&OfficeId=MEXMX21DJ&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7785\",\n                            \"LH9357\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"197464d8-e17c-4aed-aaa9-e9d2fa8717f8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7785_V_8*LH_9357_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8820\",\n                            \"SN9090\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a23386d-8ab2-4de7-b392-ab3c7527a4de\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8820_V_8*SN_9090_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7489\",\n                            \"LH9259\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7e0c34d7-8827-4f98-ab41-14ddfc3d64c7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7489_V_8*LH_9259_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7887\",\n                            \"LH7768\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b2958f12-9f2f-4c01-960a-260095de28fa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7887_V_7*LH_7768_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:35 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:40 am\",\n                        \"duration\": \"16:05:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7531\",\n                            \"LH9267\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f4c3ecd-b029-421b-a0e7-823942427656\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7531_V_10*LH_9267_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9061\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"31b67265-7549-4017-b7df-d7f40196e0da\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_V_7*SN_9061_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9057\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"12e9b91b-61bb-49a4-befc-6c9a7f3deb30\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_V_7*SN_9057_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8942\",\n                            \"SN9061\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"27d4c360-4894-4584-a194-8f9922230c02\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8942_V_6*SN_9061_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9039\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dd8d4437-3e1f-427c-aa38-aeb703a7efc8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_V_7*SN_9039_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8942\",\n                            \"SN9057\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3042206c-9131-439e-b960-e6a4b9b220c7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8942_V_6*SN_9057_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8942\",\n                            \"SN9039\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a923f27-b1fb-4e39-9d78-779dc680b7c1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8942_V_6*SN_9039_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:40 pm\",\n                        \"duration\": \"14:15:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9407\",\n                            \"LH916\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2523.28,\n                \"basePrice\": 2523.28,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b7b83e10-83f9-4460-8a2e-01683a6a129f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2473.8&OfficeId=MEXMX21DJ&flightinfo=LH_9407_V_19*LH_916_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 pm\",\n                        \"duration\": \"15:10:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9407\",\n                            \"LH5658\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2590.19,\n                \"basePrice\": 2590.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fe734699-4c4d-4680-bf7f-380456c894d9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2539.4&OfficeId=MEXMX21DJ&flightinfo=LH_9407_V_19*LH_5658_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e1c34978-60f0-4e00-8d76-cff116e7406a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"12:30:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA566\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e87e787a-b030-4361-b5e6-69b12460fb0e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_566_H_15*UA_262_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"17:03:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1374\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a38ce03b-7343-41e5-b650-5137f5d61bbd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_1374_H_11*UA_262_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:20 pm\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"YVR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8506\",\n                            \"UA8582\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6ba38f23-26de-4311-8671-f24b71aa1bf7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_8506_H_16*UA_8582_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"16:20:00\",\n                        \"stops\": [\n                            \"ORD\",\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA587\",\n                            \"UA587\",\n                            \"UA8296\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"92845b07-59fb-4194-ae6e-ab344b8ff469\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_587_H_6*UA_587_H_14*UA_8296_H_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"19:50:00\",\n                        \"stops\": [\n                            \"ORD\",\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA587\",\n                            \"UA587\",\n                            \"UA8068\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a093d8b-0e7c-4060-bc1e-8cc1f567f550\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_587_H_6*UA_587_H_14*UA_8068_H_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:20 pm\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"YVR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC571\",\n                            \"AC860\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3e0aaf65-1f70-4c23-8497-85590d4a8773\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=AC_571_H_16*AC_860_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:20 pm\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"YVR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC567\",\n                            \"AC860\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f3c25d3b-5ce2-4572-9b67-372e64fa514c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=AC_567_H_11*AC_860_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7095\",\n                            \"KL4833\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d4d61057-261c-45c3-b64f-a89cca071e44\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=KL_7095_L_12*KL_4833_L_15&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:15 pm\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF5670\",\n                            \"AF9654\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"04f30cb8-9518-4460-bee6-bcced9542cc2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_5670_L_18*AF_9654_L_22&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:48 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:15 pm\",\n                        \"duration\": \"17:27:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8811\",\n                            \"AF9654\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1862cd69-3c96-481c-8070-add80bf3b8ec\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_8811_L_15*AF_9654_L_22&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:48 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:35 pm\",\n                        \"duration\": \"14:47:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8811\",\n                            \"AF9891\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d0535e4b-4114-4612-99fe-884cbb0277af\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_8811_L_15*AF_9891_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:55 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7093\",\n                            \"KL4833\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"56ebffb2-f3d9-4b00-ab68-84f03754e741\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=KL_7093_L_10*KL_4833_L_15&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:50 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:55 am\",\n                        \"duration\": \"19:05:00\",\n                        \"stops\": [\n                            \"DTW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF2227\",\n                            \"AF3639\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7e7ef10a-a35d-4320-ad4c-6e076953eb71\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_2227_L_5*AF_3639_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Westjet\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/WS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:05 pm\",\n                        \"duration\": \"20:35:00\",\n                        \"stops\": [\n                            \"YYC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"WS1521\",\n                            \"WS18\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2662.2,\n                \"basePrice\": 2662.2,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c9d8a9ff-f9a7-4b32-ae18-334a9a83ec1d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2610&OfficeId=MEXMX21DJ&flightinfo=WS_1521_T_7*WS_18_T_20&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONO\",\n                \"rawFareFamily\": \"ECONO\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Tap Portugal\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TP.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 pm\",\n                        \"duration\": \"19:15:00\",\n                        \"stops\": [\n                            \"TER\",\n                            \"LIS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TP240\",\n                            \"TP240\",\n                            \"TP1358\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2716.26,\n                \"basePrice\": 2716.26,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"765c876b-78b3-421e-ba79-183d0c4cd38b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2663&OfficeId=MEXMX21DJ&flightinfo=TP_240_Q_18*TP_240_Q_13*TP_1358_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Tap Portugal\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TP.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:55 pm\",\n                        \"duration\": \"20:10:00\",\n                        \"stops\": [\n                            \"TER\",\n                            \"LIS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TP240\",\n                            \"TP240\",\n                            \"TP1366\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2716.26,\n                \"basePrice\": 2716.26,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aa90a303-7d96-47fe-9172-cd78d78742ed\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2663&OfficeId=MEXMX21DJ&flightinfo=TP_240_Q_18*TP_240_Q_13*TP_1366_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"42347873-8f06-437b-91c7-bddd8719f905\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"SN9103\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"62177d1a-c01e-4039-86b1-b21b03711732\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=SN_9103_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:10 am\",\n                        \"duration\": \"19:10:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9037\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0e2937f5-ca65-4063-9685-4224ec67675c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_Q_7*SN_9037_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"20:25:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9041\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c656cf91-c7b6-4a61-90f9-0557fc050c51\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_Q_7*SN_9041_Q_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:05:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B61734\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2793.78,\n                \"basePrice\": 2793.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8d9eac7c-83a6-440b-ad7d-a19ccec59e32\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2739&OfficeId=MEXMX21DJ&flightinfo=B6_1734_L_8*B6_1620_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:56 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"14:39:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6834\",\n                            \"B62104\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2793.78,\n                \"basePrice\": 2793.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95d0ecb7-7889-4a48-b2dc-27359d6fbd93\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2739&OfficeId=MEXMX21DJ&flightinfo=B6_834_L_10*B6_2104_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B61734\",\n                            \"B62104\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2793.78,\n                \"basePrice\": 2793.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3e1100b4-eb8f-41a7-9cbb-41b8e1c17ebe\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2739&OfficeId=MEXMX21DJ&flightinfo=B6_1734_L_8*B6_2104_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:50 pm\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"MUC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7996\",\n                            \"LH2474\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2832.13,\n                \"basePrice\": 2832.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bf33577b-e6b5-4c76-a442-4015ab98ccef\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2776.6&OfficeId=MEXMX21DJ&flightinfo=LH_7996_Q_14*LH_2474_Q_11&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6262\",\n                            \"AA136\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a9ec4128-f350-4a38-95d5-ad2b93723887\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_6262_Q_11*AA_136_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1515\",\n                            \"AA46\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f9e51061-e604-4344-8367-c1b1875bb688\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1515_Q_13*AA_46_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6428\",\n                            \"AA136\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bc942746-8a8d-4147-b042-7cc1d8181c4a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_6428_Q_10*AA_136_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6411\",\n                            \"AA136\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c84a741a-7a86-452c-94b3-f8562eff3365\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_6411_Q_9*AA_136_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:20 am\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA359\",\n                            \"AA86\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0e467573-979a-4550-9c2a-972793952cd3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_359_Q_8*AA_86_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:18 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:05 pm\",\n                        \"duration\": \"15:47:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA4895\",\n                            \"AA134\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e7ab3217-8b15-4847-9069-07a786c9ab0c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_4895_Q_16*AA_134_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:20 am\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2614\",\n                            \"AA86\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"856cabd8-8ae5-4e16-bc6a-086cbe3de867\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_2614_Q_6*AA_86_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:16 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:20 am\",\n                        \"duration\": \"13:04:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1135\",\n                            \"AA86\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aaa1110d-077d-4b59-83bb-96b01b8cb18e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1135_Q_10*AA_86_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:23 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:50 pm\",\n                        \"duration\": \"13:27:00\",\n                        \"stops\": [\n                            \"PHX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1321\",\n                            \"AA194\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4d3956cd-18ac-4e65-85a0-8d6feb41edc3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1321_Q_15*AA_194_Q_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:28 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:50 pm\",\n                        \"duration\": \"16:22:00\",\n                        \"stops\": [\n                            \"PHX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1450\",\n                            \"AA194\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"51e3a45f-f44e-4915-87cf-f3a2655b70de\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1450_Q_12*AA_194_Q_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:16 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:15 pm\",\n                        \"duration\": \"17:59:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1135\",\n                            \"AA98\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4a696d50-ee7a-44f6-9b6c-6827101c72c4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1135_Q_10*AA_98_Q_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA8324\",\n                            \"AA8044\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2869.67,\n                \"basePrice\": 2869.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"84d8a3ba-e5be-4237-9bc6-7a8403c80394\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2813.4&OfficeId=MEXMX21DJ&flightinfo=AA_8324_Q_17*AA_8044_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:35 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:55 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"DTW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF2134\",\n                            \"AF3639\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2891.19,\n                \"basePrice\": 2891.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"79a59e97-859b-492b-9bf1-73eb481e04b2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2834.5&OfficeId=MEXMX21DJ&flightinfo=AF_2134_H_11*AF_3639_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4258\",\n                            \"IB4188\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2906.49,\n                \"basePrice\": 2906.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4b678d71-feec-43e9-95fd-2ab27ad23d91\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2849.5&OfficeId=MEXMX21DJ&flightinfo=IB_4258_Q_13*IB_4188_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4120\",\n                            \"AY5788\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2914.65,\n                \"basePrice\": 2914.65,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5b79eaac-a804-4213-95e2-55ca6834881e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2857.5&OfficeId=MEXMX21DJ&flightinfo=AY_4120_Q_13*AY_5788_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:05 am\",\n                        \"duration\": \"16:48:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY5738\",\n                            \"AY4016\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2914.65,\n                \"basePrice\": 2914.65,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4ab65fc7-2098-473b-9ea2-fb520642cd23\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2857.5&OfficeId=MEXMX21DJ&flightinfo=AY_5738_Q_10*AY_4016_Q_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"SN9100\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2990.13,\n                \"basePrice\": 2990.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"41f9cec2-d76b-489f-be11-73300b7d46c6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2931.5&OfficeId=MEXMX21DJ&flightinfo=SN_9100_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2990.13,\n                \"basePrice\": 2990.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9ddf2b6a-f15d-4827-bf2e-7990e5ea14d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2931.5&OfficeId=MEXMX21DJ&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:40 pm\",\n                        \"duration\": \"15:15:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9407\",\n                            \"LH918\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3066.94,\n                \"basePrice\": 3066.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9d1522b4-10d4-41e1-9b91-ca68a46f2bf3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3006.8&OfficeId=MEXMX21DJ&flightinfo=LH_9407_H_19*LH_918_H_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:10 am\",\n                        \"duration\": \"13:53:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA16\",\n                            \"AA6932\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c7fae6cd-b752-478c-8709-ffb97c944a81\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_16_N_10*AA_6932_N_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:18 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:35 pm\",\n                        \"duration\": \"14:17:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA4895\",\n                            \"AA6983\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b80f8c95-7b23-4eda-b67b-03a47d6b8579\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_4895_N_16*AA_6983_N_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:57 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:45 pm\",\n                        \"duration\": \"14:48:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2387\",\n                            \"AA154\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0f804413-7a7d-49a4-bc71-f1fb6b7cae4a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_2387_N_13*AA_154_N_21&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:05 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6262\",\n                            \"AA6935\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e750d3f9-e3b5-4fe9-8bcf-8432a119f371\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_6262_N_11*AA_6935_N_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA8324\",\n                            \"AA8048\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3106.31,\n                \"basePrice\": 3106.31,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6f5c4314-945e-48b4-8721-fae1c1ad9316\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3045.4&OfficeId=MEXMX21DJ&flightinfo=AA_8324_N_17*AA_8048_N_14&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3220.71,\n                \"basePrice\": 3220.71,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"322125f3-d0ed-4322-9a79-61f70874fa96\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3157.56&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_N_17*EI_8367_V_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3220.71,\n                \"basePrice\": 3220.71,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47a7cd55-0804-4658-9b5c-7343356aa3b4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3157.56&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_N_17*EI_8371_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA901\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"948f8edd-6422-40b4-9024-f3263baa2c75\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_901_U_13&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1333\",\n                            \"UA27\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6edf1af-0015-4213-a867-60dd6d91f15e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1333_U_12*UA_27_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 am\",\n                        \"duration\": \"14:23:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1374\",\n                            \"UA27\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8979417e-ed8c-462b-bccb-8996ac2b88a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1374_U_11*UA_27_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:31 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:10 am\",\n                        \"duration\": \"13:39:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1498\",\n                            \"UA923\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b6016872-b914-49c3-86a2-7feb1fa50b8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1498_U_13*UA_923_U_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:45 am\",\n                        \"duration\": \"13:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1470\",\n                            \"UA938\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f3d87c14-ce6d-475c-94ad-b02f07e87458\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1470_U_13*UA_938_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"15:25:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1333\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5012eaf9-38f7-4f70-b618-a1331fd3fdb3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1333_U_12*UA_262_U_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Turkish Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TK.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:50 pm\",\n                        \"duration\": \"18:05:00\",\n                        \"stops\": [\n                            \"IST\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TK80\",\n                            \"TK1983\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ca988b93-694a-4bc0-a621-6021b6646447\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=TK_80_S_18*TK_1983_S_18&routeType=Round-Trip\",\n                \"fareFamily\": \"RS\",\n                \"rawFareFamily\": \"RS\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Turkish Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TK.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:20 pm\",\n                        \"duration\": \"19:35:00\",\n                        \"stops\": [\n                            \"IST\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TK80\",\n                            \"TK1929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"30bc51c2-77b6-42ff-a1ef-f3c1399d5813\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=TK_80_S_18*TK_1929_S_20&routeType=Round-Trip\",\n                \"fareFamily\": \"RS\",\n                \"rawFareFamily\": \"RS\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Turkish Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TK.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 pm\",\n                        \"duration\": \"19:40:00\",\n                        \"stops\": [\n                            \"IST\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TK80\",\n                            \"TK1987\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"028d475a-3413-4f85-a0c3-2cebd688977b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=TK_80_S_18*TK_1987_S_20&routeType=Round-Trip\",\n                \"fareFamily\": \"RS\",\n                \"rawFareFamily\": \"RS\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0fe84436-00f1-45cd-85a7-d6f080ab1789\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=KL_4825_K_16&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AF9650\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f8620e9-12f8-427b-852b-ebe6eb51faae\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AF_9650_K_16&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AF9660\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"11bac172-6e83-423c-80f9-4f0e26a839b0\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AF_9660_K_21&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"96b51cb0-5579-440b-860e-446a692a2378\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=KL_4835_K_21&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:50 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA359\",\n                            \"AA7003\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c11e409d-19c5-4b31-9f9d-74b45c5c210e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AA_359_S_8*AA_7003_S_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:09 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"14:51:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS3318\",\n                            \"AS6936\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8801767c-0694-48b4-8e68-e0c8548089a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AS_3318_N_9*AS_6936_S_13&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:03 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:05 pm\",\n                        \"duration\": \"16:02:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2146\",\n                            \"AS6934\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7b3d5911-3c1f-4bd3-be8d-a523c0d6d3f2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AS_2146_N_16*AS_6934_S_21&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"SN9105\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3663.33,\n                \"basePrice\": 3663.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"08d385aa-c126-4552-91dc-ed122489ca24\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3591.5&OfficeId=MEXMX21DJ&flightinfo=SN_9105_U_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9375\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3663.33,\n                \"basePrice\": 3663.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c93c9819-64e7-4347-aa84-163201f9147a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3591.5&OfficeId=MEXMX21DJ&flightinfo=LH_9375_U_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:45 am\",\n                        \"duration\": \"13:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7871\",\n                            \"LH9355\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3663.33,\n                \"basePrice\": 3663.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c097df19-f5b2-4c0e-b92b-a44d19d1ec9f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3591.5&OfficeId=MEXMX21DJ&flightinfo=LH_7871_U_13*LH_9355_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2e3de42a-e763-47ed-aff3-8df7485e6f96\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AA_6995_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:03 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:35 pm\",\n                        \"duration\": \"14:32:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2146\",\n                            \"AS5292\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3d93ecf9-169b-4291-9171-2d2031f4bc6a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_2146_S_16*AS_5292_V_20&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:55 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"14:35:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS598\",\n                            \"AS6990\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"477e151e-cc50-4757-9182-ec505bf25bff\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_598_S_11*AS_6990_V_20&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:45 am\",\n                        \"duration\": \"14:40:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS113\",\n                            \"AS5260\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bdac40e2-f64e-4a7e-a243-bc3d4d47510b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_113_V_9*AS_5260_V_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:45 am\",\n                        \"duration\": \"14:40:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS113\",\n                            \"AS6922\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"42d27f2b-5981-4efe-bc15-ede1ef1a249c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_113_V_9*AS_6922_V_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3800.01,\n                \"basePrice\": 3800.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b7e13dff-3780-4b82-9e30-5d501a9986b2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3725.5&OfficeId=MEXMX21DJ&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:10 am\",\n                        \"duration\": \"13:53:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY5738\",\n                            \"AY5432\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3800.01,\n                \"basePrice\": 3800.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d57a41c7-fe8a-4293-9361-9476d77d57d5\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3725.5&OfficeId=MEXMX21DJ&flightinfo=AY_5738_V_10*AY_5432_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3810.89,\n                \"basePrice\": 3810.89,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0494db0c-5b76-408d-b131-29d077fc7586\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3736.17&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_V_17*EI_8337_H_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cf95ed3e-4346-4ab3-bc30-f5e52980888f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_6997_L_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:50 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA9356\",\n                            \"AA6909\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2cdcff28-80c7-4604-9593-f4a8a058e3cc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_9356_L_9*AA_6909_L_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:17 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:15 am\",\n                        \"duration\": \"13:58:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA166\",\n                            \"AA6941\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"146fde11-a724-4b9c-a970-87b332015296\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_166_L_13*AA_6941_L_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 am\",\n                        \"duration\": \"15:23:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA16\",\n                            \"AA6914\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e9e71d38-6186-4cb1-bd8d-130d4f6dfe6c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_16_L_10*AA_6914_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:35 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:20 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA714\",\n                            \"UA920\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4276.35,\n                \"basePrice\": 4276.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fb71f0db-3168-452d-a0c5-ffdc7255748f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4192.5&OfficeId=MEXMX21DJ&flightinfo=UA_714_M_10*UA_920_M_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:40 pm\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9403\",\n                            \"LH906\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4411.3,\n                \"basePrice\": 4411.3,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"182ae790-afe5-40a5-ba3a-c9862cc7cb31\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4324.8&OfficeId=MEXMX21DJ&flightinfo=LH_9403_M_13*LH_906_M_12&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"149f4554-fb01-4292-ab09-a4a5d166d45d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_166_M_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"619b747c-9111-47dc-bb5e-2699b5d1bc74\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_168_M_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4bf2bcaa-2382-46a5-b41e-7c37c1f183fe\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_8337_M_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c6e350f2-b7f0-4344-8aab-b42758c1eceb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_176_M_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Westjet\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/WS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:05 pm\",\n                        \"duration\": \"15:15:00\",\n                        \"stops\": [\n                            \"YYC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"WS1509\",\n                            \"WS18\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4703.22,\n                \"basePrice\": 4703.22,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2f51fc2a-ed80-4ce5-bd4c-bcfdc1db8424\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4611&OfficeId=MEXMX21DJ&flightinfo=WS_1509_M_12*WS_18_T_20&routeType=Round-Trip\",\n                \"fareFamily\": \"EFLEX\",\n                \"rawFareFamily\": \"EFLEX\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4725.94,\n                \"basePrice\": 4725.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"789f97f3-1f3d-450f-bdaa-339623334e14\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4633.27&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_8367_M_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4725.94,\n                \"basePrice\": 4725.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6fe530cd-b6e7-455f-9e14-647fe9a2aed2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4633.27&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_8371_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AS5278\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9fc3c50f-3060-4e61-9202-5bf8e66ec498\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AS_5278_M_16&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AS5280\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bf142eb1-b88b-482a-ab1c-b8dadb8802f9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AS_5280_M_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:44 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:40 pm\",\n                        \"duration\": \"12:56:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA7502\",\n                            \"AA6907\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f01f01f7-5db8-463c-88ab-bfd06208247a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AA_7502_V_16*AA_6907_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:15 am\",\n                        \"duration\": \"13:58:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA16\",\n                            \"AA6929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0155ecf2-0e92-43b6-aac6-62d39e936050\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AA_16_M_10*AA_6929_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:16 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:05 am\",\n                        \"duration\": \"14:49:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1135\",\n                            \"AA7018\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a79619d5-a289-4fba-a3aa-f0fa81d9f637\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AA_1135_M_10*AA_7018_M_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA8324\",\n                            \"AA6771\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4886.21,\n                \"basePrice\": 4886.21,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"db3b6f20-06d7-497a-963e-5a4801de90d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4790.4&OfficeId=MEXMX21DJ&flightinfo=AA_8324_M_17*AA_6771_M_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"IB3625\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4923.03,\n                \"basePrice\": 4923.03,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ba37a523-7f34-4704-9a91-26e7c87da2cb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4826.5&OfficeId=MEXMX21DJ&flightinfo=IB_3625_M_16&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:10 am\",\n                        \"duration\": \"13:53:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4632\",\n                            \"IB3772\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4923.03,\n                \"basePrice\": 4923.03,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47068c20-5594-4d23-8003-5cef0ea9e319\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4826.5&OfficeId=MEXMX21DJ&flightinfo=IB_4632_M_10*IB_3772_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5526\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4931.19,\n                \"basePrice\": 4931.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f0fa78d7-1493-4b10-8248-9f79e6964490\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4834.5&OfficeId=MEXMX21DJ&flightinfo=AY_5526_M_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:00 pm\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"PDX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS929\",\n                            \"AS5276\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5723.73,\n                \"basePrice\": 5723.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c4dd5c83-8ab3-40fa-8b0d-213025ea6233\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5611.5&OfficeId=MEXMX21DJ&flightinfo=AS_929_L_15*AS_5276_K_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:15 am\",\n                        \"duration\": \"15:10:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS113\",\n                            \"AS5254\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5723.73,\n                \"basePrice\": 5723.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"da693040-a216-48f8-b376-10e05afbcf40\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5611.5&OfficeId=MEXMX21DJ&flightinfo=AS_113_L_9*AS_5254_K_20&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"IB3627\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5776.77,\n                \"basePrice\": 5776.77,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a7282539-b52d-45ec-8137-b1e5fca3a59c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5663.5&OfficeId=MEXMX21DJ&flightinfo=IB_3627_K_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:15 am\",\n                        \"duration\": \"13:58:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4632\",\n                            \"IB3544\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5776.77,\n                \"basePrice\": 5776.77,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4298d21c-faaa-4da3-b8c0-03ae7b9f1b24\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5663.5&OfficeId=MEXMX21DJ&flightinfo=IB_4632_K_10*IB_3544_K_20&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:05 am\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2147\",\n                            \"AS5294\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 6846.75,\n                \"basePrice\": 6846.75,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c189a6c1-68ad-487b-a99e-00929a0a750f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=6712.5&OfficeId=MEXMX21DJ&flightinfo=AS_2147_M_11*AS_5294_H_15&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:21 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:35 am\",\n                        \"duration\": \"14:14:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS3386\",\n                            \"AS5293\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10231.11,\n                \"basePrice\": 10231.11,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"18b823c4-f7ce-42c3-9586-a86e1ce92ad1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10030.5&OfficeId=MEXMX21DJ&flightinfo=AS_3386_K_13*AS_5293_B_17&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:21 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:35 am\",\n                        \"duration\": \"14:14:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB7350\",\n                            \"IB3621\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10284.15,\n                \"basePrice\": 10284.15,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cbeb6899-196d-436b-8cd6-12404a93b395\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10082.5&OfficeId=MEXMX21DJ&flightinfo=IB_7350_S_13*IB_3621_B_17&routeType=Round-Trip\",\n                \"fareFamily\": \"FULLFLEX\",\n                \"rawFareFamily\": \"FULLFLEX\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:50 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4457\",\n                            \"IB3633\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10284.15,\n                \"basePrice\": 10284.15,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"af41bef9-af24-4ad1-80b8-ad99f7c65613\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10082.5&OfficeId=MEXMX21DJ&flightinfo=IB_4457_B_8*IB_3633_B_16&routeType=Round-Trip\",\n                \"fareFamily\": \"FULLFLEX\",\n                \"rawFareFamily\": \"FULLFLEX\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d0700895-5340-4b03-9632-928819b90546\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_166_Y_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6d38652b-f724-4926-bac8-410f510a156d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_168_Y_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"be9ac887-5ac8-4170-85f4-46790b5a71a3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_8337_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b24600ca-2b99-4a7b-b462-841e5e6d06f6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_176_C_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17518.1,\n                \"basePrice\": 17518.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6159282-cea3-491a-b95e-93e58adccec9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17174.61&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_8367_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17518.1,\n                \"basePrice\": 17518.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1bc85e84-189e-4e6d-a788-b8da5128ae05\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17174.61&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_8371_Y_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cc538b1a-9f0b-4e21-8d00-7f70dd427c18\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_166_Y_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7da59dda-36b6-41d9-9c30-06f8e0889339\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_168_Y_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f70070b-c6f1-4da1-8162-82735ac533f8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_8337_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0aec3487-6b45-437d-afd3-f042540f0162\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_176_C_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25368.37,\n                \"basePrice\": 25368.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3e23b733-5a4c-4d3f-9fd7-ee24a3eefa6e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24870.95&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_8367_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25368.37,\n                \"basePrice\": 25368.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a25858a1-4d17-4141-9d1d-b1f25b075e6d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24870.95&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_8371_Y_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"16:25:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6434\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 33764.9,\n                \"basePrice\": 33764.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95af4d1c-1a3c-4cd4-87e2-1f50e5057309\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=33102.84&OfficeId=LS262TQJHDAXEJWL&flightinfo=B6_434_H_6*B6_1620_Y_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FREEDOM\",\n                \"rawFareFamily\": \"ECONOMY FREEDOM\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:05:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B61734\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 33764.9,\n                \"basePrice\": 33764.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cab9c997-20cf-4447-90d7-4db1799f8bba\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=33102.84&OfficeId=LS262TQJHDAXEJWL&flightinfo=B6_1734_H_8*B6_1620_Y_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FREEDOM\",\n                \"rawFareFamily\": \"ECONOMY FREEDOM\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5cb1ffee-f58c-4677-a6f0-d3385ff1687d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_2033_L_6*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"de430073-3210-4448-96ce-e1eec8be4961\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_2033_L_6*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aec85c34-6ee8-4b00-a905-6a398b2a5ded\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_2033_L_6*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9751f08b-3289-4aa6-ab43-a81458753036\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_1149_L_7*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"152e2ac6-b629-40c4-9014-8f5b4440584d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_1149_L_7*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0b4c2d72-5da5-49ed-9889-be13acf5a3be\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_1149_L_7*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6fcbf6d3-4abd-4b44-b89a-be9e47e5e422\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=DL_5964_E_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"772d4a10-149b-495e-9f96-9b646adb7335\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=VS_20_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c260822e-f1b1-454f-bafd-4b5994b08340\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=DL_5960_E_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e548874b-e6ea-4205-95fd-af0a47ed5879\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=VS_42_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"860201ad-1c8b-405e-8459-04b7a5b5bd20\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cc52ebef-80bc-42ee-9c07-8c4fb648fa63\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"923bd483-cb01-4da1-bc34-9ffa0e859598\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8bc778a1-4516-4e48-8e64-9f1b4e36d055\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=DL_2272_E_12*DL_5978_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c615b3e4-74d4-44c0-850d-d44f608a3fef\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=DL_902_E_13*DL_50_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6968716-e97c-4c79-bb98-9259e3248e2b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=VS_4507_T_13*VS_4020_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"690bd452-09a4-46b9-a16e-2014fb76eeaa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=DL_1412_E_13*DL_5974_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2f40a4d8-c426-49ac-9d4e-ea7add129dab\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=VS_1902_T_13*VS_106_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a276d386-fb60-473a-9682-c21c8626336c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dd27302c-cfc0-44e4-a037-f03d7e547122\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aeedb34f-6be8-41ed-afa7-a017161d5dd6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bb8685cc-0709-430e-a0a3-9d6f1f029d44\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"06020168-faff-4cbf-82c2-703c228e6bec\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"056ecb11-6f6c-4721-9baa-d71dca988a10\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2151.69,\n                \"basePrice\": 2151.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"223a2228-0011-49e6-b292-728bfe83195b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2109.5&OfficeId=F1E2&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0c9f22e8-0d96-4374-b4a0-b6b047a87091\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"39f298d7-85a1-4462-92e8-1760775b93f7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3128f3ed-00ff-4153-b6f9-c2994758758e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7d497808-c270-4d8e-9209-de03a214d3aa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"27fa7f33-0ec9-425d-8162-7bcb090e6fcc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2206.16,\n                \"basePrice\": 2206.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"661bf72d-76d9-424e-bfd2-ede7b43c1ade\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2162.9&OfficeId=F1E2&flightinfo=DL_9647_E_13*DL_9346_E_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2244,\n                \"basePrice\": 2244,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0aab489a-34fc-4148-9cd0-580505bce4a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2200&OfficeId=F1E2&flightinfo=VS_4116_T_12*VS_8_T_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2285.72,\n                \"basePrice\": 2285.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ffa8aca8-fe01-4504-bcd7-e9953e21acc0\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2240.9&OfficeId=F1E2&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2315.4,\n                \"basePrice\": 2315.4,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0decc6cf-e4a5-4bac-8ca1-6aab5f450dde\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2270&OfficeId=F1E2&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2330.39,\n                \"basePrice\": 2330.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1ce9f850-11a4-42a9-8ca3-79465c540697\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2284.7&OfficeId=F1E2&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO LIGHT\",\n                \"rawFareFamily\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a368409b-e18f-4d26-bb44-a0d3032e6b0d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=F1E2&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f641e6d9-7347-4e96-b27f-90c77bbe512d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=F1E2&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"41d49778-0ca4-4318-bf35-28b1b5557d15\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=F1E2&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c58afdfb-3b94-4e1d-816d-f7a120bcbec2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"46a1aba6-6cf0-44f0-847d-4e5ca1eb737a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e1d90688-ec54-46a9-8c28-feac2171fffb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6a3e053-2cde-479e-b183-4a0048db743d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4b33a6ce-63b4-4bc0-b02f-c4d432820eb9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f0140b75-c8b2-45a6-856f-c5f2d1781f79\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a3558340-91d5-4d3f-804c-3c44f3b88e23\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6e0e9652-f2f4-4574-a883-40ae75fd8ab6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"35db313e-cedf-44e1-a4ec-baf68a933520\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"224b3c4e-dda6-4069-b599-a97cd61de19a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2a35eb97-e776-439d-a81c-f6593b1e2949\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bad63a6e-dedb-435b-a5b9-5852b55487bd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"54dbd09e-5386-45ef-ac0a-eb915334d5c8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2455.14,\n                \"basePrice\": 2455.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"26b9c4c0-3e4c-466a-9b55-42e4a58168d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2407&OfficeId=F1E2&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2455.14,\n                \"basePrice\": 2455.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"28ddfafb-7669-4716-9fa0-3353cbf32573\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2407&OfficeId=F1E2&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2473.5,\n                \"basePrice\": 2473.5,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a5c71f7a-9d04-4157-a2c4-640527e78b76\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2425&OfficeId=F1E2&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD ECONOMY\",\n                \"rawFareFamily\": \"STANDARD ECONOMY-BAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0869a77f-4c16-44e8-8d1f-0bac19d58bab\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=DL_5964_U_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2ab8e4aa-4f40-4fde-a423-417c00bb58ea\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=VS_20_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"112a4457-8722-491a-ade2-3a9a27979a7e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=DL_5960_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"debc5113-a2a3-41a1-af8e-b94b99f28f75\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=VS_42_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"825ad47a-ae28-4811-9f97-56647306a578\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=DL_2272_U_12*DL_5978_U_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"89263442-c5d2-4c60-b320-0eab05a42966\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=DL_902_U_13*DL_50_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"82e0a460-5bb6-4c21-8217-53f120fe2866\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=VS_4507_Q_13*VS_4020_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c193b8fa-deda-46db-89b4-e8b5f502a41a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=DL_1412_U_13*DL_5974_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c93b8f31-48da-41cb-92fa-2f67afbc620c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=VS_1902_Q_13*VS_106_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2562.75,\n                \"basePrice\": 2562.75,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fd5bed44-487d-42b2-a123-d1520245c998\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2512.5&OfficeId=F1E2&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"18:00:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2275\",\n                            \"AS6936\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2566.32,\n                \"basePrice\": 2566.32,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1f5816d7-0a52-49f0-930d-7e3a5f034a44\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2516&OfficeId=F1E2&flightinfo=AS_2275_Q_6*AS_6936_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"rawFareFamily\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"25710a9f-08f1-4698-acbf-0c05d23ccd5d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7a4e1cba-8182-457c-aa62-50f01ab04c5d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"30da6112-3a3c-4afc-bef1-5dca6bce8684\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"09ac3616-210e-4ae0-9dfe-6390391ca6b1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b539d0a4-445d-4054-bacc-951ee4a8343b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Swiss International Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LX.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:20 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"ZRH\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LX3209\",\n                            \"LX456\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2587.74,\n                \"basePrice\": 2587.74,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"be07e3fe-1c64-4581-b5f9-bd8f6e25d7d9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2537&OfficeId=F1E2&flightinfo=LX_3209_V_14*LX_456_V_11&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-166447\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2600.49,\n                \"basePrice\": 2600.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d59f564c-a481-495b-a254-38826a8fb96c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2549.5&OfficeId=F1E2&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2600.49,\n                \"basePrice\": 2600.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c1c6dfc4-b3b0-4975-8e2a-052dd12a45c8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2549.5&OfficeId=F1E2&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"76bf1939-7964-4ec0-a60b-ea97aa50aad3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=F1E2&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1c9851cd-71f2-4496-a852-3f14525da378\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=F1E2&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2617.22,\n                \"basePrice\": 2617.22,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cb9a3ecf-3f57-4d8b-bbea-3ad050f8991f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.9&OfficeId=F1E2&flightinfo=DL_9647_U_13*DL_9346_U_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2646.59,\n                \"basePrice\": 2646.59,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"854a5ddb-7932-4d30-b9ca-0705ac9a1510\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2594.7&OfficeId=F1E2&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-166378\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2655.06,\n                \"basePrice\": 2655.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b34fa420-21fe-4992-94ed-77d1734aea34\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2603&OfficeId=F1E2&flightinfo=VS_4116_E_12*VS_8_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2696.78,\n                \"basePrice\": 2696.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fbbca9c6-0388-469a-9e65-26eb509c1961\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2643.9&OfficeId=F1E2&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2704.53,\n                \"basePrice\": 2704.53,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5d5fc589-0184-4f7b-8f8e-107de233b376\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2651.5&OfficeId=F1E2&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2777.97,\n                \"basePrice\": 2777.97,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ad7aa322-903f-4165-96cb-51e40eb5ef7c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2723.5&OfficeId=F1E2&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"671e7fd0-a682-42ff-befd-c07c5fcf46df\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=DL_5964_U_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"06d36cec-00cb-4297-8d3b-f0dc8d52f8b7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=VS_20_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0898dfde-6dfe-4465-8951-c80a0a14a618\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=DL_5960_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dc741686-2746-4fb2-a1e1-dfe8ad4fe1dc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=VS_42_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2812.14,\n                \"basePrice\": 2812.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"471243fc-cfc4-4ba1-b207-06ee7a572221\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2757&OfficeId=F1E2&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEXIBLE\",\n                \"rawFareFamily\": \"FLEXIBLE-FLEX-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2812.14,\n                \"basePrice\": 2812.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9d047888-0473-4094-82a5-87854b6dbe9a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2757&OfficeId=F1E2&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEXIBLE\",\n                \"rawFareFamily\": \"FLEXIBLE-FLEX-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c388f55e-1ff6-4b05-b75f-22476c7adaae\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=DL_2272_U_12*DL_5978_U_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4baf876f-4f55-4ed5-8bb2-95ed46ce6123\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=DL_902_U_13*DL_50_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cb1dd7da-e75e-4e97-b79b-4ef979e66749\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=VS_4507_Q_13*VS_4020_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"07be06e7-453a-4baf-a515-73a5b7f21a2e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=DL_1412_U_13*DL_5974_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"be07ba80-7c50-434f-9756-b2345fbbd2e8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=VS_1902_Q_13*VS_106_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2830.5,\n                \"basePrice\": 2830.5,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0f045302-f86f-43e3-b850-7efba99d878f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2775&OfficeId=F1E2&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY SELECT PRO\",\n                \"rawFareFamily\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"82894615-4211-485a-a514-6a77277bc246\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=F1E2&flightinfo=AA_6995_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"67dde98d-61cc-4d17-8cba-06a0658816c3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=F1E2&flightinfo=AA_6997_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2878.95,\n                \"basePrice\": 2878.95,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"73c18cf5-8562-450c-bcd3-6e0cbb7588f6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2822.5&OfficeId=F1E2&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5579aec3-f876-4ed1-a75d-608f152179b9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2e1e7759-d3e7-4d1b-aa66-30da2609ef0f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e46bae39-9eba-4bc0-8063-52ec31f9b620\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0b788fe4-59ff-42eb-a0c9-4c41a8702c45\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5aa74a37-c9f2-4c20-adbb-290a5728b46c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aec7cf29-c6b0-4cf8-ada0-e8508c36d50a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=DL_5964_S_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA COMFORT\",\n                \"rawFareFamily\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9a5cd842-365f-4906-b987-82af747f0352\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=VS_20_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY DELIGHT\",\n                \"rawFareFamily\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ab791089-3b11-4e94-9b28-5a4575ef079f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=DL_5960_S_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA COMFORT\",\n                \"rawFareFamily\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3010c8fc-1e71-4dbd-94a6-71d02b7cd2d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=VS_42_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY DELIGHT\",\n                \"rawFareFamily\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2908.02,\n                \"basePrice\": 2908.02,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e7a3a9a-4af2-47a9-a096-7fb9f440279d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2851&OfficeId=F1E2&flightinfo=DL_1412_S_13*DL_5974_S_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA COMFORT\",\n                \"rawFareFamily\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2908.02,\n                \"basePrice\": 2908.02,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"efb495f8-3102-4f91-94c3-f46c71b03321\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2851&OfficeId=F1E2&flightinfo=VS_1902_V_13*VS_106_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY DELIGHT\",\n                \"rawFareFamily\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2916.69,\n                \"basePrice\": 2916.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e92816bb-66fc-47a3-ac96-1621e6ee32d9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2859.5&OfficeId=F1E2&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD ECONOMY\",\n                \"rawFareFamily\": \"STANDARD ECONOMY-BAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2916.69,\n                \"basePrice\": 2916.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"362ccc1d-ac67-4198-b7a2-9ecec2f2f60b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2859.5&OfficeId=F1E2&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD ECONOMY\",\n                \"rawFareFamily\": \"STANDARD ECONOMY-BAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4081\",\n                            \"AY5784\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2928.42,\n                \"basePrice\": 2928.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e28c848-f4c3-4543-9269-18c73cec31e1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2871&OfficeId=F1E2&flightinfo=AY_4081_Q_11*AY_5784_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2931.99,\n                \"basePrice\": 2931.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7353cd96-39bb-4a3c-b027-65088c0c9865\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2874.5&OfficeId=F1E2&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2933.42,\n                \"basePrice\": 2933.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"42cfaebb-e64f-4c04-ad91-e4bd68cc6150\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2875.9&OfficeId=F1E2&flightinfo=DL_9647_U_13*DL_9346_U_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2971.26,\n                \"basePrice\": 2971.26,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8c6271f1-6c00-4c38-8cbb-d96b414f2bf3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2913&OfficeId=F1E2&flightinfo=VS_4116_E_12*VS_8_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3005.43,\n                \"basePrice\": 3005.43,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9e7bb580-b9a1-49fe-9acf-d98d78547a66\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2946.5&OfficeId=F1E2&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3012.98,\n                \"basePrice\": 3012.98,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"17b80067-b67c-489f-9da4-574a4f8ddd30\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2953.9&OfficeId=F1E2&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3091.11,\n                \"basePrice\": 3091.11,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2f0794b7-5dfd-4735-8bb2-f23a24e374b4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3030.5&OfficeId=F1E2&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47c74458-3986-481e-8a24-86dbe5cff89f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c3b75ef3-340b-4075-94f0-080b26145460\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a697fac6-caec-4f83-8c93-5079a2860be9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0c7a65fe-405b-42e6-8655-8f7d8ebaa2a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d0e39c83-a7c0-4a1d-ba4f-c8785fa306f4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"91553693-8671-475d-b7ed-52e31e713222\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fcffde94-52cf-4536-8f4d-d7487ca20e67\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3205.55,\n                \"basePrice\": 3205.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"abd49709-623b-4737-ae55-dae6645814fd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3142.7&OfficeId=F1E2&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3205.55,\n                \"basePrice\": 3205.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"14b4a091-8603-4583-82ee-d2fcccb7acf6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3142.7&OfficeId=F1E2&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3205.55,\n                \"basePrice\": 3205.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9901a222-c6aa-40cd-89ec-6111ff2c1c7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3142.7&OfficeId=F1E2&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3210.45,\n                \"basePrice\": 3210.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95e170b9-290a-4dc4-ba02-7e0dbcf2653e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3147.5&OfficeId=F1E2&flightinfo=AA_6995_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN FLEXIBLE\",\n                \"rawFareFamily\": \"MAIN CABIN FLEXIBLE-MAINFL-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3210.45,\n                \"basePrice\": 3210.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"60b228a7-c061-4309-9d4d-005ddcb1e776\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3147.5&OfficeId=F1E2&flightinfo=AA_6997_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN FLEXIBLE\",\n                \"rawFareFamily\": \"MAIN CABIN FLEXIBLE-MAINFL-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3273.69,\n                \"basePrice\": 3273.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fc73fd36-f051-440a-9373-78c1dac35771\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3209.5&OfficeId=F1E2&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY SELECT PRO\",\n                \"rawFareFamily\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3273.69,\n                \"basePrice\": 3273.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"80e27dc7-051d-4e15-9dfb-884f7b39c3db\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3209.5&OfficeId=F1E2&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY SELECT PRO\",\n                \"rawFareFamily\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4081\",\n                            \"AY5784\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3285.42,\n                \"basePrice\": 3285.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"45e4a57b-3ff1-4208-9f06-2685dd208761\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3221&OfficeId=F1E2&flightinfo=AY_4081_Q_11*AY_5784_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-EFLEX-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Swiss International Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LX.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:20 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"ZRH\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LX3209\",\n                            \"LX456\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3378.24,\n                \"basePrice\": 3378.24,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bfab72cf-4495-4d24-bb6b-91c3db915076\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3312&OfficeId=F1E2&flightinfo=LX_3209_V_14*LX_456_V_11&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-166447\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3407.31,\n                \"basePrice\": 3407.31,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"13c4fceb-9a72-4001-800f-5fc0010d3bcc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3340.5&OfficeId=F1E2&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3437.09,\n                \"basePrice\": 3437.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"740cc40c-3b7b-40e4-87a7-24e97c20d018\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3369.7&OfficeId=F1E2&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-166378\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3495.03,\n                \"basePrice\": 3495.03,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8d5bb049-a826-4b41-b7f9-b92c4861b281\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3426.5&OfficeId=F1E2&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3568.47,\n                \"basePrice\": 3568.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4e2d48c4-0c4a-468e-b3d8-98d29c28426f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3498.5&OfficeId=F1E2&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3722.49,\n                \"basePrice\": 3722.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2cd6e711-926f-4d5e-9731-edb44ba4b845\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3649.5&OfficeId=F1E2&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3795.93,\n                \"basePrice\": 3795.93,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e8efbeda-e653-4cf8-805a-6d958788030b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3721.5&OfficeId=F1E2&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3800.01,\n                \"basePrice\": 3800.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"105b333d-bbfb-47cb-95c2-0a297bc81206\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3725.5&OfficeId=F1E2&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3987.69,\n                \"basePrice\": 3987.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"63a86ec4-2a7b-4c0f-9d1c-22e360bdc797\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3909.5&OfficeId=F1E2&flightinfo=AC_760_W_8*AC_866_W_18&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3987.69,\n                \"basePrice\": 3987.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ca029509-7fdf-41f2-8c90-0e23dc2b0019\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3909.5&OfficeId=F1E2&flightinfo=AC_762_W_11*AC_864_W_22&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4014.41,\n                \"basePrice\": 4014.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ce71d7e0-dd71-4153-ad99-7c5c0a48c3d8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3935.7&OfficeId=F1E2&flightinfo=AC_738_W_8*AC_854_W_18&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4014.41,\n                \"basePrice\": 4014.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b73eb58a-d2f9-4db0-a7c5-7ccdd3f242a4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3935.7&OfficeId=F1E2&flightinfo=AC_740_W_12*AC_852_W_21&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4014.41,\n                \"basePrice\": 4014.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d502d9b8-9279-49d9-9a14-02c5366031be\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3935.7&OfficeId=F1E2&flightinfo=AC_742_W_14*AC_858_W_23&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4157.01,\n                \"basePrice\": 4157.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"87113171-2874-44f2-b61c-e875d49e18a7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4075.5&OfficeId=F1E2&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-EFLEX-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4359.99,\n                \"basePrice\": 4359.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3aa428fc-fc0d-4ec4-a5ec-111e9bf4c45c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4274.5&OfficeId=F1E2&flightinfo=KL_4825_S_16&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4e8281b4-a5eb-4bc9-95cf-3d5f0580e000\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=AF_8607_H_11*AF_9082_S_21&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1980f8d5-4d1c-4141-b74f-1084f9018331\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=AF_8607_H_11*AF_9924_S_21&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1099330a-11fa-49e2-836c-d61acc63277a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=AF_8669_H_13*AF_9917_S_23&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8be1d430-6041-4c85-b9e4-89e804671aa1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=KL_7253_S_13*KL_4823_S_17&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5597.25,\n                \"basePrice\": 5597.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0b921315-35a0-4bf3-a130-a3c7e3757c8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5487.5&OfficeId=F1E2&flightinfo=UA_948_B_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY PLUS\",\n                \"rawFareFamily\": \"ECONOMY PLUS-ECOPLUS-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5825.73,\n                \"basePrice\": 5825.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"88151380-2353-4c21-9071-1b391b5f0275\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5711.5&OfficeId=F1E2&flightinfo=UA_930_B_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY PLUS\",\n                \"rawFareFamily\": \"ECONOMY PLUS-ECOPLUS-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 8249.25,\n                \"basePrice\": 8249.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"512cf2c6-c85c-4b2f-a988-ca79daed5f16\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=8087.5&OfficeId=F1E2&flightinfo=KL_4835_W_21&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 8343.5,\n                \"basePrice\": 8343.5,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"81c462b5-b1e2-48ee-bdfc-8d89c558f48b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=8179.9&OfficeId=F1E2&flightinfo=KL_606_W_13*KL_1005_W_10&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 9908.79,\n                \"basePrice\": 9908.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3134bf3a-1e18-4f01-ae1f-ab19ba3fe747\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=9714.5&OfficeId=F1E2&flightinfo=AA_6997_W_19&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM ECONOMY\",\n                \"rawFareFamily\": \"PREMIUM ECONOMY-PEC-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10316.28,\n                \"basePrice\": 10316.28,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9209264e-eea4-4c6a-ac0f-67884f530f7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10114&OfficeId=F1E2&flightinfo=BA_5597_B_11*BA_1589_B_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10490.19,\n                \"basePrice\": 10490.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a00ee5a2-93df-404f-8013-8fd981837383\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10284.5&OfficeId=F1E2&flightinfo=BA_284_Y_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10490.19,\n                \"basePrice\": 10490.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cf981b43-dffe-4681-be09-c4006b02ee55\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10284.5&OfficeId=F1E2&flightinfo=BA_286_Y_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            }\n        ],\n        \"fareFamilies\": [\n            {\n                \"Code\": \"BASIC ECONOMY-BE-168328\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC-BA-168227\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"Name\": \"DELTA MAIN BASIC\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"Name\": \"ECO LIGHT\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"OPTIMA-OPTIMA-167713\",\n                \"Name\": \"OPTIMA\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB5\",\n                        \"Name\": \"XL SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EMERGENCY SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB3\",\n                        \"Name\": \"FRONT SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB4\",\n                        \"Name\": \"STD SEAT SEL 24H BEFORE DEPART\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC6\",\n                        \"Name\": \"FAST LANE SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC5\",\n                        \"Name\": \"EARLY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"FIRST HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC1\",\n                        \"Name\": \"SECOND HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"077\",\n                        \"Name\": \"ON BOARD PERSONAL ITEM UP3KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC3\",\n                        \"Name\": \"SNACK OR DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC2\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 2\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB7\",\n                        \"Name\": \"REFUNDS ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB8\",\n                        \"Name\": \"REFUNDS NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"068\",\n                        \"Name\": \"CHANGE ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB9\",\n                        \"Name\": \"CHANGES NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IN5\",\n                        \"Name\": \"FIRST CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"089\",\n                        \"Name\": \"FREE LIMITED WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09A\",\n                        \"Name\": \"WIFI CONNECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB0\",\n                        \"Name\": \"AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB1\",\n                        \"Name\": \"AVIOS ELITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"UPGRADE WITH AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"Name\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"Owner\": \"AS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"STANDARD PIECE MAX 50LB 62LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"UPTO70LB 32KG AND62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06M\",\n                        \"Name\": \"150 PERCENT MILES EARNED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02P\",\n                        \"Name\": \"110V AC POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02Q\",\n                        \"Name\": \"USB POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FDS\",\n                        \"Name\": \"FIRST CLASS SUITE PLUS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSE\",\n                        \"Name\": \"BUSINESS PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELB\",\n                        \"Name\": \"BUSINESS EXTRA LONG BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BSU\",\n                        \"Name\": \"BUSINESS SUITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ESP\",\n                        \"Name\": \"BUSINESS EXTRA SPACE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN CABIN-MAIN-168864\",\n                \"Name\": \"MAIN CABIN\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CAO\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 23KGS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"SMALL BAG UPTO 85LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL AND BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD AND PREFERRED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OST\",\n                        \"Name\": \"OTHER SEAT TYPES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"FINNAIR PLUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"POINT UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04D\",\n                        \"Name\": \"MONEY UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04H\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DN\",\n                \"Name\": \"BLUE BASIC\",\n                \"Owner\": \"B6\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"45 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BE\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"22 LB / 10 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"LIGHT\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"26 LB / 12 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECOLIGHT\",\n                \"Name\": \"ECO LIGHT\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"LIGHT\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"26 LB / 12 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN\",\n                \"Name\": \"MAIN CABIN\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"40 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"45 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Third Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"OPTIMA\",\n                \"Name\": \"OPTIMA\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"7 LB / 3 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Third Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECOSTAND\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Checked Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECOSTAND\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"SN\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Checked Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONO\",\n                \"Name\": \"ECONO\",\n                \"Owner\": \"WS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"TP\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECLASSIC\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"70 LB / 32 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"RS\",\n                \"Name\": \"RESTRICTED\",\n                \"Owner\": \"TK\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Checked Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY\",\n                \"Name\": \"ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"22 LB / 10 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"EFLEX\",\n                \"Name\": \"ECONOFLEX\",\n                \"Owner\": \"WS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"FULLFLEX\",\n                \"Name\": \"FULLY FLEXIBLE\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"7 LB / 3 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Third Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"Smart\",\n                \"Name\": \"Smart\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Flex\",\n                \"Name\": \"Flex\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Business flex\",\n                \"Name\": \"Business flex\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Economy\",\n                \"Name\": \"Economy\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Premiumeconomy\",\n                \"Name\": \"Premiumeconomy\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"ECONOMY FREEDOM\",\n                \"Name\": \"ECONOMY FREEDOM\",\n                \"Owner\": \"B6\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"000\",\n                        \"Name\": \"Small Cabin Bag 40 x 23 x 55 cm : quantity 1 x 8 Kg : RSD 0.00 Outbound\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"000\",\n                        \"Name\": \"Rebooking : RSD 0.00\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"000\",\n                        \"Name\": \"Cancellation : RSD 0.00 Outbound\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC ECONOMY-BE-168328\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY-ECONOMY-168328\",\n                \"Name\": \"ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"Name\": \"ECONOMY FULLY REFUNDABLE\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"Name\": \"DELTA MAIN BASIC\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"Name\": \"DELTA MAIN\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"Name\": \"DELTA MAIN REFUNDABLE\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"Name\": \"DELTA COMFORT\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"Name\": \"ECONOMY CLASSIC FLEX\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"Name\": \"ECONOMY DELIGHT\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC-BA-168227\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"STANDARD-TG-168227\",\n                \"Name\": \"STANDARD\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"FLEX-FL-168227\",\n                \"Name\": \"FLEX\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"Name\": \"ECONOMY STANDARD\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FLEX-FLEX-168489\",\n                \"Name\": \"ECONOMY FLEX\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"Name\": \"PREMIUM STANDARD\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"Name\": \"ECONOMY STANDARD\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FLEX-FLEX-168809\",\n                \"Name\": \"ECONOMY FLEX\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"Name\": \"PREMIUM STANDARD\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"STANDARD ECONOMY-BAG-170270\",\n                \"Name\": \"STANDARD ECONOMY\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"Name\": \"ECONOMY SELECT PRO\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"Name\": \"ECONOMY FULLY FLEX\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"Name\": \"ECO LIGHT\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-166378\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO FLEX-ECOFLEX-166378\",\n                \"Name\": \"ECO FLEX\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY PLUS-ECOPLUS-168328\",\n                \"Name\": \"ECONOMY PLUS\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"OPTIMA-OPTIMA-167713\",\n                \"Name\": \"OPTIMA\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB5\",\n                        \"Name\": \"XL SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EMERGENCY SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB3\",\n                        \"Name\": \"FRONT SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB4\",\n                        \"Name\": \"STD SEAT SEL 24H BEFORE DEPART\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC6\",\n                        \"Name\": \"FAST LANE SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC5\",\n                        \"Name\": \"EARLY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"FIRST HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC1\",\n                        \"Name\": \"SECOND HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"077\",\n                        \"Name\": \"ON BOARD PERSONAL ITEM UP3KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC3\",\n                        \"Name\": \"SNACK OR DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC2\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 2\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB7\",\n                        \"Name\": \"REFUNDS ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB8\",\n                        \"Name\": \"REFUNDS NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"068\",\n                        \"Name\": \"CHANGE ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB9\",\n                        \"Name\": \"CHANGES NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IN5\",\n                        \"Name\": \"FIRST CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"089\",\n                        \"Name\": \"FREE LIMITED WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09A\",\n                        \"Name\": \"WIFI CONNECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB0\",\n                        \"Name\": \"AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB1\",\n                        \"Name\": \"AVIOS ELITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"UPGRADE WITH AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"FLEXIBLE-FLEX-167713\",\n                \"Name\": \"FLEXIBLE\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB5\",\n                        \"Name\": \"XL SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EMERGENCY SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB3\",\n                        \"Name\": \"FRONT SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB4\",\n                        \"Name\": \"STD SEAT SEL 24H BEFORE DEPART\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC6\",\n                        \"Name\": \"FAST LANE SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC5\",\n                        \"Name\": \"EARLY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"FIRST HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC1\",\n                        \"Name\": \"SECOND HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"077\",\n                        \"Name\": \"ON BOARD PERSONAL ITEM UP3KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC3\",\n                        \"Name\": \"SNACK OR DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC2\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 2\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB7\",\n                        \"Name\": \"REFUNDS ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB8\",\n                        \"Name\": \"REFUNDS NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"068\",\n                        \"Name\": \"CHANGE ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB9\",\n                        \"Name\": \"CHANGES NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IN5\",\n                        \"Name\": \"FIRST CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"089\",\n                        \"Name\": \"FREE LIMITED WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09A\",\n                        \"Name\": \"WIFI CONNECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB0\",\n                        \"Name\": \"AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB1\",\n                        \"Name\": \"AVIOS ELITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"UPGRADE WITH AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"Name\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"Owner\": \"AS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"STANDARD PIECE MAX 50LB 62LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"UPTO70LB 32KG AND62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06M\",\n                        \"Name\": \"150 PERCENT MILES EARNED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02P\",\n                        \"Name\": \"110V AC POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02Q\",\n                        \"Name\": \"USB POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-166447\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LX\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE AND CAI FLT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES AND NEWSPAPERS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO FLEX-ECOFLEX-166447\",\n                \"Name\": \"ECO FLEX\",\n                \"Owner\": \"LX\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE AND CAI FLT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES AND NEWSPAPERS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FDS\",\n                        \"Name\": \"FIRST CLASS SUITE PLUS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSE\",\n                        \"Name\": \"BUSINESS PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELB\",\n                        \"Name\": \"BUSINESS EXTRA LONG BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BSU\",\n                        \"Name\": \"BUSINESS SUITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ESP\",\n                        \"Name\": \"BUSINESS EXTRA SPACE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO FLEX-ECOFLEX-167993\",\n                \"Name\": \"ECO FLEX\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FDS\",\n                        \"Name\": \"FIRST CLASS SUITE PLUS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSE\",\n                        \"Name\": \"BUSINESS PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELB\",\n                        \"Name\": \"BUSINESS EXTRA LONG BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BSU\",\n                        \"Name\": \"BUSINESS SUITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ESP\",\n                        \"Name\": \"BUSINESS EXTRA SPACE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN CABIN-MAIN-168864\",\n                \"Name\": \"MAIN CABIN\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN CABIN FLEXIBLE-MAINFL-168864\",\n                \"Name\": \"MAIN CABIN FLEXIBLE\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"PREMIUM ECONOMY-PEC-168864\",\n                \"Name\": \"PREMIUM ECONOMY\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CAO\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 23KGS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"SMALL BAG UPTO 85LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL AND BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD AND PREFERRED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OST\",\n                        \"Name\": \"OTHER SEAT TYPES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"FINNAIR PLUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"POINT UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04D\",\n                        \"Name\": \"MONEY UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04H\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FLEX-EFLEX-166635\",\n                \"Name\": \"ECONOMY FLEX\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"CAO\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 23KGS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"SMALL BAG UPTO 85LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL AND BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD AND PREFERRED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"OST\",\n                        \"Name\": \"OTHER SEAT TYPES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"FINNAIR PLUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"POINT UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04D\",\n                        \"Name\": \"MONEY UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04H\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"55aef7e1-aab8-4474-a687-4866905ea2a0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"from1\": \"<string>\",\n  \"to1\": \"<string>\",\n  \"departureDate1\": \"<date>\",\n  \"from2\": \"<string>\",\n  \"to2\": \"<string>\",\n  \"departureDate2\": \"<date>\",\n  \"from3\": \"<string>\",\n  \"to3\": \"<string>\",\n  \"departureDate3\": \"<date>\",\n  \"from4\": \"<string>\",\n  \"to4\": \"<string>\",\n  \"departureDate4\": \"<date>\",\n  \"adults\": \"<string>\",\n  \"children\": \"<string>\",\n  \"infants\": \"<string>\",\n  \"flightClass\": \"Premium\",\n  \"routeType\": \"Round-Trip\",\n  \"currency\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/flightSearch"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"a7129a06-f80d-4258-9e1e-62c9390da105","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"from1\": \"<string>\",\n  \"to1\": \"<string>\",\n  \"departureDate1\": \"<date>\",\n  \"from2\": \"<string>\",\n  \"to2\": \"<string>\",\n  \"departureDate2\": \"<date>\",\n  \"from3\": \"<string>\",\n  \"to3\": \"<string>\",\n  \"departureDate3\": \"<date>\",\n  \"from4\": \"<string>\",\n  \"to4\": \"<string>\",\n  \"departureDate4\": \"<date>\",\n  \"adults\": \"<string>\",\n  \"children\": \"<string>\",\n  \"infants\": \"<string>\",\n  \"flightClass\": \"Premium\",\n  \"routeType\": \"Round-Trip\",\n  \"currency\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/flightSearch"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"6600278e-d664-454f-aa23-e922e7259b04","name":"200 Successful Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"YOUR-AGENCY-NAME\",\n  \"from1\": \"SFO\",\n  \"to1\": \"LON\",\n  \"departureDate1\": \"2025-07-01\",\n  \"adults\": \"2\",\n  \"children\": \"1\",\n  \"infants\": \"1\",\n  \"flightClass\": \"Economy\",\n  \"routeType\": \"Round-Trip\",\n  \"currency\": \"USD\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/flightSearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Jun 2025 05:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"521754"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9c3bce7e-77b0-40da-b6a2-fdde9e89e4e5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"x-amz-apigw-id","value":"LhZI7EpcoAMEm2w="},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"X-Amzn-Trace-Id","value":"Root=1-683d3bd2-597858781b0d990218e7d31e"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"itineraries\": [\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a77bdf85-5b99-4711-9a39-7396c51c8326\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_2033_L_6*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"93137314-f551-44b3-b520-41c6c412043d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_2033_L_6*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b7977a09-5dee-41d4-9ae6-9b20f4d309ea\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_2033_L_6*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"520ab418-6c38-41c9-bdba-1d6421e1fa5b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_1149_L_7*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ecd5cdc1-a6da-4688-8919-040da9a21d5d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_1149_L_7*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1859.46,\n                \"basePrice\": 1859.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c27e35b2-6cac-4ecf-8e0c-1b20aa5b5d48\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1823&OfficeId=87SJ&flightinfo=UA_1149_L_7*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2041.53,\n                \"basePrice\": 2041.53,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3a8fb4cd-61ff-48ec-b5c4-ccd8676bd346\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2001.5&OfficeId=87SJ&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2041.53,\n                \"basePrice\": 2041.53,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"97b67134-2d11-4100-8904-0198b3712731\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2001.5&OfficeId=87SJ&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2055.3,\n                \"basePrice\": 2055.3,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3c0de0ee-3e41-4958-98eb-cb11e1d058e4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2015&OfficeId=87SJ&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"794b22ed-51c0-41c7-a2ef-35139b825441\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=DL_5964_E_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6396352a-6dae-456b-8e5b-cb13ffda7d14\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=VS_20_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"612f3e06-4bc0-467d-8b18-36a804016104\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=DL_5960_E_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2056.83,\n                \"basePrice\": 2056.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e1004b16-088e-44c9-8340-7dcab932b718\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2016.5&OfficeId=87SJ&flightinfo=VS_42_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ff63bbeb-7624-4bc4-b993-1d203073ef34\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b5f6cf2e-5db1-44bd-bd5e-804135005692\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c9d6dee5-431f-44a8-83da-252eb1257d07\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"46087ac0-0359-4ca1-9530-f7e222082b3c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8db99df2-fa0c-40f4-9ff3-8f72e7466a57\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2068.25,\n                \"basePrice\": 2068.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"70c10dee-bdcb-4bad-b68f-c919ac4ad607\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2027.7&OfficeId=87SJ&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:55 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4114\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"41085184-d168-4987-b095-9094ce9181a3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=VS_4114_T_10*VS_8_T_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"24f3beef-dcb8-4c1e-b90b-f03152ce850d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=DL_2272_E_12*DL_5978_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4249de96-252e-46dd-8b05-a22178284ebb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=DL_902_E_13*DL_50_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a45ce6a3-1dce-4c6e-85ef-de589671f540\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=VS_4507_T_13*VS_4020_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"940a6b91-48bb-4ad7-8335-44b5151ab521\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=DL_1412_E_13*DL_5974_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2070.6,\n                \"basePrice\": 2070.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1f4235e6-fcee-4053-8f1e-21bbdd6a4e07\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2030&OfficeId=87SJ&flightinfo=VS_1902_T_13*VS_106_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2106.3,\n                \"basePrice\": 2106.3,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a0a4f1ac-96d4-4384-a6f2-63917799d7b1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2065&OfficeId=87SJ&flightinfo=VS_4116_T_12*VS_8_T_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2136.39,\n                \"basePrice\": 2136.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d38ca61f-32db-4a2e-83a4-97584faa98b5\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2094.5&OfficeId=87SJ&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6eaf584a-8a04-46a9-8fed-0500f2f1478a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a14aeb66-e27b-4534-bc2a-ed84afdfe005\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aa626af4-4eb1-404d-ab58-05ee39e90c3d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c1a8b773-8508-4aad-9d65-1f1daecb5167\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2150.16,\n                \"basePrice\": 2150.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d3d23564-1031-4993-9561-3f81fc33c2ea\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2108&OfficeId=87SJ&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2190.86,\n                \"basePrice\": 2190.86,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e275afe-2b71-4456-b3fd-95c5cc112c36\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2147.9&OfficeId=87SJ&flightinfo=DL_9647_E_13*DL_9346_E_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2270.42,\n                \"basePrice\": 2270.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ab1c9aef-f2a3-43c7-affd-cb90cce66a8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2225.9&OfficeId=87SJ&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2278.68,\n                \"basePrice\": 2278.68,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ded94d91-1251-496e-a17c-82eb1c0ded1b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2234&OfficeId=87SJ&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2293.67,\n                \"basePrice\": 2293.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0051f542-90a4-49f1-9fd6-a71e877a1b20\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2248.7&OfficeId=87SJ&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO LIGHT\",\n                \"rawFareFamily\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2348.55,\n                \"basePrice\": 2348.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f63a6a56-3985-4e1b-b2ea-86c5e9fe5438\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2302.5&OfficeId=87SJ&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.36,\n                \"basePrice\": 2415.36,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4e213ec4-329a-4bcd-992b-f27352600b06\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2368&OfficeId=87SJ&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.36,\n                \"basePrice\": 2415.36,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"985c6325-8ad9-4303-a8d3-7718c5d0e8ab\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2368&OfficeId=87SJ&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"18:00:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2275\",\n                            \"AS6936\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2520.42,\n                \"basePrice\": 2520.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cbdd743b-6706-465e-9522-dd978a0facf3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2471&OfficeId=87SJ&flightinfo=AS_2275_Q_6*AS_6936_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"rawFareFamily\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2554.59,\n                \"basePrice\": 2554.59,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bd62b811-3b57-44f7-bde5-46d797d40546\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2504.5&OfficeId=87SJ&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2554.59,\n                \"basePrice\": 2554.59,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fd3998df-b3de-4b87-844f-e692b7c9b7c2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2504.5&OfficeId=87SJ&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2566.83,\n                \"basePrice\": 2566.83,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"963c44e5-8afa-4863-a93c-c3204165d7e8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2516.5&OfficeId=87SJ&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2595.39,\n                \"basePrice\": 2595.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"adfe8ee3-10eb-40cf-a8d4-b572d2af84cc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2544.5&OfficeId=87SJ&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2729.01,\n                \"basePrice\": 2729.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c63db8b6-a736-4917-b0ae-46c49c420ee2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2675.5&OfficeId=87SJ&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2798.37,\n                \"basePrice\": 2798.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"43729503-1f2f-4721-8a33-b8fc8c08ad06\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2743.5&OfficeId=87SJ&flightinfo=AA_6995_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2798.37,\n                \"basePrice\": 2798.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a81ef3a8-f437-40d9-b3b9-884e0c3d0523\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2743.5&OfficeId=87SJ&flightinfo=AA_6997_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4081\",\n                            \"AY5784\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2873.34,\n                \"basePrice\": 2873.34,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"69bb36d9-c6b4-4b0a-ad43-5dd7db76d64e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2817&OfficeId=87SJ&flightinfo=AY_4081_Q_11*AY_5784_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2947.29,\n                \"basePrice\": 2947.29,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cc83ce55-2c51-4ea4-8780-35b253b3b8d8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2889.5&OfficeId=87SJ&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3720.45,\n                \"basePrice\": 3720.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3c592c9a-f994-48b6-a6e0-1904c0a7ca42\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3647.5&OfficeId=87SJ&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"37f8dfd4-dcc3-4685-913b-62f11c6056bf\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:30 am\",\n                        \"duration\": \"19:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6116\",\n                            \"B67\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1787.04,\n                \"basePrice\": 1787.04,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47e435c2-1908-440a-9b6b-f52fa287f5a6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1752&OfficeId=MEXMX21DJ&flightinfo=B6_116_L_6*B6_7_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:45 pm\",\n                        \"duration\": \"14:15:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6816\",\n                            \"B61107\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1814.58,\n                \"basePrice\": 1814.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5f540d90-00a4-4d85-8905-07b614885e4f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1779&OfficeId=MEXMX21DJ&flightinfo=B6_816_L_22*B6_1107_L_8&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:44 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:30 am\",\n                        \"duration\": \"14:46:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6216\",\n                            \"B67\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1814.58,\n                \"basePrice\": 1814.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a6cf21c1-8720-4d6a-9b80-228710b691a3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1779&OfficeId=MEXMX21DJ&flightinfo=B6_216_L_10*B6_7_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:30 am\",\n                        \"duration\": \"17:50:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6316\",\n                            \"B67\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1814.58,\n                \"basePrice\": 1814.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e7c44268-c86e-49ee-8bd3-e75dff88f5fa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1779&OfficeId=MEXMX21DJ&flightinfo=B6_316_L_7*B6_7_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5a31261e-d1b6-4d84-987e-c9ffb6ef3690\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8032\",\n                            \"UA8296\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"147b734e-c2f4-4955-9cb0-8bc360d2ae7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_8032_V_8*UA_8296_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8033\",\n                            \"UA8068\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f230ca8e-1b61-4674-983b-b97e415af905\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_8033_V_11*UA_8068_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1849\",\n                            \"UA918\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e52386bb-f2c5-417c-b6f1-2ccda9d82a48\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_1849_V_8*UA_918_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8032\",\n                            \"UA8068\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"de129263-e82f-4956-979c-96720298510e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=UA_8032_V_8*UA_8068_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b073fd93-18e3-4fbe-9cd1-fd04067d4823\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2b856ea8-6b70-4483-a49a-106f8fb30db7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"66d8e52c-6cab-40ee-acee-e85a09074a26\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_760_V_8*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"YYC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3112\",\n                            \"AC850\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"64882437-bb94-4b65-a4a4-417bf8d21ce3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=MEXMX21DJ&flightinfo=AC_3112_V_11*AC_850_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f3cd21d2-0d12-49ae-83a0-afd1297a6bc1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95b413ab-62c6-4c4e-9592-464761f3f145\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a6dd2e55-c5f8-4d65-a20f-c51aa537597d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a5cfa674-4915-4f5a-8924-b92381dcfe8b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"605e27e6-2324-484f-97f9-6c5341c67e8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8312cac4-12c0-4ed9-b8a0-0231a44c18ca\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:53 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:35 am\",\n                        \"duration\": \"14:42:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3455\",\n                            \"AC856\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"eb67de0e-eaed-4fa3-acb8-86e528c92393\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_3455_V_9*AC_856_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"15:35:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4469fd5f-69a9-4e8a-901f-577da918faff\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_740_V_12*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:53 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"15:42:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3455\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a4643bd-4189-4e57-9c16-17df671b8468\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_3455_V_9*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:35 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC856\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2c02d1f5-6e04-4c32-9e85-59e91d497d7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_856_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"16:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4c540d23-633f-4971-bacc-f3502470c283\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:53 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"17:57:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC3455\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c6444c43-3bb8-49dd-b131-d93d4db09093\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_3455_V_9*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"19:10:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2099.06,\n                \"basePrice\": 2099.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c33028f3-1ce2-4674-9b90-b78ccb9eeefd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.9&OfficeId=MEXMX21DJ&flightinfo=AC_738_V_8*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:40 pm\",\n                        \"duration\": \"14:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8828\",\n                            \"UA8815\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2148.94,\n                \"basePrice\": 2148.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c969eae6-275a-4214-b9cc-be7657e5602d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2106.8&OfficeId=MEXMX21DJ&flightinfo=UA_8828_V_14*UA_8815_V_12&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2151.69,\n                \"basePrice\": 2151.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bfddc01c-7d3d-4b00-9478-0a529f297112\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2109.5&OfficeId=MEXMX21DJ&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2151.69,\n                \"basePrice\": 2151.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0f134d5f-c6b3-4f81-abd2-5ccba8ee50ca\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2109.5&OfficeId=MEXMX21DJ&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2166.33,\n                \"basePrice\": 2166.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"36c2c0c3-511b-4762-bd89-e45aa1cbc257\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_A_17*EI_166_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2166.33,\n                \"basePrice\": 2166.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e1bbf03-7a1a-484f-aeaf-d45532cfc511\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_A_17*EI_176_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:40 pm\",\n                        \"duration\": \"14:35:00\",\n                        \"stops\": [\n                            \"MUC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH459\",\n                            \"LH2480\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2199.73,\n                \"basePrice\": 2199.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f65d476c-a504-447c-af9d-913aa875be48\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2156.6&OfficeId=MEXMX21DJ&flightinfo=LH_459_V_21*LH_2480_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:45 pm\",\n                        \"duration\": \"15:40:00\",\n                        \"stops\": [\n                            \"MUC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH459\",\n                            \"LH2482\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2199.73,\n                \"basePrice\": 2199.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5cad67f9-f2ca-489d-9644-f98f0dc7c497\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2156.6&OfficeId=MEXMX21DJ&flightinfo=LH_459_V_21*LH_2482_V_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2201.46,\n                \"basePrice\": 2201.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"55c2ac53-ec65-4859-936b-cd481dc0d976\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2158.29&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_A_17*EI_168_F_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:40 pm\",\n                        \"duration\": \"14:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH455\",\n                            \"LH906\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2207.08,\n                \"basePrice\": 2207.08,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e0413f49-d3f8-4523-b80b-7ab148648f26\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2163.8&OfficeId=MEXMX21DJ&flightinfo=LH_455_V_14*LH_906_V_12&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:40 pm\",\n                        \"duration\": \"16:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH455\",\n                            \"LH908\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2207.08,\n                \"basePrice\": 2207.08,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7f21f7aa-8a8f-488d-b96f-c8459e800823\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2163.8&OfficeId=MEXMX21DJ&flightinfo=LH_455_V_14*LH_908_V_14&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:40 pm\",\n                        \"duration\": \"17:00:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH455\",\n                            \"LH910\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2207.08,\n                \"basePrice\": 2207.08,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9dda5b4e-6a2b-421e-9665-870cecfaf391\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2163.8&OfficeId=MEXMX21DJ&flightinfo=LH_455_V_14*LH_910_V_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOLIGHT\",\n                \"rawFareFamily\": \"ECOLIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"CDG\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF81\",\n                            \"AF1180\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2210.14,\n                \"basePrice\": 2210.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f954e7c-efc5-4843-9ee0-d57cf5006b81\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2166.8&OfficeId=MEXMX21DJ&flightinfo=AF_81_T_20*AF_1180_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"14:40:00\",\n                        \"stops\": [\n                            \"CDG\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF83\",\n                            \"AF1780\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2210.14,\n                \"basePrice\": 2210.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cfb7850c-e778-4edc-8bab-7d7196c93413\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2166.8&OfficeId=MEXMX21DJ&flightinfo=AF_83_T_15*AF_1780_L_13&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:35 pm\",\n                        \"duration\": \"17:30:00\",\n                        \"stops\": [\n                            \"CDG\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF83\",\n                            \"AF1280\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2210.14,\n                \"basePrice\": 2210.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6cf0ce3-4caa-43ee-acbd-447e5393b29a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2166.8&OfficeId=MEXMX21DJ&flightinfo=AF_83_T_15*AF_1280_L_16&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2285.72,\n                \"basePrice\": 2285.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ca398436-76a4-442e-b52b-3e6812fdca43\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2240.9&OfficeId=MEXMX21DJ&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"010fe47d-b844-4167-bba7-2029dca3ba7e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:12 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:40 am\",\n                        \"duration\": \"13:28:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1385\",\n                            \"UA924\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9e514a78-6cfa-4197-a65e-372d35bce2e2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=UA_1385_Q_13*UA_924_Q_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:40 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:15 pm\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2556\",\n                            \"AA98\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"577426e3-93bf-4d27-99e2-2856a88aca8d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2556_O_14*AA_98_O_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:15 pm\",\n                        \"duration\": \"14:45:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1515\",\n                            \"AA98\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"973fa5a2-399b-4121-a141-6091dce5fa53\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1515_O_13*AA_98_O_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1996\",\n                            \"AA20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8d301472-5bc0-4a5b-9f3e-87997f48958e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1996_O_11*AA_20_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:14 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:25 pm\",\n                        \"duration\": \"14:11:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA3293\",\n                            \"AA78\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4c77748e-6eaf-4d12-81e6-5f10103470e4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_3293_O_16*AA_78_O_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2904\",\n                            \"AA50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"46d794c6-9a6a-4d9d-b6ac-b640c3e770c8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2904_O_8*AA_50_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1949\",\n                            \"AA80\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7d470f04-3b7a-467c-9964-12a8ea82128e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1949_O_12*AA_80_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA276\",\n                            \"AA142\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"73c58670-8a53-4313-bbf1-1af23e521334\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_276_O_22*AA_142_O_9&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:14 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"15:16:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2428\",\n                            \"AA734\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a19b7ec1-af3d-4e10-be78-3623706e24f1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2428_O_13*AA_734_O_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"15:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2305\",\n                            \"AA50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a836016c-a48e-4d16-bd0f-d925446ad5aa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_2305_O_7*AA_50_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"15:30:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1996\",\n                            \"AA80\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fd1aab8f-2e2f-4773-9c4c-faed13d3cfac\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1996_O_11*AA_80_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:40 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1960\",\n                            \"AA730\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c26d8a2d-5eb2-46d1-ae41-53169233c6e1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1960_O_7*AA_730_O_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:05 am\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1960\",\n                            \"AA732\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d326c3fc-a9fc-4afe-9658-d40be8b5f9fe\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1960_O_7*AA_732_O_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:40 am\",\n                        \"duration\": \"18:15:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA3082\",\n                            \"AA730\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1f1feda3-e5ca-4048-b8be-8feb5a0ba1e5\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_3082_O_5*AA_730_O_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:05 am\",\n                        \"duration\": \"19:40:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA3082\",\n                            \"AA732\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5964c908-7b40-49dd-a46a-529a63d2d340\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_3082_O_5*AA_732_O_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"21:05:00\",\n                        \"stops\": [\n                            \"CLT\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1960\",\n                            \"AA734\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"98f7cd83-cbe5-49bd-9970-88f4dd258d55\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1960_O_7*AA_734_O_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:17 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:05 am\",\n                        \"duration\": \"13:48:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA166\",\n                            \"AA104\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dbc456e9-f2b3-45ac-89a5-8980679e227d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_166_O_13*AA_104_O_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"13:50:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1527\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f36cc2d1-ce48-410d-ad34-3f5dfbc9a62f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=UA_1527_Q_14*UA_262_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:23 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:40 pm\",\n                        \"duration\": \"15:17:00\",\n                        \"stops\": [\n                            \"PHX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1321\",\n                            \"AA6999\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2dfeab49-0645-4238-9dc7-18f8233496cf\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_1321_O_15*AA_6999_O_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"16:20:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA234\",\n                            \"AA100\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a2d18260-5628-4e8b-a69e-32627d1f8a95\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=MEXMX21DJ&flightinfo=AA_234_O_6*AA_100_O_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"16:25:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6434\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2426.58,\n                \"basePrice\": 2426.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0dddf392-020d-4d14-ba0c-42872df83511\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2379&OfficeId=MEXMX21DJ&flightinfo=B6_434_L_6*B6_1620_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:05 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"19:30:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6434\",\n                            \"B62104\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2426.58,\n                \"basePrice\": 2426.58,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"727499c4-596b-44b6-9b60-a9d979792067\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2379&OfficeId=MEXMX21DJ&flightinfo=B6_434_L_6*B6_2104_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2441.37,\n                \"basePrice\": 2441.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b6510091-e048-43e3-92b3-cae4a2f70e79\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2393.5&OfficeId=MEXMX21DJ&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2441.37,\n                \"basePrice\": 2441.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"83c906f2-d4ec-4e54-b495-5d672f11c05a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2393.5&OfficeId=MEXMX21DJ&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7785\",\n                            \"LH9357\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"197464d8-e17c-4aed-aaa9-e9d2fa8717f8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7785_V_8*LH_9357_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8820\",\n                            \"SN9090\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a23386d-8ab2-4de7-b392-ab3c7527a4de\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8820_V_8*SN_9090_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7489\",\n                            \"LH9259\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7e0c34d7-8827-4f98-ab41-14ddfc3d64c7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7489_V_8*LH_9259_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7887\",\n                            \"LH7768\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b2958f12-9f2f-4c01-960a-260095de28fa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7887_V_7*LH_7768_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:35 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:40 am\",\n                        \"duration\": \"16:05:00\",\n                        \"stops\": [\n                            \"IAD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7531\",\n                            \"LH9267\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f4c3ecd-b029-421b-a0e7-823942427656\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=LH_7531_V_10*LH_9267_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9061\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"31b67265-7549-4017-b7df-d7f40196e0da\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_V_7*SN_9061_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9057\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"12e9b91b-61bb-49a4-befc-6c9a7f3deb30\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_V_7*SN_9057_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8942\",\n                            \"SN9061\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"27d4c360-4894-4584-a194-8f9922230c02\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8942_V_6*SN_9061_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9039\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dd8d4437-3e1f-427c-aa38-aeb703a7efc8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_V_7*SN_9039_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8942\",\n                            \"SN9057\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3042206c-9131-439e-b960-e6a4b9b220c7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8942_V_6*SN_9057_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8942\",\n                            \"SN9039\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2446.47,\n                \"basePrice\": 2446.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a923f27-b1fb-4e39-9d78-779dc680b7c1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2398.5&OfficeId=MEXMX21DJ&flightinfo=SN_8942_V_6*SN_9039_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:40 pm\",\n                        \"duration\": \"14:15:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9407\",\n                            \"LH916\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2523.28,\n                \"basePrice\": 2523.28,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b7b83e10-83f9-4460-8a2e-01683a6a129f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2473.8&OfficeId=MEXMX21DJ&flightinfo=LH_9407_V_19*LH_916_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 pm\",\n                        \"duration\": \"15:10:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9407\",\n                            \"LH5658\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2590.19,\n                \"basePrice\": 2590.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fe734699-4c4d-4680-bf7f-380456c894d9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2539.4&OfficeId=MEXMX21DJ&flightinfo=LH_9407_V_19*LH_5658_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e1c34978-60f0-4e00-8d76-cff116e7406a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"12:30:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA566\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e87e787a-b030-4361-b5e6-69b12460fb0e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_566_H_15*UA_262_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"17:03:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1374\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a38ce03b-7343-41e5-b650-5137f5d61bbd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_1374_H_11*UA_262_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:20 pm\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"YVR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8506\",\n                            \"UA8582\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6ba38f23-26de-4311-8671-f24b71aa1bf7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_8506_H_16*UA_8582_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"16:20:00\",\n                        \"stops\": [\n                            \"ORD\",\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA587\",\n                            \"UA587\",\n                            \"UA8296\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"92845b07-59fb-4194-ae6e-ab344b8ff469\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_587_H_6*UA_587_H_14*UA_8296_H_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"19:50:00\",\n                        \"stops\": [\n                            \"ORD\",\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA587\",\n                            \"UA587\",\n                            \"UA8068\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8a093d8b-0e7c-4060-bc1e-8cc1f567f550\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=UA_587_H_6*UA_587_H_14*UA_8068_H_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:20 pm\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"YVR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC571\",\n                            \"AC860\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3e0aaf65-1f70-4c23-8497-85590d4a8773\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=AC_571_H_16*AC_860_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:20 pm\",\n                        \"duration\": \"17:40:00\",\n                        \"stops\": [\n                            \"YVR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC567\",\n                            \"AC860\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f3c25d3b-5ce2-4572-9b67-372e64fa514c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=MEXMX21DJ&flightinfo=AC_567_H_11*AC_860_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7095\",\n                            \"KL4833\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d4d61057-261c-45c3-b64f-a89cca071e44\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=KL_7095_L_12*KL_4833_L_15&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:15 pm\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF5670\",\n                            \"AF9654\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"04f30cb8-9518-4460-bee6-bcced9542cc2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_5670_L_18*AF_9654_L_22&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:48 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:15 pm\",\n                        \"duration\": \"17:27:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8811\",\n                            \"AF9654\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1862cd69-3c96-481c-8070-add80bf3b8ec\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_8811_L_15*AF_9654_L_22&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:48 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:35 pm\",\n                        \"duration\": \"14:47:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8811\",\n                            \"AF9891\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d0535e4b-4114-4612-99fe-884cbb0277af\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_8811_L_15*AF_9891_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:55 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7093\",\n                            \"KL4833\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"56ebffb2-f3d9-4b00-ab68-84f03754e741\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=KL_7093_L_10*KL_4833_L_15&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:50 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:55 am\",\n                        \"duration\": \"19:05:00\",\n                        \"stops\": [\n                            \"DTW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF2227\",\n                            \"AF3639\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7e7ef10a-a35d-4320-ad4c-6e076953eb71\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=MEXMX21DJ&flightinfo=AF_2227_L_5*AF_3639_L_20&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Westjet\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/WS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:05 pm\",\n                        \"duration\": \"20:35:00\",\n                        \"stops\": [\n                            \"YYC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"WS1521\",\n                            \"WS18\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2662.2,\n                \"basePrice\": 2662.2,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c9d8a9ff-f9a7-4b32-ae18-334a9a83ec1d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2610&OfficeId=MEXMX21DJ&flightinfo=WS_1521_T_7*WS_18_T_20&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONO\",\n                \"rawFareFamily\": \"ECONO\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Tap Portugal\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TP.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 pm\",\n                        \"duration\": \"19:15:00\",\n                        \"stops\": [\n                            \"TER\",\n                            \"LIS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TP240\",\n                            \"TP240\",\n                            \"TP1358\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2716.26,\n                \"basePrice\": 2716.26,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"765c876b-78b3-421e-ba79-183d0c4cd38b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2663&OfficeId=MEXMX21DJ&flightinfo=TP_240_Q_18*TP_240_Q_13*TP_1358_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Tap Portugal\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TP.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:55 pm\",\n                        \"duration\": \"20:10:00\",\n                        \"stops\": [\n                            \"TER\",\n                            \"LIS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TP240\",\n                            \"TP240\",\n                            \"TP1366\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2716.26,\n                \"basePrice\": 2716.26,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aa90a303-7d96-47fe-9172-cd78d78742ed\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2663&OfficeId=MEXMX21DJ&flightinfo=TP_240_Q_18*TP_240_Q_13*TP_1366_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"42347873-8f06-437b-91c7-bddd8719f905\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"SN9103\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"62177d1a-c01e-4039-86b1-b21b03711732\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=SN_9103_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:10 am\",\n                        \"duration\": \"19:10:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9037\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0e2937f5-ca65-4063-9685-4224ec67675c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_Q_7*SN_9037_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"20:25:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"SN8912\",\n                            \"SN9041\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2762.67,\n                \"basePrice\": 2762.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c656cf91-c7b6-4a61-90f9-0557fc050c51\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2708.5&OfficeId=MEXMX21DJ&flightinfo=SN_8912_Q_7*SN_9041_Q_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:05:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B61734\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2793.78,\n                \"basePrice\": 2793.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8d9eac7c-83a6-440b-ad7d-a19ccec59e32\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2739&OfficeId=MEXMX21DJ&flightinfo=B6_1734_L_8*B6_1620_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:56 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"14:39:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6834\",\n                            \"B62104\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2793.78,\n                \"basePrice\": 2793.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95d0ecb7-7889-4a48-b2dc-27359d6fbd93\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2739&OfficeId=MEXMX21DJ&flightinfo=B6_834_L_10*B6_2104_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B61734\",\n                            \"B62104\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2793.78,\n                \"basePrice\": 2793.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3e1100b4-eb8f-41a7-9cbb-41b8e1c17ebe\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2739&OfficeId=MEXMX21DJ&flightinfo=B6_1734_L_8*B6_2104_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DN\",\n                \"rawFareFamily\": \"DN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:50 pm\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"MUC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7996\",\n                            \"LH2474\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2832.13,\n                \"basePrice\": 2832.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bf33577b-e6b5-4c76-a442-4015ab98ccef\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2776.6&OfficeId=MEXMX21DJ&flightinfo=LH_7996_Q_14*LH_2474_Q_11&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6262\",\n                            \"AA136\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a9ec4128-f350-4a38-95d5-ad2b93723887\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_6262_Q_11*AA_136_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1515\",\n                            \"AA46\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f9e51061-e604-4344-8367-c1b1875bb688\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1515_Q_13*AA_46_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6428\",\n                            \"AA136\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bc942746-8a8d-4147-b042-7cc1d8181c4a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_6428_Q_10*AA_136_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6411\",\n                            \"AA136\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c84a741a-7a86-452c-94b3-f8562eff3365\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_6411_Q_9*AA_136_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:20 am\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA359\",\n                            \"AA86\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0e467573-979a-4550-9c2a-972793952cd3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_359_Q_8*AA_86_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:18 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:05 pm\",\n                        \"duration\": \"15:47:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA4895\",\n                            \"AA134\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e7ab3217-8b15-4847-9069-07a786c9ab0c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_4895_Q_16*AA_134_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:10 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:20 am\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2614\",\n                            \"AA86\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"856cabd8-8ae5-4e16-bc6a-086cbe3de867\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_2614_Q_6*AA_86_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:16 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:20 am\",\n                        \"duration\": \"13:04:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1135\",\n                            \"AA86\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aaa1110d-077d-4b59-83bb-96b01b8cb18e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1135_Q_10*AA_86_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:23 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:50 pm\",\n                        \"duration\": \"13:27:00\",\n                        \"stops\": [\n                            \"PHX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1321\",\n                            \"AA194\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4d3956cd-18ac-4e65-85a0-8d6feb41edc3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1321_Q_15*AA_194_Q_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:28 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:50 pm\",\n                        \"duration\": \"16:22:00\",\n                        \"stops\": [\n                            \"PHX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1450\",\n                            \"AA194\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"51e3a45f-f44e-4915-87cf-f3a2655b70de\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1450_Q_12*AA_194_Q_18&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:16 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:15 pm\",\n                        \"duration\": \"17:59:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1135\",\n                            \"AA98\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4a696d50-ee7a-44f6-9b6c-6827101c72c4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=MEXMX21DJ&flightinfo=AA_1135_Q_10*AA_98_Q_22&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA8324\",\n                            \"AA8044\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2869.67,\n                \"basePrice\": 2869.67,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"84d8a3ba-e5be-4237-9bc6-7a8403c80394\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2813.4&OfficeId=MEXMX21DJ&flightinfo=AA_8324_Q_17*AA_8044_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:35 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:55 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"DTW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF2134\",\n                            \"AF3639\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2891.19,\n                \"basePrice\": 2891.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"79a59e97-859b-492b-9bf1-73eb481e04b2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2834.5&OfficeId=MEXMX21DJ&flightinfo=AF_2134_H_11*AF_3639_H_20&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4258\",\n                            \"IB4188\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2906.49,\n                \"basePrice\": 2906.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4b678d71-feec-43e9-95fd-2ab27ad23d91\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2849.5&OfficeId=MEXMX21DJ&flightinfo=IB_4258_Q_13*IB_4188_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4120\",\n                            \"AY5788\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2914.65,\n                \"basePrice\": 2914.65,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5b79eaac-a804-4213-95e2-55ca6834881e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2857.5&OfficeId=MEXMX21DJ&flightinfo=AY_4120_Q_13*AY_5788_Q_20&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:05 am\",\n                        \"duration\": \"16:48:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY5738\",\n                            \"AY4016\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2914.65,\n                \"basePrice\": 2914.65,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4ab65fc7-2098-473b-9ea2-fb520642cd23\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2857.5&OfficeId=MEXMX21DJ&flightinfo=AY_5738_Q_10*AY_4016_Q_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"SN9100\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2990.13,\n                \"basePrice\": 2990.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"41f9cec2-d76b-489f-be11-73300b7d46c6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2931.5&OfficeId=MEXMX21DJ&flightinfo=SN_9100_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2990.13,\n                \"basePrice\": 2990.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9ddf2b6a-f15d-4827-bf2e-7990e5ea14d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2931.5&OfficeId=MEXMX21DJ&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:25 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:40 pm\",\n                        \"duration\": \"15:15:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9407\",\n                            \"LH918\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3066.94,\n                \"basePrice\": 3066.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9d1522b4-10d4-41e1-9b91-ca68a46f2bf3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3006.8&OfficeId=MEXMX21DJ&flightinfo=LH_9407_H_19*LH_918_H_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:10 am\",\n                        \"duration\": \"13:53:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA16\",\n                            \"AA6932\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c7fae6cd-b752-478c-8709-ffb97c944a81\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_16_N_10*AA_6932_N_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:18 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:35 pm\",\n                        \"duration\": \"14:17:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA4895\",\n                            \"AA6983\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b80f8c95-7b23-4eda-b67b-03a47d6b8579\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_4895_N_16*AA_6983_N_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:57 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:45 pm\",\n                        \"duration\": \"14:48:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA2387\",\n                            \"AA154\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0f804413-7a7d-49a4-bc71-f1fb6b7cae4a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_2387_N_13*AA_154_N_21&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:05 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA6262\",\n                            \"AA6935\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3090.09,\n                \"basePrice\": 3090.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e750d3f9-e3b5-4fe9-8bcf-8432a119f371\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3029.5&OfficeId=MEXMX21DJ&flightinfo=AA_6262_N_11*AA_6935_N_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA8324\",\n                            \"AA8048\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3106.31,\n                \"basePrice\": 3106.31,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6f5c4314-945e-48b4-8721-fae1c1ad9316\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3045.4&OfficeId=MEXMX21DJ&flightinfo=AA_8324_N_17*AA_8048_N_14&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3220.71,\n                \"basePrice\": 3220.71,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"322125f3-d0ed-4322-9a79-61f70874fa96\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3157.56&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_N_17*EI_8367_V_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3220.71,\n                \"basePrice\": 3220.71,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47a7cd55-0804-4658-9b5c-7343356aa3b4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3157.56&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_N_17*EI_8371_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA901\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"948f8edd-6422-40b4-9024-f3263baa2c75\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_901_U_13&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1333\",\n                            \"UA27\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6edf1af-0015-4213-a867-60dd6d91f15e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1333_U_12*UA_27_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 am\",\n                        \"duration\": \"14:23:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1374\",\n                            \"UA27\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8979417e-ed8c-462b-bccb-8996ac2b88a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1374_U_11*UA_27_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:31 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:10 am\",\n                        \"duration\": \"13:39:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1498\",\n                            \"UA923\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b6016872-b914-49c3-86a2-7feb1fa50b8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1498_U_13*UA_923_U_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:45 am\",\n                        \"duration\": \"13:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1470\",\n                            \"UA938\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f3d87c14-ce6d-475c-94ad-b02f07e87458\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1470_U_13*UA_938_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:20 pm\",\n                        \"duration\": \"15:25:00\",\n                        \"stops\": [\n                            \"DEN\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1333\",\n                            \"UA262\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5012eaf9-38f7-4f70-b618-a1331fd3fdb3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=UA_1333_U_12*UA_262_U_20&routeType=Round-Trip\",\n                \"fareFamily\": \"BE\",\n                \"rawFareFamily\": \"BE\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Turkish Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TK.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:50 pm\",\n                        \"duration\": \"18:05:00\",\n                        \"stops\": [\n                            \"IST\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TK80\",\n                            \"TK1983\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ca988b93-694a-4bc0-a621-6021b6646447\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=TK_80_S_18*TK_1983_S_18&routeType=Round-Trip\",\n                \"fareFamily\": \"RS\",\n                \"rawFareFamily\": \"RS\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Turkish Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TK.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:20 pm\",\n                        \"duration\": \"19:35:00\",\n                        \"stops\": [\n                            \"IST\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TK80\",\n                            \"TK1929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"30bc51c2-77b6-42ff-a1ef-f3c1399d5813\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=TK_80_S_18*TK_1929_S_20&routeType=Round-Trip\",\n                \"fareFamily\": \"RS\",\n                \"rawFareFamily\": \"RS\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Turkish Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/TK.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 pm\",\n                        \"duration\": \"19:40:00\",\n                        \"stops\": [\n                            \"IST\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"TK80\",\n                            \"TK1987\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3288.99,\n                \"basePrice\": 3288.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"028d475a-3413-4f85-a0c3-2cebd688977b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3224.5&OfficeId=MEXMX21DJ&flightinfo=TK_80_S_18*TK_1987_S_20&routeType=Round-Trip\",\n                \"fareFamily\": \"RS\",\n                \"rawFareFamily\": \"RS\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0fe84436-00f1-45cd-85a7-d6f080ab1789\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=KL_4825_K_16&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AF9650\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f8620e9-12f8-427b-852b-ebe6eb51faae\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AF_9650_K_16&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AF9660\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"11bac172-6e83-423c-80f9-4f0e26a839b0\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AF_9660_K_21&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"96b51cb0-5579-440b-860e-446a692a2378\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=KL_4835_K_21&routeType=Round-Trip\",\n                \"fareFamily\": \"LIGHT\",\n                \"rawFareFamily\": \"LIGHT\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:50 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA359\",\n                            \"AA7003\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c11e409d-19c5-4b31-9f9d-74b45c5c210e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AA_359_S_8*AA_7003_S_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:09 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"14:51:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS3318\",\n                            \"AS6936\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8801767c-0694-48b4-8e68-e0c8548089a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AS_3318_N_9*AS_6936_S_13&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:03 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:05 pm\",\n                        \"duration\": \"16:02:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2146\",\n                            \"AS6934\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3368.55,\n                \"basePrice\": 3368.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7b3d5911-3c1f-4bd3-be8d-a523c0d6d3f2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3302.5&OfficeId=MEXMX21DJ&flightinfo=AS_2146_N_16*AS_6934_S_21&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Brussels Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/SN.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"SN9105\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3663.33,\n                \"basePrice\": 3663.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"08d385aa-c126-4552-91dc-ed122489ca24\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3591.5&OfficeId=MEXMX21DJ&flightinfo=SN_9105_U_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9375\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3663.33,\n                \"basePrice\": 3663.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c93c9819-64e7-4347-aa84-163201f9147a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3591.5&OfficeId=MEXMX21DJ&flightinfo=LH_9375_U_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:45 am\",\n                        \"duration\": \"13:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH7871\",\n                            \"LH9355\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3663.33,\n                \"basePrice\": 3663.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c097df19-f5b2-4c0e-b92b-a44d19d1ec9f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3591.5&OfficeId=MEXMX21DJ&flightinfo=LH_7871_U_13*LH_9355_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2e3de42a-e763-47ed-aff3-8df7485e6f96\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AA_6995_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:03 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:35 pm\",\n                        \"duration\": \"14:32:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2146\",\n                            \"AS5292\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3d93ecf9-169b-4291-9171-2d2031f4bc6a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_2146_S_16*AS_5292_V_20&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:55 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:30 am\",\n                        \"duration\": \"14:35:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS598\",\n                            \"AS6990\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"477e151e-cc50-4757-9182-ec505bf25bff\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_598_S_11*AS_6990_V_20&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:45 am\",\n                        \"duration\": \"14:40:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS113\",\n                            \"AS5260\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bdac40e2-f64e-4a7e-a243-bc3d4d47510b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_113_V_9*AS_5260_V_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:45 am\",\n                        \"duration\": \"14:40:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS113\",\n                            \"AS6922\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3738.81,\n                \"basePrice\": 3738.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"42d27f2b-5981-4efe-bc15-ede1ef1a249c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3665.5&OfficeId=MEXMX21DJ&flightinfo=AS_113_V_9*AS_6922_V_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3800.01,\n                \"basePrice\": 3800.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b7e13dff-3780-4b82-9e30-5d501a9986b2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3725.5&OfficeId=MEXMX21DJ&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:10 am\",\n                        \"duration\": \"13:53:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY5738\",\n                            \"AY5432\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3800.01,\n                \"basePrice\": 3800.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d57a41c7-fe8a-4293-9361-9476d77d57d5\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3725.5&OfficeId=MEXMX21DJ&flightinfo=AY_5738_V_10*AY_5432_V_20&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3810.89,\n                \"basePrice\": 3810.89,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0494db0c-5b76-408d-b131-29d077fc7586\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3736.17&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_V_17*EI_8337_H_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Smart\",\n                \"rawFareFamily\": \"Smart\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cf95ed3e-4346-4ab3-bc30-f5e52980888f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_6997_L_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:50 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA9356\",\n                            \"AA6909\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2cdcff28-80c7-4604-9593-f4a8a058e3cc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_9356_L_9*AA_6909_L_13&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:17 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:15 am\",\n                        \"duration\": \"13:58:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA166\",\n                            \"AA6941\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"146fde11-a724-4b9c-a970-87b332015296\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_166_L_13*AA_6941_L_23&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 am\",\n                        \"duration\": \"15:23:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA16\",\n                            \"AA6914\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4228.41,\n                \"basePrice\": 4228.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e9e71d38-6186-4cb1-bd8d-130d4f6dfe6c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4145.5&OfficeId=MEXMX21DJ&flightinfo=AA_16_L_10*AA_6914_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:35 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:20 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA714\",\n                            \"UA920\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4276.35,\n                \"basePrice\": 4276.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fb71f0db-3168-452d-a0c5-ffdc7255748f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4192.5&OfficeId=MEXMX21DJ&flightinfo=UA_714_M_10*UA_920_M_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:40 pm\",\n                        \"duration\": \"15:20:00\",\n                        \"stops\": [\n                            \"FRA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LH9403\",\n                            \"LH906\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4411.3,\n                \"basePrice\": 4411.3,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"182ae790-afe5-40a5-ba3a-c9862cc7cb31\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4324.8&OfficeId=MEXMX21DJ&flightinfo=LH_9403_M_13*LH_906_M_12&routeType=Round-Trip\",\n                \"fareFamily\": \"ECOSTAND\",\n                \"rawFareFamily\": \"ECOSTAND\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"149f4554-fb01-4292-ab09-a4a5d166d45d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_166_M_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"619b747c-9111-47dc-bb5e-2699b5d1bc74\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_168_M_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4bf2bcaa-2382-46a5-b41e-7c37c1f183fe\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_8337_M_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4658.19,\n                \"basePrice\": 4658.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c6e350f2-b7f0-4344-8aab-b42758c1eceb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4566.85&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_176_M_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Westjet\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/WS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:05 pm\",\n                        \"duration\": \"15:15:00\",\n                        \"stops\": [\n                            \"YYC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"WS1509\",\n                            \"WS18\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4703.22,\n                \"basePrice\": 4703.22,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2f51fc2a-ed80-4ce5-bd4c-bcfdc1db8424\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4611&OfficeId=MEXMX21DJ&flightinfo=WS_1509_M_12*WS_18_T_20&routeType=Round-Trip\",\n                \"fareFamily\": \"EFLEX\",\n                \"rawFareFamily\": \"EFLEX\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4725.94,\n                \"basePrice\": 4725.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"789f97f3-1f3d-450f-bdaa-339623334e14\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4633.27&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_8367_M_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4725.94,\n                \"basePrice\": 4725.94,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6fe530cd-b6e7-455f-9e14-647fe9a2aed2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4633.27&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_L_17*EI_8371_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Flex\",\n                \"rawFareFamily\": \"Flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AS5278\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9fc3c50f-3060-4e61-9202-5bf8e66ec498\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AS_5278_M_16&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AS5280\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bf142eb1-b88b-482a-ab1c-b8dadb8802f9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AS_5280_M_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:44 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:40 pm\",\n                        \"duration\": \"12:56:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA7502\",\n                            \"AA6907\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f01f01f7-5db8-463c-88ab-bfd06208247a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AA_7502_V_16*AA_6907_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:15 am\",\n                        \"duration\": \"13:58:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA16\",\n                            \"AA6929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0155ecf2-0e92-43b6-aac6-62d39e936050\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AA_16_M_10*AA_6929_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:16 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:05 am\",\n                        \"duration\": \"14:49:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA1135\",\n                            \"AA7018\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4869.99,\n                \"basePrice\": 4869.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a79619d5-a289-4fba-a3aa-f0fa81d9f637\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4774.5&OfficeId=MEXMX21DJ&flightinfo=AA_1135_M_10*AA_7018_M_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AA8324\",\n                            \"AA6771\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4886.21,\n                \"basePrice\": 4886.21,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"db3b6f20-06d7-497a-963e-5a4801de90d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4790.4&OfficeId=MEXMX21DJ&flightinfo=AA_8324_M_17*AA_6771_M_15&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN\",\n                \"rawFareFamily\": \"MAIN\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"IB3625\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4923.03,\n                \"basePrice\": 4923.03,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ba37a523-7f34-4704-9a91-26e7c87da2cb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4826.5&OfficeId=MEXMX21DJ&flightinfo=IB_3625_M_16&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:10 am\",\n                        \"duration\": \"13:53:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4632\",\n                            \"IB3772\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4923.03,\n                \"basePrice\": 4923.03,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47068c20-5594-4d23-8003-5cef0ea9e319\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4826.5&OfficeId=MEXMX21DJ&flightinfo=IB_4632_M_10*IB_3772_M_20&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5526\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4931.19,\n                \"basePrice\": 4931.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f0fa78d7-1493-4b10-8248-9f79e6964490\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4834.5&OfficeId=MEXMX21DJ&flightinfo=AY_5526_M_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECLASSIC\",\n                \"rawFareFamily\": \"ECLASSIC\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"3:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:00 pm\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"PDX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS929\",\n                            \"AS5276\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5723.73,\n                \"basePrice\": 5723.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c4dd5c83-8ab3-40fa-8b0d-213025ea6233\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5611.5&OfficeId=MEXMX21DJ&flightinfo=AS_929_L_15*AS_5276_K_19&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:15 am\",\n                        \"duration\": \"15:10:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS113\",\n                            \"AS5254\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5723.73,\n                \"basePrice\": 5723.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"da693040-a216-48f8-b376-10e05afbcf40\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5611.5&OfficeId=MEXMX21DJ&flightinfo=AS_113_L_9*AS_5254_K_20&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"IB3627\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5776.77,\n                \"basePrice\": 5776.77,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a7282539-b52d-45ec-8137-b1e5fca3a59c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5663.5&OfficeId=MEXMX21DJ&flightinfo=IB_3627_K_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"10:17 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:15 am\",\n                        \"duration\": \"13:58:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4632\",\n                            \"IB3544\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5776.77,\n                \"basePrice\": 5776.77,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4298d21c-faaa-4da3-b8c0-03ae7b9f1b24\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5663.5&OfficeId=MEXMX21DJ&flightinfo=IB_4632_K_10*IB_3544_K_20&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:05 am\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2147\",\n                            \"AS5294\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 6846.75,\n                \"basePrice\": 6846.75,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c189a6c1-68ad-487b-a99e-00929a0a750f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=6712.5&OfficeId=MEXMX21DJ&flightinfo=AS_2147_M_11*AS_5294_H_15&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:21 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:35 am\",\n                        \"duration\": \"14:14:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS3386\",\n                            \"AS5293\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10231.11,\n                \"basePrice\": 10231.11,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"18b823c4-f7ce-42c3-9586-a86e1ce92ad1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10030.5&OfficeId=MEXMX21DJ&flightinfo=AS_3386_K_13*AS_5293_B_17&routeType=Round-Trip\",\n                \"fareFamily\": null,\n                \"rawFareFamily\": null,\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:21 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:35 am\",\n                        \"duration\": \"14:14:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB7350\",\n                            \"IB3621\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10284.15,\n                \"basePrice\": 10284.15,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cbeb6899-196d-436b-8cd6-12404a93b395\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10082.5&OfficeId=MEXMX21DJ&flightinfo=IB_7350_S_13*IB_3621_B_17&routeType=Round-Trip\",\n                \"fareFamily\": \"FULLFLEX\",\n                \"rawFareFamily\": \"FULLFLEX\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:50 am\",\n                        \"duration\": \"14:50:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4457\",\n                            \"IB3633\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10284.15,\n                \"basePrice\": 10284.15,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"af41bef9-af24-4ad1-80b8-ad99f7c65613\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10082.5&OfficeId=MEXMX21DJ&flightinfo=IB_4457_B_8*IB_3633_B_16&routeType=Round-Trip\",\n                \"fareFamily\": \"FULLFLEX\",\n                \"rawFareFamily\": \"FULLFLEX\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d0700895-5340-4b03-9632-928819b90546\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_166_Y_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6d38652b-f724-4926-bac8-410f510a156d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_168_Y_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"be9ac887-5ac8-4170-85f4-46790b5a71a3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_8337_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17450.35,\n                \"basePrice\": 17450.35,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b24600ca-2b99-4a7b-b462-841e5e6d06f6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17108.19&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_176_C_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17518.1,\n                \"basePrice\": 17518.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6159282-cea3-491a-b95e-93e58adccec9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17174.61&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_8367_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 17518.1,\n                \"basePrice\": 17518.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1bc85e84-189e-4e6d-a788-b8da5128ae05\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=17174.61&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_J_17*EI_8371_Y_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Business flex\",\n                \"rawFareFamily\": \"Business flex\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:55 pm\",\n                        \"duration\": \"13:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI166\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cc538b1a-9f0b-4e21-8d00-7f70dd427c18\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_166_Y_13&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"3:55 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI168\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7da59dda-36b6-41d9-9c30-06f8e0889339\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_168_Y_14&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:50 pm\",\n                        \"duration\": \"15:05:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8337\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4f70070b-c6f1-4da1-8162-82735ac533f8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_8337_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:55 pm\",\n                        \"duration\": \"17:10:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI176\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25300.62,\n                \"basePrice\": 25300.62,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0aec3487-6b45-437d-afd3-f042540f0162\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24804.53&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_176_C_17&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:30 pm\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8367\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25368.37,\n                \"basePrice\": 25368.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3e23b733-5a4c-4d3f-9fd7-ee24a3eefa6e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24870.95&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_8367_Y_15&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Aer Lingus\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/EI.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"5:45 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:40 pm\",\n                        \"duration\": \"19:55:00\",\n                        \"stops\": [\n                            \"DUB\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"EI60\",\n                            \"EI8371\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 25368.37,\n                \"basePrice\": 25368.37,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a25858a1-4d17-4141-9d1d-b1f25b075e6d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=24870.95&OfficeId=LS262TQJHDAXEJWL&flightinfo=EI_60_D_17*EI_8371_Y_20&routeType=Round-Trip\",\n                \"fareFamily\": \"Business\",\n                \"rawFareFamily\": \"Business\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:05 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"16:25:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B6434\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 33764.9,\n                \"basePrice\": 33764.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95af4d1c-1a3c-4cd4-87e2-1f50e5057309\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=33102.84&OfficeId=LS262TQJHDAXEJWL&flightinfo=B6_434_H_6*B6_1620_Y_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FREEDOM\",\n                \"rawFareFamily\": \"ECONOMY FREEDOM\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Jetblue Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/B6.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:05:00\",\n                        \"stops\": [\n                            \"BOS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"B61734\",\n                            \"B61620\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 33764.9,\n                \"basePrice\": 33764.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cab9c997-20cf-4447-90d7-4db1799f8bba\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=33102.84&OfficeId=LS262TQJHDAXEJWL&flightinfo=B6_1734_H_8*B6_1620_Y_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FREEDOM\",\n                \"rawFareFamily\": \"ECONOMY FREEDOM\",\n                \"sessionId\": \"b52ecb6a-34aa-4d49-ae53-ca31c120dc0f\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5cb1ffee-f58c-4677-a6f0-d3385ff1687d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_2033_L_6*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"de430073-3210-4448-96ce-e1eec8be4961\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_2033_L_6*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aec85c34-6ee8-4b00-a905-6a398b2a5ded\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_2033_L_6*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9751f08b-3289-4aa6-ab43-a81458753036\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_1149_L_7*UA_14_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"152e2ac6-b629-40c4-9014-8f5b4440584d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_1149_L_7*UA_110_L_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 1887,\n                \"basePrice\": 1887,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0b4c2d72-5da5-49ed-9889-be13acf5a3be\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=1850&OfficeId=F1E2&flightinfo=UA_1149_L_7*UA_16_L_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6fcbf6d3-4abd-4b44-b89a-be9e47e5e422\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=DL_5964_E_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"772d4a10-149b-495e-9f96-9b646adb7335\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=VS_20_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c260822e-f1b1-454f-bafd-4b5994b08340\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=DL_5960_E_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e548874b-e6ea-4205-95fd-af0a47ed5879\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=VS_42_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"860201ad-1c8b-405e-8459-04b7a5b5bd20\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2072.13,\n                \"basePrice\": 2072.13,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cc52ebef-80bc-42ee-9c07-8c4fb648fa63\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2031.5&OfficeId=F1E2&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"923bd483-cb01-4da1-bc34-9ffa0e859598\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8bc778a1-4516-4e48-8e64-9f1b4e36d055\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=DL_2272_E_12*DL_5978_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c615b3e4-74d4-44c0-850d-d44f608a3fef\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=DL_902_E_13*DL_50_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6968716-e97c-4c79-bb98-9259e3248e2b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=VS_4507_T_13*VS_4020_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"690bd452-09a4-46b9-a16e-2014fb76eeaa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=DL_1412_E_13*DL_5974_E_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2085.9,\n                \"basePrice\": 2085.9,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2f40a4d8-c426-49ac-9d4e-ea7add129dab\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2045&OfficeId=F1E2&flightinfo=VS_1902_T_13*VS_106_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a276d386-fb60-473a-9682-c21c8626336c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dd27302c-cfc0-44e4-a037-f03d7e547122\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aeedb34f-6be8-41ed-afa7-a017161d5dd6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bb8685cc-0709-430e-a0a3-9d6f1f029d44\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"06020168-faff-4cbf-82c2-703c228e6bec\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC\",\n                \"rawFareFamily\": \"BASIC-BA-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2098.85,\n                \"basePrice\": 2098.85,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"056ecb11-6f6c-4721-9baa-d71dca988a10\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2057.7&OfficeId=F1E2&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2151.69,\n                \"basePrice\": 2151.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"223a2228-0011-49e6-b292-728bfe83195b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2109.5&OfficeId=F1E2&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0c9f22e8-0d96-4374-b4a0-b6b047a87091\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"39f298d7-85a1-4462-92e8-1760775b93f7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3128f3ed-00ff-4153-b6f9-c2994758758e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7d497808-c270-4d8e-9209-de03a214d3aa\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2165.46,\n                \"basePrice\": 2165.46,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"27fa7f33-0ec9-425d-8162-7bcb090e6fcc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2123&OfficeId=F1E2&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2206.16,\n                \"basePrice\": 2206.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"661bf72d-76d9-424e-bfd2-ede7b43c1ade\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2162.9&OfficeId=F1E2&flightinfo=DL_9647_E_13*DL_9346_E_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN BASIC\",\n                \"rawFareFamily\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2244,\n                \"basePrice\": 2244,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0aab489a-34fc-4148-9cd0-580505bce4a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2200&OfficeId=F1E2&flightinfo=VS_4116_T_12*VS_8_T_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2285.72,\n                \"basePrice\": 2285.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ffa8aca8-fe01-4504-bcd7-e9953e21acc0\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2240.9&OfficeId=F1E2&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2315.4,\n                \"basePrice\": 2315.4,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0decc6cf-e4a5-4bac-8ca1-6aab5f450dde\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2270&OfficeId=F1E2&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2330.39,\n                \"basePrice\": 2330.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1ce9f850-11a4-42a9-8ca3-79465c540697\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2284.7&OfficeId=F1E2&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO LIGHT\",\n                \"rawFareFamily\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a368409b-e18f-4d26-bb44-a0d3032e6b0d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=F1E2&flightinfo=AC_760_V_8*AC_866_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f641e6d9-7347-4e96-b27f-90c77bbe512d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=F1E2&flightinfo=AC_762_V_11*AC_864_V_22&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2388.33,\n                \"basePrice\": 2388.33,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"41d49778-0ca4-4318-bf35-28b1b5557d15\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2341.5&OfficeId=F1E2&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c58afdfb-3b94-4e1d-816d-f7a120bcbec2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"46a1aba6-6cf0-44f0-847d-4e5ca1eb737a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e1d90688-ec54-46a9-8c28-feac2171fffb\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e6a3e053-2cde-479e-b183-4a0048db743d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4b33a6ce-63b4-4bc0-b02f-c4d432820eb9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"f0140b75-c8b2-45a6-856f-c5f2d1781f79\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2402.1,\n                \"basePrice\": 2402.1,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a3558340-91d5-4d3f-804c-3c44f3b88e23\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2355&OfficeId=F1E2&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"6e0e9652-f2f4-4574-a883-40ae75fd8ab6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=AC_738_V_8*AC_854_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"35db313e-cedf-44e1-a4ec-baf68a933520\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"224b3c4e-dda6-4069-b599-a97cd61de19a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=AC_740_V_12*AC_852_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2a35eb97-e776-439d-a81c-f6593b1e2949\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bad63a6e-dedb-435b-a5b9-5852b55487bd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=AC_742_V_14*AC_858_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEX\",\n                \"rawFareFamily\": \"FLEX-FL-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2415.05,\n                \"basePrice\": 2415.05,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"54dbd09e-5386-45ef-ac0a-eb915334d5c8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2367.7&OfficeId=F1E2&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2455.14,\n                \"basePrice\": 2455.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"26b9c4c0-3e4c-466a-9b55-42e4a58168d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2407&OfficeId=F1E2&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2455.14,\n                \"basePrice\": 2455.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"28ddfafb-7669-4716-9fa0-3353cbf32573\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2407&OfficeId=F1E2&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"OPTIMA\",\n                \"rawFareFamily\": \"OPTIMA-OPTIMA-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2473.5,\n                \"basePrice\": 2473.5,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a5c71f7a-9d04-4157-a2c4-640527e78b76\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2425&OfficeId=F1E2&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD ECONOMY\",\n                \"rawFareFamily\": \"STANDARD ECONOMY-BAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0869a77f-4c16-44e8-8d1f-0bac19d58bab\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=DL_5964_U_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2ab8e4aa-4f40-4fde-a423-417c00bb58ea\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=VS_20_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"112a4457-8722-491a-ade2-3a9a27979a7e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=DL_5960_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2483.19,\n                \"basePrice\": 2483.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"debc5113-a2a3-41a1-af8e-b94b99f28f75\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2434.5&OfficeId=F1E2&flightinfo=VS_42_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"825ad47a-ae28-4811-9f97-56647306a578\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=DL_2272_U_12*DL_5978_U_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"89263442-c5d2-4c60-b320-0eab05a42966\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=DL_902_U_13*DL_50_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"82e0a460-5bb6-4c21-8217-53f120fe2866\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=VS_4507_Q_13*VS_4020_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c193b8fa-deda-46db-89b4-e8b5f502a41a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=DL_1412_U_13*DL_5974_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2496.96,\n                \"basePrice\": 2496.96,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c93b8f31-48da-41cb-92fa-2f67afbc620c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2448&OfficeId=F1E2&flightinfo=VS_1902_Q_13*VS_106_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2562.75,\n                \"basePrice\": 2562.75,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fd5bed44-487d-42b2-a123-d1520245c998\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2512.5&OfficeId=F1E2&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Alaska Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"18:00:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AS2275\",\n                            \"AS6936\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2566.32,\n                \"basePrice\": 2566.32,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1f5816d7-0a52-49f0-930d-7e3a5f034a44\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2516&OfficeId=F1E2&flightinfo=AS_2275_Q_6*AS_6936_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"rawFareFamily\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"25710a9f-08f1-4698-acbf-0c05d23ccd5d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7a4e1cba-8182-457c-aa62-50f01ab04c5d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"30da6112-3a3c-4afc-bef1-5dca6bce8684\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"09ac3616-210e-4ae0-9dfe-6390391ca6b1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2576.52,\n                \"basePrice\": 2576.52,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b539d0a4-445d-4054-bacc-951ee4a8343b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2526&OfficeId=F1E2&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Swiss International Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LX.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:20 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"ZRH\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LX3209\",\n                            \"LX456\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2587.74,\n                \"basePrice\": 2587.74,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"be07e3fe-1c64-4581-b5f9-bd8f6e25d7d9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2537&OfficeId=F1E2&flightinfo=LX_3209_V_14*LX_456_V_11&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-166447\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2600.49,\n                \"basePrice\": 2600.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d59f564c-a481-495b-a254-38826a8fb96c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2549.5&OfficeId=F1E2&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2600.49,\n                \"basePrice\": 2600.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c1c6dfc4-b3b0-4975-8e2a-052dd12a45c8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2549.5&OfficeId=F1E2&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2615.79,\n                \"basePrice\": 2615.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"76bf1939-7964-4ec0-a60b-ea97aa50aad3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2564.5&OfficeId=F1E2&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"BASIC ECONOMY\",\n                \"rawFareFamily\": \"BASIC ECONOMY-BE-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": null,\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2616.81,\n                \"basePrice\": 2616.81,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1c9851cd-71f2-4496-a852-3f14525da378\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.5&OfficeId=F1E2&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY LIGHT\",\n                \"rawFareFamily\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2617.22,\n                \"basePrice\": 2617.22,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cb9a3ecf-3f57-4d8b-bbea-3ad050f8991f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2565.9&OfficeId=F1E2&flightinfo=DL_9647_U_13*DL_9346_U_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN\",\n                \"rawFareFamily\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2646.59,\n                \"basePrice\": 2646.59,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"854a5ddb-7932-4d30-b9ca-0705ac9a1510\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2594.7&OfficeId=F1E2&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-166378\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2655.06,\n                \"basePrice\": 2655.06,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b34fa420-21fe-4992-94ed-77d1734aea34\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2603&OfficeId=F1E2&flightinfo=VS_4116_E_12*VS_8_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2696.78,\n                \"basePrice\": 2696.78,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fbbca9c6-0388-469a-9e65-26eb509c1961\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2643.9&OfficeId=F1E2&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2704.53,\n                \"basePrice\": 2704.53,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5d5fc589-0184-4f7b-8f8e-107de233b376\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2651.5&OfficeId=F1E2&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2777.97,\n                \"basePrice\": 2777.97,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ad7aa322-903f-4165-96cb-51e40eb5ef7c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2723.5&OfficeId=F1E2&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"671e7fd0-a682-42ff-befd-c07c5fcf46df\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=DL_5964_U_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"06d36cec-00cb-4297-8d3b-f0dc8d52f8b7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=VS_20_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0898dfde-6dfe-4465-8951-c80a0a14a618\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=DL_5960_U_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2799.39,\n                \"basePrice\": 2799.39,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"dc741686-2746-4fb2-a1e1-dfe8ad4fe1dc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2744.5&OfficeId=F1E2&flightinfo=VS_42_Q_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4145\",\n                            \"IB4192\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2812.14,\n                \"basePrice\": 2812.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"471243fc-cfc4-4ba1-b207-06ee7a572221\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2757&OfficeId=F1E2&flightinfo=IB_4145_O_8*IB_4192_O_15&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEXIBLE\",\n                \"rawFareFamily\": \"FLEXIBLE-FLEX-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Iberia\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/IB.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:19 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:50 am\",\n                        \"duration\": \"14:31:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"IB4502\",\n                            \"IB4206\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2812.14,\n                \"basePrice\": 2812.14,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9d047888-0473-4094-82a5-87854b6dbe9a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2757&OfficeId=F1E2&flightinfo=IB_4502_O_12*IB_4206_O_19&routeType=Round-Trip\",\n                \"fareFamily\": \"FLEXIBLE\",\n                \"rawFareFamily\": \"FLEXIBLE-FLEX-167713\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL2272\",\n                            \"DL5978\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c388f55e-1ff6-4b05-b75f-22476c7adaae\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=DL_2272_U_12*DL_5978_U_15&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL902\",\n                            \"DL50\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4baf876f-4f55-4ed5-8bb2-95ed46ce6123\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=DL_902_U_13*DL_50_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4507\",\n                            \"VS4020\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cb1dd7da-e75e-4e97-b79b-4ef979e66749\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=VS_4507_Q_13*VS_4020_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"07be06e7-453a-4baf-a515-73a5b7f21a2e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=DL_1412_U_13*DL_5974_U_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2813.16,\n                \"basePrice\": 2813.16,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"be07ba80-7c50-434f-9756-b2345fbbd2e8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2758&OfficeId=F1E2&flightinfo=VS_1902_Q_13*VS_106_Q_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2830.5,\n                \"basePrice\": 2830.5,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0f045302-f86f-43e3-b850-7efba99d878f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2775&OfficeId=F1E2&flightinfo=BA_5597_O_11*BA_1589_O_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY SELECT PRO\",\n                \"rawFareFamily\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"82894615-4211-485a-a514-6a77277bc246\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=F1E2&flightinfo=AA_6995_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2853.45,\n                \"basePrice\": 2853.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"67dde98d-61cc-4d17-8cba-06a0658816c3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2797.5&OfficeId=F1E2&flightinfo=AA_6997_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN\",\n                \"rawFareFamily\": \"MAIN CABIN-MAIN-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2878.95,\n                \"basePrice\": 2878.95,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"73c18cf5-8562-450c-bcd3-6e0cbb7588f6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2822.5&OfficeId=F1E2&flightinfo=KL_4825_T_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5579aec3-f876-4ed1-a75d-608f152179b9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9082_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2e1e7759-d3e7-4d1b-aa66-30da2609ef0f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=AF_8607_T_11*AF_9924_T_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e46bae39-9eba-4bc0-8063-52ec31f9b620\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=AF_8669_T_13*AF_9917_T_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:30 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:50 am\",\n                        \"duration\": \"12:20:00\",\n                        \"stops\": [\n                            \"SLC\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7109\",\n                            \"KL6113\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0b788fe4-59ff-42eb-a0c9-4c41a8702c45\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=KL_7109_T_13*KL_6113_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2892.72,\n                \"basePrice\": 2892.72,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5aa74a37-c9f2-4c20-adbb-290a5728b46c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2836&OfficeId=F1E2&flightinfo=KL_7253_T_13*KL_4823_T_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5964\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"aec7cf29-c6b0-4cf8-ada0-e8508c36d50a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=DL_5964_S_16&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA COMFORT\",\n                \"rawFareFamily\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS20\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9a5cd842-365f-4906-b987-82af747f0352\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=VS_20_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY DELIGHT\",\n                \"rawFareFamily\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"DL5960\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ab791089-3b11-4e94-9b28-5a4575ef079f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=DL_5960_S_21&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA COMFORT\",\n                \"rawFareFamily\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"VS42\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2894.25,\n                \"basePrice\": 2894.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3010c8fc-1e71-4dbd-94a6-71d02b7cd2d3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2837.5&OfficeId=F1E2&flightinfo=VS_42_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY DELIGHT\",\n                \"rawFareFamily\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL1412\",\n                            \"DL5974\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2908.02,\n                \"basePrice\": 2908.02,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e7a3a9a-4af2-47a9-a096-7fb9f440279d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2851&OfficeId=F1E2&flightinfo=DL_1412_S_13*DL_5974_S_17&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA COMFORT\",\n                \"rawFareFamily\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS1902\",\n                            \"VS106\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2908.02,\n                \"basePrice\": 2908.02,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"efb495f8-3102-4f91-94c3-f46c71b03321\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2851&OfficeId=F1E2&flightinfo=VS_1902_V_13*VS_106_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY DELIGHT\",\n                \"rawFareFamily\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2916.69,\n                \"basePrice\": 2916.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e92816bb-66fc-47a3-ac96-1621e6ee32d9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2859.5&OfficeId=F1E2&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD ECONOMY\",\n                \"rawFareFamily\": \"STANDARD ECONOMY-BAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2916.69,\n                \"basePrice\": 2916.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"362ccc1d-ac67-4198-b7a2-9ecec2f2f60b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2859.5&OfficeId=F1E2&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD ECONOMY\",\n                \"rawFareFamily\": \"STANDARD ECONOMY-BAG-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4081\",\n                            \"AY5784\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2928.42,\n                \"basePrice\": 2928.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"5e28c848-f4c3-4543-9269-18c73cec31e1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2871&OfficeId=F1E2&flightinfo=AY_4081_Q_11*AY_5784_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2931.99,\n                \"basePrice\": 2931.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"7353cd96-39bb-4a3c-b027-65088c0c9865\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2874.5&OfficeId=F1E2&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY\",\n                \"rawFareFamily\": \"ECONOMY-ECONOMY-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Delta Air Lines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/DL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"DL9647\",\n                            \"DL9346\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2933.42,\n                \"basePrice\": 2933.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"42cfaebb-e64f-4c04-ad91-e4bd68cc6150\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2875.9&OfficeId=F1E2&flightinfo=DL_9647_U_13*DL_9346_U_10&routeType=Round-Trip\",\n                \"fareFamily\": \"DELTA MAIN REFUNDABLE\",\n                \"rawFareFamily\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Virgin Atlantic\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/VS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:15 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"VS4116\",\n                            \"VS8\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 2971.26,\n                \"basePrice\": 2971.26,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8c6271f1-6c00-4c38-8cbb-d96b414f2bf3\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2913&OfficeId=F1E2&flightinfo=VS_4116_E_12*VS_8_E_15&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC FLEX\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3005.43,\n                \"basePrice\": 3005.43,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9e7bb580-b9a1-49fe-9acf-d98d78547a66\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2946.5&OfficeId=F1E2&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO STANDARD\",\n                \"rawFareFamily\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3012.98,\n                \"basePrice\": 3012.98,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"17b80067-b67c-489f-9da4-574a4f8ddd30\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=2953.9&OfficeId=F1E2&flightinfo=KL_606_T_13*KL_1005_L_10&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3091.11,\n                \"basePrice\": 3091.11,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2f0794b7-5dfd-4735-8bb2-f23a24e374b4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3030.5&OfficeId=F1E2&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY STANDARD\",\n                \"rawFareFamily\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"16:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"47c74458-3986-481e-8a24-86dbe5cff89f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"15:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"c3b75ef3-340b-4075-94f0-080b26145460\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"6:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"17:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA2033\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a697fac6-caec-4f83-8c93-5079a2860be9\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_2033_V_6*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"7:15 am\",\n                        \"duration\": \"16:15:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA14\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0c7a65fe-405b-42e6-8655-8f7d8ebaa2a2\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_14_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"5:55 am\",\n                        \"duration\": \"14:55:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA110\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d0e39c83-a7c0-4a1d-ba4f-c8785fa306f4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_110_V_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:00 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:45 am\",\n                        \"duration\": \"15:45:00\",\n                        \"stops\": [\n                            \"EWR\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA1149\",\n                            \"UA16\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"91553693-8671-475d-b7ed-52e31e713222\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_1149_V_7*UA_16_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:25 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:20 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"ORD\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA793\",\n                            \"UA929\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3192.6,\n                \"basePrice\": 3192.6,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fcffde94-52cf-4536-8f4d-d7487ca20e67\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3130&OfficeId=F1E2&flightinfo=UA_793_V_8*UA_929_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8115\",\n                            \"UA8306\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3205.55,\n                \"basePrice\": 3205.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"abd49709-623b-4737-ae55-dae6645814fd\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3142.7&OfficeId=F1E2&flightinfo=UA_8115_V_8*UA_8306_V_18&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8292\",\n                            \"UA8384\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3205.55,\n                \"basePrice\": 3205.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"14b4a091-8603-4583-82ee-d2fcccb7acf6\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3142.7&OfficeId=F1E2&flightinfo=UA_8292_V_12*UA_8384_V_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"UA8128\",\n                            \"UA8412\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3205.55,\n                \"basePrice\": 3205.55,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9901a222-c6aa-40cd-89ec-6111ff2c1c7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3142.7&OfficeId=F1E2&flightinfo=UA_8128_V_14*UA_8412_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6995\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3210.45,\n                \"basePrice\": 3210.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"95e170b9-290a-4dc4-ba02-7e0dbcf2653e\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3147.5&OfficeId=F1E2&flightinfo=AA_6995_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN FLEXIBLE\",\n                \"rawFareFamily\": \"MAIN CABIN FLEXIBLE-MAINFL-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3210.45,\n                \"basePrice\": 3210.45,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"60b228a7-c061-4309-9d4d-005ddcb1e776\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3147.5&OfficeId=F1E2&flightinfo=AA_6997_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"MAIN CABIN FLEXIBLE\",\n                \"rawFareFamily\": \"MAIN CABIN FLEXIBLE-MAINFL-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3273.69,\n                \"basePrice\": 3273.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"fc73fd36-f051-440a-9373-78c1dac35771\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3209.5&OfficeId=F1E2&flightinfo=BA_284_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY SELECT PRO\",\n                \"rawFareFamily\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3273.69,\n                \"basePrice\": 3273.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"80e27dc7-051d-4e15-9dfb-884f7b39c3db\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3209.5&OfficeId=F1E2&flightinfo=BA_286_Q_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY SELECT PRO\",\n                \"rawFareFamily\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:15 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"8:00 am\",\n                        \"duration\": \"12:45:00\",\n                        \"stops\": [\n                            \"LAX\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AY4081\",\n                            \"AY5784\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3285.42,\n                \"basePrice\": 3285.42,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"45e4a57b-3ff1-4208-9f06-2685dd208761\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3221&OfficeId=F1E2&flightinfo=AY_4081_Q_11*AY_5784_Q_13&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-EFLEX-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Swiss International Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LX.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:20 pm\",\n                        \"arrivalAirport\": \"LCY\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"12:30 pm\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"ZRH\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"LX3209\",\n                            \"LX456\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3378.24,\n                \"basePrice\": 3378.24,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"bfab72cf-4495-4d24-bb6b-91c3db915076\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3312&OfficeId=F1E2&flightinfo=LX_3209_V_14*LX_456_V_11&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-166447\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3407.31,\n                \"basePrice\": 3407.31,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"13c4fceb-9a72-4001-800f-5fc0010d3bcc\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3340.5&OfficeId=F1E2&flightinfo=KL_4835_L_21&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-FLEX-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Austrian Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/OS.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"OS8191\",\n                            \"OS8288\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3437.09,\n                \"basePrice\": 3437.09,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"740cc40c-3b7b-40e4-87a7-24e97c20d018\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3369.7&OfficeId=F1E2&flightinfo=OS_8191_V_14*OS_8288_V_23&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-166378\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3495.03,\n                \"basePrice\": 3495.03,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8d5bb049-a826-4b41-b7f9-b92c4861b281\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3426.5&OfficeId=F1E2&flightinfo=UA_948_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH8573\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3568.47,\n                \"basePrice\": 3568.47,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4e2d48c4-0c4a-468e-b3d8-98d29c28426f\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3498.5&OfficeId=F1E2&flightinfo=LH_8573_Q_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3722.49,\n                \"basePrice\": 3722.49,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"2cd6e711-926f-4d5e-9731-edb44ba4b845\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3649.5&OfficeId=F1E2&flightinfo=UA_930_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY REFUNDABLE\",\n                \"rawFareFamily\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Lufthansa\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/LH.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"LH9379\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3795.93,\n                \"basePrice\": 3795.93,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"e8efbeda-e653-4cf8-805a-6d958788030b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3721.5&OfficeId=F1E2&flightinfo=LH_9379_H_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECO FLEX\",\n                \"rawFareFamily\": \"ECO FLEX-ECOFLEX-167993\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3800.01,\n                \"basePrice\": 3800.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"105b333d-bbfb-47cb-95c2-0a297bc81206\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3725.5&OfficeId=F1E2&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY CLASSIC\",\n                \"rawFareFamily\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:30 am\",\n                        \"duration\": \"14:10:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC760\",\n                            \"AC866\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3987.69,\n                \"basePrice\": 3987.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"63a86ec4-2a7b-4c0f-9d1c-22e360bdc797\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3909.5&OfficeId=F1E2&flightinfo=AC_760_W_8*AC_866_W_18&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:20:00\",\n                        \"stops\": [\n                            \"YUL\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC762\",\n                            \"AC864\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 3987.69,\n                \"basePrice\": 3987.69,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ca029509-7fdf-41f2-8c90-0e23dc2b0019\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3909.5&OfficeId=F1E2&flightinfo=AC_762_W_11*AC_864_W_22&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"8:40 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"6:35 am\",\n                        \"duration\": \"13:55:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC738\",\n                            \"AC854\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4014.41,\n                \"basePrice\": 4014.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"ce71d7e0-dd71-4153-ad99-7c5c0a48c3d8\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3935.7&OfficeId=F1E2&flightinfo=AC_738_W_8*AC_854_W_18&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"12:15 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:35 am\",\n                        \"duration\": \"13:20:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC740\",\n                            \"AC852\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4014.41,\n                \"basePrice\": 4014.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"b73eb58a-d2f9-4db0-a7c5-7ccdd3f242a4\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3935.7&OfficeId=F1E2&flightinfo=AC_740_W_12*AC_852_W_21&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air Canada\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AC.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"2:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:50 am\",\n                        \"duration\": \"13:45:00\",\n                        \"stops\": [\n                            \"YYZ\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AC742\",\n                            \"AC858\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4014.41,\n                \"basePrice\": 4014.41,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"d502d9b8-9279-49d9-9a14-02c5366031be\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=3935.7&OfficeId=F1E2&flightinfo=AC_742_W_14*AC_858_W_23&routeType=Round-Trip\",\n                \"fareFamily\": \"STANDARD\",\n                \"rawFareFamily\": \"STANDARD-TG-168227\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Finnair\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AY.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AY5524\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4157.01,\n                \"basePrice\": 4157.01,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"87113171-2874-44f2-b61c-e875d49e18a7\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4075.5&OfficeId=F1E2&flightinfo=AY_5524_V_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FLEX-EFLEX-166635\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:05 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4825\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4359.99,\n                \"basePrice\": 4359.99,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3aa428fc-fc0d-4ec4-a5ec-111e9bf4c45c\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4274.5&OfficeId=F1E2&flightinfo=KL_4825_S_16&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LGW\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9082\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"4e8281b4-a5eb-4bc9-95cf-3d5f0580e000\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=AF_8607_H_11*AF_9082_S_21&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:30 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:00 am\",\n                        \"duration\": \"14:30:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8607\",\n                            \"AF9924\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1980f8d5-4d1c-4141-b74f-1084f9018331\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=AF_8607_H_11*AF_9924_S_21&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Air France\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AF.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:25 am\",\n                        \"duration\": \"14:25:00\",\n                        \"stops\": [\n                            \"JFK\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"AF8669\",\n                            \"AF9917\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"1099330a-11fa-49e2-836c-d61acc63277a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=AF_8669_H_13*AF_9917_S_23&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:20 am\",\n                        \"duration\": \"13:35:00\",\n                        \"stops\": [\n                            \"SEA\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL7253\",\n                            \"KL4823\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 4373.76,\n                \"basePrice\": 4373.76,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"8be1d430-6041-4c85-b9e4-89e804671aa1\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=4288&OfficeId=F1E2&flightinfo=KL_7253_S_13*KL_4823_S_17&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:00 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:25 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA948\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5597.25,\n                \"basePrice\": 5597.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"0b921315-35a0-4bf3-a130-a3c7e3757c8a\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5487.5&OfficeId=F1E2&flightinfo=UA_948_B_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY PLUS\",\n                \"rawFareFamily\": \"ECONOMY PLUS-ECOPLUS-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"United Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/UA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:50 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"2:10 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"UA930\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 5825.73,\n                \"basePrice\": 5825.73,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"88151380-2353-4c21-9071-1b391b5f0275\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=5711.5&OfficeId=F1E2&flightinfo=UA_930_B_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY PLUS\",\n                \"rawFareFamily\": \"ECONOMY PLUS-ECOPLUS-168328\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"9:55 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"4:15 pm\",\n                        \"duration\": \"10:20:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"KL4835\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 8249.25,\n                \"basePrice\": 8249.25,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"512cf2c6-c85c-4b2f-a988-ca79daed5f16\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=8087.5&OfficeId=F1E2&flightinfo=KL_4835_W_21&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"Klm Royal Dutch Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/KL.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"1:45 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"10:45 am\",\n                        \"duration\": \"13:00:00\",\n                        \"stops\": [\n                            \"AMS\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"KL606\",\n                            \"KL1005\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 8343.5,\n                \"basePrice\": 8343.5,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"81c462b5-b1e2-48ee-bdfc-8d89c558f48b\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=8179.9&OfficeId=F1E2&flightinfo=KL_606_W_13*KL_1005_W_10&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM STANDARD\",\n                \"rawFareFamily\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"American Airlines\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/AA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"AA6997\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 2,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 9908.79,\n                \"basePrice\": 9908.79,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"3134bf3a-1e18-4f01-ae1f-ab19ba3fe747\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=9714.5&OfficeId=F1E2&flightinfo=AA_6997_W_19&routeType=Round-Trip\",\n                \"fareFamily\": \"PREMIUM ECONOMY\",\n                \"rawFareFamily\": \"PREMIUM ECONOMY-PEC-168864\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"11:20 am\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"9:00 am\",\n                        \"duration\": \"13:40:00\",\n                        \"stops\": [\n                            \"DFW\"\n                        ],\n                        \"marketingCarrier\": [\n                            \"BA5597\",\n                            \"BA1589\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10316.28,\n                \"basePrice\": 10316.28,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"9209264e-eea4-4c6a-ac0f-67884f530f7d\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10114&OfficeId=F1E2&flightinfo=BA_5597_B_11*BA_1589_B_17&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"4:35 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"11:00 am\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA284\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10490.19,\n                \"basePrice\": 10490.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"a00ee5a2-93df-404f-8013-8fd981837383\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10284.5&OfficeId=F1E2&flightinfo=BA_284_Y_16&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            },\n            {\n                \"flights\": [\n                    {\n                        \"airlineName\": \"British Airways\",\n                        \"airlineLogo\": \"https://engines.resvoyage.com/content/airline-logos/BA.png\",\n                        \"departureAirport\": \"SFO\",\n                        \"departureDate\": \"01 Jul\",\n                        \"departureTime\": \"7:20 pm\",\n                        \"arrivalAirport\": \"LHR\",\n                        \"arrivalDate\": \"02 Jul\",\n                        \"arrivalTime\": \"1:45 pm\",\n                        \"duration\": \"10:25:00\",\n                        \"stops\": [],\n                        \"marketingCarrier\": [\n                            \"BA286\"\n                        ],\n                        \"freeBaggages\": [\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            },\n                            {\n                                \"FreeQuantity\": 1,\n                                \"BagAllowanceType\": \"Piece\",\n                                \"BagAllowanceUnit\": \"K\"\n                            }\n                        ],\n                        \"cabin\": \"Economy\"\n                    }\n                ],\n                \"totalAmount\": 10490.19,\n                \"basePrice\": 10490.19,\n                \"taxAndFees\": 0,\n                \"currency\": \"USD\",\n                \"id\": \"cf981b43-dffe-4681-be09-c4006b02ee55\",\n                \"link\": \"/booknow/flights/search-details?From1=SFO&To1=LON&DepartureDate1=2025-07-01&Adults=2&Children=1&Infants=1&FlightClass=Economy&FareAmount=10284.5&OfficeId=F1E2&flightinfo=BA_286_Y_19&routeType=Round-Trip\",\n                \"fareFamily\": \"ECONOMY FULLY FLEX\",\n                \"rawFareFamily\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"sessionId\": \"e6d2bf0d-27a9-4bb7-b2c7-06c013f061ea\"\n            }\n        ],\n        \"fareFamilies\": [\n            {\n                \"Code\": \"BASIC ECONOMY-BE-168328\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC-BA-168227\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"Name\": \"DELTA MAIN BASIC\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"Name\": \"ECO LIGHT\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"OPTIMA-OPTIMA-167713\",\n                \"Name\": \"OPTIMA\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB5\",\n                        \"Name\": \"XL SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EMERGENCY SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB3\",\n                        \"Name\": \"FRONT SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB4\",\n                        \"Name\": \"STD SEAT SEL 24H BEFORE DEPART\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC6\",\n                        \"Name\": \"FAST LANE SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC5\",\n                        \"Name\": \"EARLY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"FIRST HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC1\",\n                        \"Name\": \"SECOND HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"077\",\n                        \"Name\": \"ON BOARD PERSONAL ITEM UP3KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC3\",\n                        \"Name\": \"SNACK OR DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC2\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 2\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB7\",\n                        \"Name\": \"REFUNDS ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB8\",\n                        \"Name\": \"REFUNDS NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"068\",\n                        \"Name\": \"CHANGE ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB9\",\n                        \"Name\": \"CHANGES NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IN5\",\n                        \"Name\": \"FIRST CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"089\",\n                        \"Name\": \"FREE LIMITED WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09A\",\n                        \"Name\": \"WIFI CONNECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB0\",\n                        \"Name\": \"AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB1\",\n                        \"Name\": \"AVIOS ELITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"UPGRADE WITH AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"Name\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"Owner\": \"AS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"STANDARD PIECE MAX 50LB 62LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"UPTO70LB 32KG AND62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06M\",\n                        \"Name\": \"150 PERCENT MILES EARNED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02P\",\n                        \"Name\": \"110V AC POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02Q\",\n                        \"Name\": \"USB POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FDS\",\n                        \"Name\": \"FIRST CLASS SUITE PLUS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSE\",\n                        \"Name\": \"BUSINESS PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELB\",\n                        \"Name\": \"BUSINESS EXTRA LONG BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BSU\",\n                        \"Name\": \"BUSINESS SUITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ESP\",\n                        \"Name\": \"BUSINESS EXTRA SPACE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN CABIN-MAIN-168864\",\n                \"Name\": \"MAIN CABIN\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CAO\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 23KGS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"SMALL BAG UPTO 85LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL AND BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD AND PREFERRED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OST\",\n                        \"Name\": \"OTHER SEAT TYPES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"FINNAIR PLUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"POINT UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04D\",\n                        \"Name\": \"MONEY UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04H\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DN\",\n                \"Name\": \"BLUE BASIC\",\n                \"Owner\": \"B6\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"45 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BE\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"22 LB / 10 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"LIGHT\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"26 LB / 12 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECOLIGHT\",\n                \"Name\": \"ECO LIGHT\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"LIGHT\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"26 LB / 12 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN\",\n                \"Name\": \"MAIN CABIN\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"40 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"45 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Third Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"OPTIMA\",\n                \"Name\": \"OPTIMA\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"7 LB / 3 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Third Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECOSTAND\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Checked Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECOSTAND\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"SN\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Checked Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONO\",\n                \"Name\": \"ECONO\",\n                \"Owner\": \"WS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"TP\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECLASSIC\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"70 LB / 32 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"RS\",\n                \"Name\": \"RESTRICTED\",\n                \"Owner\": \"TK\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"46 LB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Checked Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY\",\n                \"Name\": \"ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"22 LB / 10 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"EFLEX\",\n                \"Name\": \"ECONOFLEX\",\n                \"Owner\": \"WS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"50 LB / 23 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"FULLFLEX\",\n                \"Name\": \"FULLY FLEXIBLE\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"7 LB / 3 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"First Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Second Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BAGS\",\n                        \"Name\": \"Third Excess Bag\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"HAND\",\n                        \"Name\": \"Hand Baggage\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"Smart\",\n                \"Name\": \"Smart\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Flex\",\n                \"Name\": \"Flex\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Business flex\",\n                \"Name\": \"Business flex\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Economy\",\n                \"Name\": \"Economy\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"Premiumeconomy\",\n                \"Name\": \"Premiumeconomy\",\n                \"Owner\": \"EI\",\n                \"AirlineFareFamilyInfos\": null\n            },\n            {\n                \"Code\": \"ECONOMY FREEDOM\",\n                \"Name\": \"ECONOMY FREEDOM\",\n                \"Owner\": \"B6\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"000\",\n                        \"Name\": \"Small Cabin Bag 40 x 23 x 55 cm : quantity 1 x 8 Kg : RSD 0.00 Outbound\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"000\",\n                        \"Name\": \"Rebooking : RSD 0.00\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"000\",\n                        \"Name\": \"Cancellation : RSD 0.00 Outbound\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC ECONOMY-BE-168328\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY-ECONOMY-168328\",\n                \"Name\": \"ECONOMY\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FULLY REFUNDABLE-ECOREF-168328\",\n                \"Name\": \"ECONOMY FULLY REFUNDABLE\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN BASIC-BASICECON-169722\",\n                \"Name\": \"DELTA MAIN BASIC\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN-MAINCABIN-169722\",\n                \"Name\": \"DELTA MAIN\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA MAIN REFUNDABLE-REFMAIN-169722\",\n                \"Name\": \"DELTA MAIN REFUNDABLE\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"DELTA COMFORT-COMFORTPLU-169722\",\n                \"Name\": \"DELTA COMFORT\",\n                \"Owner\": \"DL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG1\",\n                        \"Name\": \"FIRST BAG 23K 50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"BG2\",\n                        \"Name\": \"SECOND BAG 23K50LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"BG3\",\n                        \"Name\": \"FIRST BAG 32K 70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BG4\",\n                        \"Name\": \"SECOND BAG 32K70LB 62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"CHECKED BAG THIRD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CXL\",\n                        \"Name\": \"CANCELLATION TO ECREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BRD\",\n                        \"Name\": \"LAST TO BOARD\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BIN\",\n                        \"Name\": \"LIMITED OVERHEAD BIN SPACE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CM\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06N\",\n                        \"Name\": \"BUSINESS CLASS MILES ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"STS\",\n                        \"Name\": \"STANDARD SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"EXL\",\n                        \"Name\": \"EXTRA LEGROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PVS\",\n                        \"Name\": \"PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"07G\",\n                        \"Name\": \"SKY PRIORITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"MDL\",\n                        \"Name\": \"STATUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"07K\",\n                        \"Name\": \"BUSINESS LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"ALCOHOLIC DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OEA\",\n                        \"Name\": \"INFLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BH\",\n                        \"Name\": \"UNACCOMPANIED MINOR\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-169191\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC-CLASSIC-169191\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC FLEX-CLASSICFLX-169191\",\n                \"Name\": \"ECONOMY CLASSIC FLEX\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY DELIGHT-DELIGHT-169191\",\n                \"Name\": \"ECONOMY DELIGHT\",\n                \"Owner\": \"VS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS1\",\n                        \"Name\": \"FULLY FLAT BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"VS2\",\n                        \"Name\": \"EXTRA LARGE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"ADVANCED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"VS6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"1ST BAG MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"2 BAGS MAX 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"2 BAGS MAX 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"FAST TRACK SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AG\",\n                        \"Name\": \"CLUBHOUSE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEALS AND DRINKS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"GOURMET DINING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"EARN MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC-BA-168227\",\n                \"Name\": \"BASIC\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"STANDARD-TG-168227\",\n                \"Name\": \"STANDARD\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"FLEX-FL-168227\",\n                \"Name\": \"FLEX\",\n                \"Owner\": \"AC\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"PREPAID LOUNGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"SDC\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"CHECKED BAG FIRST\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"CML\",\n                        \"Name\": \"COMPLIMENTARY MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"POINT ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"CARRY ON HAND BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168489\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY STANDARD-STANDARD-168489\",\n                \"Name\": \"ECONOMY STANDARD\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FLEX-FLEX-168489\",\n                \"Name\": \"ECONOMY FLEX\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"PREMIUM STANDARD-PREMSTAND-168489\",\n                \"Name\": \"PREMIUM STANDARD\",\n                \"Owner\": \"KL\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY LIGHT-LIGHT-168809\",\n                \"Name\": \"ECONOMY LIGHT\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY STANDARD-STANDARD-168809\",\n                \"Name\": \"ECONOMY STANDARD\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FLEX-FLEX-168809\",\n                \"Name\": \"ECONOMY FLEX\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"PREMIUM STANDARD-PREMSTAND-168809\",\n                \"Name\": \"PREMIUM STANDARD\",\n                \"Owner\": \"AF\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"CHECKED BAG 1PC OF 23KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FA\",\n                        \"Name\": \"CHECKED BAG 2PC OF 23KGS 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MR\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 1PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MS\",\n                        \"Name\": \"CABIN BAGGAGE 18KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FK\",\n                        \"Name\": \"CHECKED BAG 2PC OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0FN\",\n                        \"Name\": \"CHECKED BAG 3PC  OF 32KG 158CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AX\",\n                        \"Name\": \"BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MP\",\n                        \"Name\": \"CABIN BAGGAGE 12KG 2PC 115CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"BASIC ECONOMY-NOBAG-170270\",\n                \"Name\": \"BASIC ECONOMY\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"STANDARD ECONOMY-BAG-170270\",\n                \"Name\": \"STANDARD ECONOMY\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY SELECT PRO-ECONPRO-170270\",\n                \"Name\": \"ECONOMY SELECT PRO\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FULLY FLEX-ECONFLEX-170270\",\n                \"Name\": \"ECONOMY FULLY FLEX\",\n                \"Owner\": \"BA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0MO\",\n                        \"Name\": \"CABIN BAG UPTO 23KG 56X45X25CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"04J\",\n                        \"Name\": \"HANDBAG UPTO 23KG 40X30X15CM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GP\",\n                        \"Name\": \"1ST BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0E9\",\n                        \"Name\": \"2ND BAG MAX 23KG 51LB 208LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0C3\",\n                        \"Name\": \"2 BAGS MAX 23KG 51LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0C6\",\n                        \"Name\": \"2 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0M6\",\n                        \"Name\": \"3 BAGS MAX 32KG 70LB EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"FOOD AND BAR SERVICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"SEAT CHOICE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"DEDICATED CHECK IN ZONE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LO\",\n                        \"Name\": \"PREMIUM CATERING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO LIGHT-ECOLIGHT-166378\",\n                \"Name\": \"ECO LIGHT\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-166378\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO FLEX-ECOFLEX-166378\",\n                \"Name\": \"ECO FLEX\",\n                \"Owner\": \"OS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZL\",\n                        \"Name\": \"LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY PLUS-ECOPLUS-168328\",\n                \"Name\": \"ECONOMY PLUS\",\n                \"Owner\": \"UA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSL\",\n                        \"Name\": \"PERSONAL ITEM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PQC\",\n                        \"Name\": \"PREMIUM QUALIFYING CREDIT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"010\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B5\",\n                        \"Name\": \"PRE RESERVED SEAT ASSIGNMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"EPS\",\n                        \"Name\": \"ECONOMY PLUS EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"OPTIMA-OPTIMA-167713\",\n                \"Name\": \"OPTIMA\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB5\",\n                        \"Name\": \"XL SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EMERGENCY SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB3\",\n                        \"Name\": \"FRONT SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB4\",\n                        \"Name\": \"STD SEAT SEL 24H BEFORE DEPART\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC6\",\n                        \"Name\": \"FAST LANE SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC5\",\n                        \"Name\": \"EARLY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"FIRST HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC1\",\n                        \"Name\": \"SECOND HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"077\",\n                        \"Name\": \"ON BOARD PERSONAL ITEM UP3KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC3\",\n                        \"Name\": \"SNACK OR DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC2\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 2\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB7\",\n                        \"Name\": \"REFUNDS ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB8\",\n                        \"Name\": \"REFUNDS NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"068\",\n                        \"Name\": \"CHANGE ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB9\",\n                        \"Name\": \"CHANGES NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IN5\",\n                        \"Name\": \"FIRST CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"089\",\n                        \"Name\": \"FREE LIMITED WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09A\",\n                        \"Name\": \"WIFI CONNECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB0\",\n                        \"Name\": \"AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB1\",\n                        \"Name\": \"AVIOS ELITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"UPGRADE WITH AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"FLEXIBLE-FLEX-167713\",\n                \"Name\": \"FLEXIBLE\",\n                \"Owner\": \"IB\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB5\",\n                        \"Name\": \"XL SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EMERGENCY SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB3\",\n                        \"Name\": \"FRONT SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB4\",\n                        \"Name\": \"STD SEAT SEL 24H BEFORE DEPART\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB6\",\n                        \"Name\": \"PREFERRED SEAT SELECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC6\",\n                        \"Name\": \"FAST LANE SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC5\",\n                        \"Name\": \"EARLY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"FIRST HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC1\",\n                        \"Name\": \"SECOND HAND BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"077\",\n                        \"Name\": \"ON BOARD PERSONAL ITEM UP3KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IC3\",\n                        \"Name\": \"SNACK OR DRINK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IC2\",\n                        \"Name\": \"PRIORITY BOARDING GROUP 2\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IB7\",\n                        \"Name\": \"REFUNDS ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB8\",\n                        \"Name\": \"REFUNDS NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"068\",\n                        \"Name\": \"CHANGE ANYTIME\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB9\",\n                        \"Name\": \"CHANGES NO SHOW\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"IN5\",\n                        \"Name\": \"FIRST CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"089\",\n                        \"Name\": \"FREE LIMITED WIFI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09A\",\n                        \"Name\": \"WIFI CONNECTION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"IB0\",\n                        \"Name\": \"AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"IB1\",\n                        \"Name\": \"AVIOS ELITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"UPGRADE WITH AVIOS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"HA PARTNER REFUNDABLE MAIN-HAPFM-167815\",\n                \"Name\": \"HA PARTNER REFUNDABLE MAIN\",\n                \"Owner\": \"AS\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"STANDARD PIECE MAX 50LB 62LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"UPTO70LB 32KG AND62LI 158LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL 1\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06M\",\n                        \"Name\": \"150 PERCENT MILES EARNED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02P\",\n                        \"Name\": \"110V AC POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"02Q\",\n                        \"Name\": \"USB POWER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-166447\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LX\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE AND CAI FLT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES AND NEWSPAPERS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO FLEX-ECOFLEX-166447\",\n                \"Name\": \"ECO FLEX\",\n                \"Owner\": \"LX\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8 KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROON SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PSB\",\n                        \"Name\": \"PRIVACY SEAT BUSINESS CLASS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE AND CAI FLT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES AND NEWSPAPERS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO STANDARD-ECOSTAND-167993\",\n                \"Name\": \"ECO STANDARD\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FDS\",\n                        \"Name\": \"FIRST CLASS SUITE PLUS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSE\",\n                        \"Name\": \"BUSINESS PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELB\",\n                        \"Name\": \"BUSINESS EXTRA LONG BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BSU\",\n                        \"Name\": \"BUSINESS SUITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ESP\",\n                        \"Name\": \"BUSINESS EXTRA SPACE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECO FLEX-ECOFLEX-167993\",\n                \"Name\": \"ECO FLEX\",\n                \"Owner\": \"LH\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBY\",\n                        \"Name\": \"1 CHECKED BAG UP TO 23KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FBP\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 23KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBC\",\n                        \"Name\": \"2 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"FBF\",\n                        \"Name\": \"3 CHECKED BAGS UP TO 32KG EACH\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"09Q\",\n                        \"Name\": \"1 CABIN BAG UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"09P\",\n                        \"Name\": \"2 CABIN BAGS UP TO 8KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"058\",\n                        \"Name\": \"UPGRADE ELIGIBILITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"PREFERRED SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PZS\",\n                        \"Name\": \"EXTRA LEGROOM SEAT RESERVATION\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FDS\",\n                        \"Name\": \"FIRST CLASS SUITE PLUS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSE\",\n                        \"Name\": \"BUSINESS PRIVACY SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELB\",\n                        \"Name\": \"BUSINESS EXTRA LONG BED\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"BSU\",\n                        \"Name\": \"BUSINESS SUITE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ESP\",\n                        \"Name\": \"BUSINESS EXTRA SPACE SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"ELS\",\n                        \"Name\": \"ECONOMY LEGROOM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"MILEAGE ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06I\",\n                        \"Name\": \"CHANGE BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06J\",\n                        \"Name\": \"CHANGE AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06K\",\n                        \"Name\": \"REFUND BEFORE DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"06L\",\n                        \"Name\": \"REFUND AFTER DEPARTURE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"COMPLIMENTARY FOOD AND BEV\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"018\",\n                        \"Name\": \"CATERING ON EUROPE FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"019\",\n                        \"Name\": \"CATERING ON INTERCONT FLTS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0PN\",\n                        \"Name\": \"MAGAZINES / NEWSPAPER\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LF\",\n                        \"Name\": \"PRIORITY BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WIFI SUBJECT TO ONBOARD AVAIL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN CABIN-MAIN-168864\",\n                \"Name\": \"MAIN CABIN\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"MAIN CABIN FLEXIBLE-MAINFL-168864\",\n                \"Name\": \"MAIN CABIN FLEXIBLE\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"PREMIUM ECONOMY-PEC-168864\",\n                \"Name\": \"PREMIUM ECONOMY\",\n                \"Owner\": \"AA\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"0CC\",\n                        \"Name\": \"FIRST EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CD\",\n                        \"Name\": \"SECOND EXCESS BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CE\",\n                        \"Name\": \"THIRD CHECKED BAG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0MM\",\n                        \"Name\": \"PERSONAL ITEM  UP TO 40 LI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0MU\",\n                        \"Name\": \"CARRY ON UP TO 45 LI 115 LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0BV\",\n                        \"Name\": \"SAME DAY STANDBY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"08S\",\n                        \"Name\": \"SAME DAY CHANGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"FSC\",\n                        \"Name\": \"FLAGSHIP CHECKIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"ADMIRALS CLUB\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"057\",\n                        \"Name\": \"AADVANTAGE MILES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AV\",\n                        \"Name\": \"PREMIUM BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0AT\",\n                        \"Name\": \"MEAL OR SNACK\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0CL\",\n                        \"Name\": \"WI FI\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0B1\",\n                        \"Name\": \"IN FLIGHT ENTERTAINMENT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"032\",\n                        \"Name\": \"STREAMING VIDEO\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"MCE\",\n                        \"Name\": \"MAIN CABIN EXTRA\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"BASIC SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"05Z\",\n                        \"Name\": \"EXTRA LEG ROOM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"PRS\",\n                        \"Name\": \"PREMIUM SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"LFS\",\n                        \"Name\": \"LIE FLAT SEAT\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"PSA\",\n                        \"Name\": \"PRE RESERVED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"SBO\",\n                        \"Name\": \"STANDARD BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY CLASSIC-ECLASSIC-166635\",\n                \"Name\": \"ECONOMY CLASSIC\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"CAO\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 23KGS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"SMALL BAG UPTO 85LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL AND BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD AND PREFERRED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"OST\",\n                        \"Name\": \"OTHER SEAT TYPES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"FINNAIR PLUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"POINT UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04D\",\n                        \"Name\": \"MONEY UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04H\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            },\n            {\n                \"Code\": \"ECONOMY FLEX-EFLEX-166635\",\n                \"Name\": \"ECONOMY FLEX\",\n                \"Owner\": \"AY\",\n                \"AirlineFareFamilyInfos\": [\n                    {\n                        \"Code\": \"059\",\n                        \"Name\": \"CHANGEABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"056\",\n                        \"Name\": \"REFUNDABLE TICKET\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"CAO\",\n                        \"Name\": \"CARRY ON BAGGAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0GO\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 23KGS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0FM\",\n                        \"Name\": \"CHECKED BAGGAGE UP TO 32KG\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0L5\",\n                        \"Name\": \"SMALL BAG UPTO 85LCM\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0B3\",\n                        \"Name\": \"MEAL AND BEVERAGE\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"050\",\n                        \"Name\": \"STANDARD AND PREFERRED SEATS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"OST\",\n                        \"Name\": \"OTHER SEAT TYPES\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"05T\",\n                        \"Name\": \"FINNAIR PLUS ACCRUAL\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"Included\"\n                    },\n                    {\n                        \"Code\": \"0NI\",\n                        \"Name\": \"POINT UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04D\",\n                        \"Name\": \"MONEY UPGRADE TO HIGHER CABIN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"04H\",\n                        \"Name\": \"INTERNET ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0BX\",\n                        \"Name\": \"LOUNGE ACCESS\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"AtCharge\"\n                    },\n                    {\n                        \"Code\": \"0LW\",\n                        \"Name\": \"PRIORITY SECURITY\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"0G6\",\n                        \"Name\": \"PRIORITY BOARDING\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    },\n                    {\n                        \"Code\": \"03P\",\n                        \"Name\": \"PRIORITY CHECK IN\",\n                        \"Group\": null,\n                        \"SubGroup\": null,\n                        \"RFIC\": null,\n                        \"Type\": \"NotOffered\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"bd6e3418-7363-4dc3-b8f0-931fa64f9b86","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"from1\": \"<string>\",\n  \"to1\": \"<string>\",\n  \"departureDate1\": \"<date>\",\n  \"from2\": \"<string>\",\n  \"to2\": \"<string>\",\n  \"departureDate2\": \"<date>\",\n  \"from3\": \"<string>\",\n  \"to3\": \"<string>\",\n  \"departureDate3\": \"<date>\",\n  \"from4\": \"<string>\",\n  \"to4\": \"<string>\",\n  \"departureDate4\": \"<date>\",\n  \"adults\": \"<string>\",\n  \"children\": \"<string>\",\n  \"infants\": \"<string>\",\n  \"flightClass\": \"Premium\",\n  \"routeType\": \"Round-Trip\",\n  \"currency\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/flightSearch"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"ce56afab-829f-4819-8aae-43756007ec2b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"from1\": \"<string>\",\n  \"to1\": \"<string>\",\n  \"departureDate1\": \"<date>\",\n  \"from2\": \"<string>\",\n  \"to2\": \"<string>\",\n  \"departureDate2\": \"<date>\",\n  \"from3\": \"<string>\",\n  \"to3\": \"<string>\",\n  \"departureDate3\": \"<date>\",\n  \"from4\": \"<string>\",\n  \"to4\": \"<string>\",\n  \"departureDate4\": \"<date>\",\n  \"adults\": \"<string>\",\n  \"children\": \"<string>\",\n  \"infants\": \"<string>\",\n  \"flightClass\": \"Premium\",\n  \"routeType\": \"Round-Trip\",\n  \"currency\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/flightSearch"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"cac42058-f34b-441e-b071-45180f001a2a"}],"id":"2a9fe584-863b-4ed1-a1ce-6514919d191c","_postman_id":"2a9fe584-863b-4ed1-a1ce-6514919d191c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Cars API v1","item":[{"name":"Search for Cars","id":"5c2bedf8-96e9-4462-9067-d233e2fa796d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{api_key}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"pickupLatitude\": \"<float>\",\n  \"pickupLongitude\": \"<float>\",\n  \"pickUpDateTime\": \"<dateTime>\",\n  \"returnLatitude\": \"<float>\",\n  \"returnLongitude\": \"<float>\",\n  \"returnDateTime\": \"<dateTime>\",\n  \"age\": \"<string>\",\n  \"countryOfResidence\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/carSearch","description":"<h2 id=\"car-search-api\">Car Search API</h2>\n<p>This API endpoint allows you to search for available cars from different vendors based on specified criteria.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>agencyName</code> (string): The name of the car rental agency.</p>\n</li>\n<li><p><code>pickupLatitude</code> (float): The latitude of the pickup location.</p>\n</li>\n<li><p><code>pickupLongitude</code> (float): The longitude of the pickup location.</p>\n</li>\n<li><p><code>pickUpDateTime</code> (dateTime): The date and time of the pickup.</p>\n</li>\n<li><p><code>returnLatitude</code> (float): The latitude of the return location.</p>\n</li>\n<li><p><code>returnLongitude</code> (float): The longitude of the return location.</p>\n</li>\n<li><p><code>returnDateTime</code> (dateTime): The date and time of the return.</p>\n</li>\n<li><p><code>age</code> (string): The age of the driver.</p>\n</li>\n<li><p><code>countryOfResidence</code> (string): The country of residence of the driver.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include a status, message, and data array containing details of available vehicles from different vendors. Each item in the data array includes:</p>\n<ul>\n<li><p><code>vendorName</code> (string): Name of the car rental vendor.</p>\n</li>\n<li><p><code>logo</code> (string): URL of the vendor's logo.</p>\n</li>\n<li><p><code>vehiclePicture</code> (string): URL of the vehicle picture.</p>\n</li>\n<li><p><code>transmissionType</code> (string): Type of transmission.</p>\n</li>\n<li><p><code>isRetailPriceAvailable</code> (boolean): Indicates if retail price is available.</p>\n</li>\n<li><p><code>currencyCode</code> (string): The currency code for the price.</p>\n</li>\n<li><p><code>price</code> (string): The price of the vehicle.</p>\n</li>\n<li><p><code>bookingDays</code> (string): Number of booking days.</p>\n</li>\n<li><p><code>id</code> (string): Unique identifier for the vehicle.</p>\n</li>\n<li><p><code>name</code> (string): Name of the vehicle.</p>\n</li>\n<li><p><code>size</code> (string): Size of the vehicle.</p>\n</li>\n<li><p><code>passangerCapacity</code> (string): Passenger capacity of the vehicle.</p>\n</li>\n<li><p><code>bagCapacity</code> (string): Bag capacity of the vehicle.</p>\n</li>\n<li><p><code>noOfDoors</code> (string): Number of doors of the vehicle.</p>\n</li>\n<li><p><code>pickupLocation</code> (object): Details of the pickup location.</p>\n</li>\n<li><p><code>dropOffLocation</code> (object): Details of the drop-off location.</p>\n</li>\n<li><p><code>basePrice</code> (string): Base price of the vehicle.</p>\n</li>\n<li><p><code>fuelCode</code> (string): Code for the fuel type.</p>\n</li>\n<li><p><code>milage</code> (string): Mileage of the vehicle.</p>\n</li>\n<li><p><code>depositAmount</code> (string): Deposit amount for the vehicle.</p>\n</li>\n<li><p><code>cancellationPolicy</code> (object): Details of the cancellation policy.</p>\n</li>\n<li><p><code>isACavailable</code> (string): Indicates if AC is available in the vehicle.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","ext","carSearch"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[{"id":"9af66e78-00c9-4dbf-b877-c22222e41bce","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"pickupLatitude\": \"<float>\",\n  \"pickupLongitude\": \"<float>\",\n  \"pickUpDateTime\": \"<dateTime>\",\n  \"returnLatitude\": \"<float>\",\n  \"returnLongitude\": \"<float>\",\n  \"returnDateTime\": \"<dateTime>\",\n  \"age\": \"<string>\",\n  \"countryOfResidence\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/carSearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<boolean>\",\n  \"message\": \"<string>\",\n  \"data\": [\n    {\n      \"vendorName\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"vehiclePicture\": \"<uri>\",\n      \"transmissionType\": \"<string>\",\n      \"isRetailPriceAvailable\": \"<boolean>\",\n      \"currencyCode\": \"<string>\",\n      \"price\": \"<float>\",\n      \"bookingDays\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"passangerCapacity\": \"<string>\",\n      \"bagCapacity\": \"<string>\",\n      \"noOfDoors\": \"<string>\",\n      \"pickupLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"dropOffLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"basePrice\": \"<float>\",\n      \"fuelCode\": \"<string>\",\n      \"milage\": \"<string>\",\n      \"depositAmount\": \"<string>\",\n      \"cancellationPolicy\": {\n        \"charge\": {\n          \"includedRateInd\": \"<string>\"\n        },\n        \"type\": \"<string>\",\n        \"code\": \"<string>\"\n      },\n      \"isACavailable\": \"<string>\"\n    },\n    {\n      \"vendorName\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"vehiclePicture\": \"<uri>\",\n      \"transmissionType\": \"<string>\",\n      \"isRetailPriceAvailable\": \"<boolean>\",\n      \"currencyCode\": \"<string>\",\n      \"price\": \"<float>\",\n      \"bookingDays\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"passangerCapacity\": \"<string>\",\n      \"bagCapacity\": \"<string>\",\n      \"noOfDoors\": \"<string>\",\n      \"pickupLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"dropOffLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"basePrice\": \"<float>\",\n      \"fuelCode\": \"<string>\",\n      \"milage\": \"<string>\",\n      \"depositAmount\": \"<string>\",\n      \"cancellationPolicy\": {\n        \"charge\": {\n          \"includedRateInd\": \"<string>\"\n        },\n        \"type\": \"<string>\",\n        \"code\": \"<string>\"\n      },\n      \"isACavailable\": \"<string>\"\n    }\n  ]\n}"},{"id":"fcfa6adf-8e6c-4a9b-9d4f-c44f93e9743a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"pickupLatitude\": \"<float>\",\n  \"pickupLongitude\": \"<float>\",\n  \"pickUpDateTime\": \"<dateTime>\",\n  \"returnLatitude\": \"<float>\",\n  \"returnLongitude\": \"<float>\",\n  \"returnDateTime\": \"<dateTime>\",\n  \"age\": \"<string>\",\n  \"countryOfResidence\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/carSearch"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"83a55a0c-1ad5-4890-a5ba-b4a1e29f0826","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"pickupLatitude\": \"<float>\",\n  \"pickupLongitude\": \"<float>\",\n  \"pickUpDateTime\": \"<dateTime>\",\n  \"returnLatitude\": \"<float>\",\n  \"returnLongitude\": \"<float>\",\n  \"returnDateTime\": \"<dateTime>\",\n  \"age\": \"<string>\",\n  \"countryOfResidence\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/carSearch"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"cd34f46c-2898-4a4f-9dfe-ede2d49b29a3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"pickupLatitude\": \"<float>\",\n  \"pickupLongitude\": \"<float>\",\n  \"pickUpDateTime\": \"<dateTime>\",\n  \"returnLatitude\": \"<float>\",\n  \"returnLongitude\": \"<float>\",\n  \"returnDateTime\": \"<dateTime>\",\n  \"age\": \"<string>\",\n  \"countryOfResidence\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/carSearch"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"b412740a-3d10-4bdc-a3f1-52c55f2d7714","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"pickupLatitude\": \"<float>\",\n  \"pickupLongitude\": \"<float>\",\n  \"pickUpDateTime\": \"<dateTime>\",\n  \"returnLatitude\": \"<float>\",\n  \"returnLongitude\": \"<float>\",\n  \"returnDateTime\": \"<dateTime>\",\n  \"age\": \"<string>\",\n  \"countryOfResidence\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/carSearch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"<boolean>\",\n  \"message\": \"<string>\",\n  \"data\": [\n    {\n      \"vendorName\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"vehiclePicture\": \"<uri>\",\n      \"transmissionType\": \"<string>\",\n      \"isRetailPriceAvailable\": \"<boolean>\",\n      \"currencyCode\": \"<string>\",\n      \"price\": \"<float>\",\n      \"bookingDays\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"passangerCapacity\": \"<string>\",\n      \"bagCapacity\": \"<string>\",\n      \"noOfDoors\": \"<string>\",\n      \"pickupLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"dropOffLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"basePrice\": \"<float>\",\n      \"fuelCode\": \"<string>\",\n      \"milage\": \"<string>\",\n      \"depositAmount\": \"<string>\",\n      \"cancellationPolicy\": {\n        \"charge\": {\n          \"includedRateInd\": \"<string>\"\n        },\n        \"type\": \"<string>\",\n        \"code\": \"<string>\"\n      },\n      \"isACavailable\": \"<string>\"\n    },\n    {\n      \"vendorName\": \"<string>\",\n      \"logo\": \"<uri>\",\n      \"vehiclePicture\": \"<uri>\",\n      \"transmissionType\": \"<string>\",\n      \"isRetailPriceAvailable\": \"<boolean>\",\n      \"currencyCode\": \"<string>\",\n      \"price\": \"<float>\",\n      \"bookingDays\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"size\": \"<string>\",\n      \"passangerCapacity\": \"<string>\",\n      \"bagCapacity\": \"<string>\",\n      \"noOfDoors\": \"<string>\",\n      \"pickupLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"dropOffLocation\": {\n        \"name\": \"<string>\",\n        \"address\": \"<string>\",\n        \"city\": \"<string>\",\n        \"zipCode\": \"<string>\",\n        \"state\": \"<string>\",\n        \"country\": \"<string>\",\n        \"countryName\": \"<string>\",\n        \"telephone\": [\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          },\n          {\n            \"number\": \"<string>\",\n            \"type\": \"<string>\"\n          }\n        ]\n      },\n      \"basePrice\": \"<float>\",\n      \"fuelCode\": \"<string>\",\n      \"milage\": \"<string>\",\n      \"depositAmount\": \"<string>\",\n      \"cancellationPolicy\": {\n        \"charge\": {\n          \"includedRateInd\": \"<string>\"\n        },\n        \"type\": \"<string>\",\n        \"code\": \"<string>\"\n      },\n      \"isACavailable\": \"<string>\"\n    }\n  ]\n}"},{"id":"cccd2f00-e560-434f-8ebb-335257fa70e6","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"x-api-key","value":"{{API_KEY}}","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agencyName\": \"<string>\",\n  \"pickupLatitude\": \"<float>\",\n  \"pickupLongitude\": \"<float>\",\n  \"pickUpDateTime\": \"<dateTime>\",\n  \"returnLatitude\": \"<float>\",\n  \"returnLongitude\": \"<float>\",\n  \"returnDateTime\": \"<dateTime>\",\n  \"age\": \"<string>\",\n  \"countryOfResidence\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{api_host}}/api/ext/carSearch"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"5c2bedf8-96e9-4462-9067-d233e2fa796d"}],"id":"5744976c-0875-4ff4-9845-9539303f526b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"_postman_id":"5744976c-0875-4ff4-9845-9539303f526b","description":""},{"name":"Activities API v1","item":[{"name":"Autocomplete","item":[{"name":"Auto Complete List","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"requests":{},"id":"9a2d4f49-7264-41c5-9910-5433818810ab"}},{"listen":"test","script":{"exec":["// Check if the response status code is 200","if (pm.response.code === 200) {","    // Get the searchTerm from the request body","    const requestBody = pm.request.body.raw;","    const requestData = JSON.parse(requestBody);","","    if (requestData.text) {","        // Save the searchTerm into the environment variable","        pm.environment.set(\"activity_search_term\", requestData.text);","    } ","}"],"type":"text/javascript","packages":{},"requests":{},"id":"456ebb15-9920-446b-b37b-3cf204f35d1b"}}],"id":"b840c4e1-6525-4532-9c83-d98dd772bd39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"las vegas\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/activity/destinations","description":"<h3 id=\"add-destination-activity\">Add Destination Activity</h3>\n<p>This endpoint allows users to search for destinations based on a specified search term. The request is made using the HTTP POST method.</p>\n<h4 id=\"purpose\">Purpose</h4>\n<p>The purpose of this request is to retrieve a list of destinations that match the user's search criteria, which can be useful for activities related to travel or exploration.</p>\n<h4 id=\"request-body-format\">Request Body Format</h4>\n<p>The request must be sent as a JSON object in the body of the POST request. It should include the following parameter:</p>\n<ul>\n<li><strong>text</strong> (string, required): This parameter accepts the search term used to find relevant destinations. It should be at least 2 characters long.</li>\n</ul>\n<h4 id=\"request-example\">Request Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"text\": \"{{activity_search_term}}\"\n}\n\n</code></pre>\n<h4 id=\"expected-response\">Expected Response</h4>\n<p>Upon a successful request, the API will return a response with a status code of <strong>200</strong> and a content type of <strong>application/json</strong>. The response structure will include:</p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates whether the request was successful.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional information about the request (may be empty).</p>\n</li>\n<li><p><strong>data</strong> (array): An array of destination objects, each containing:</p>\n<ul>\n<li><p><strong>destinationId</strong> (integer): Unique identifier for the destination.</p>\n</li>\n<li><p><strong>destinationName</strong> (string): Name of the destination.</p>\n</li>\n<li><p><strong>destinationType</strong> (string): Type of the destination (e.g., city, landmark).</p>\n</li>\n<li><p><strong>destinationCountry</strong> (string): Country where the destination is located.</p>\n</li>\n<li><p><strong>fullName</strong> (string): Full name of the destination.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>isActivityName</strong> (boolean): Indicates if the search term is recognized as an activity name.</p>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the search term is appropriately formatted and relevant to the destinations you are querying.</p>\n</li>\n<li><p>This endpoint is designed to handle a variety of search terms, so users should experiment with different inputs to find the best results.</p>\n</li>\n</ul>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>text</td>\n<td>string</td>\n<td>Yes</td>\n<td>Destination name (min 2 characters)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","ext","activity","destinations"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b840c4e1-6525-4532-9c83-d98dd772bd39"}],"id":"6b975c7b-9232-4771-8302-7d12318b78c8","_postman_id":"6b975c7b-9232-4771-8302-7d12318b78c8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Search","item":[{"name":"ActivityFilters","event":[{"listen":"test","script":{"exec":["if (pm.response.code === 200) {","    let destinationId;","","    // Try to get destinationId from body (if body exists)","    if (pm.request.body && pm.request.body.raw) {","        try {","            const requestData = JSON.parse(pm.request.body.raw);","            destinationId = requestData.destinationId;","        } catch (e) {","            console.log(\"Error parsing request body:\", e);","        }","    }","","    // If not found in body, try from query params","    if (!destinationId) {","        const queryParams = pm.request.url.query;","        destinationId = queryParams.find(param => param.key === \"destinationId\")?.value;","    }","","    // If destinationId is found, save it to environment","    if (destinationId) {","        pm.environment.set(\"activity_destination_id\", destinationId);","        console.log(\"activity_destination_id saved:\", destinationId);","    } else {","        console.log(\"destinationId not found in body or query parameters.\");","    }","} else {","    console.log(\"Request failed with status code:\", pm.response.code);","}"],"type":"text/javascript","packages":{},"id":"da87402a-956e-4e87-a2f2-d0f753ba06f0"}}],"id":"34c72345-8c2c-4d20-b0dd-dd0697542426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/api/ext/activity/tags?destinationId={{activity_destination_id}}","description":"<h2 id=\"get-activity-tags\">Get Activity Tags</h2>\n<p>This endpoint retrieves a list of tags associated with a specific activity destination.</p>\n<p>The \"filterItem\" attribute in search API can use these tag Ids for filtering specific categories activity products.</p>\n<p>Relevant API call:<br />{{api_host}}/api/ext/activity/search<br />{ \"destinationId\": {{activity_destination_id}}, \"filterItem\": {\"tagIds\":[12026,20208]}, \"offSet\": 0, \"limit\": 50, \"currency\":\"USD\"}</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><strong>Status Code</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n<li><p><strong>Response Structure</strong>:</p>\n<ul>\n<li><p><code>status</code> (boolean): Indicates the success of the request.</p>\n</li>\n<li><p><code>message</code> (string): A message providing additional information about the request (if any).</p>\n</li>\n<li><p><code>data</code> (array): An array containing tag objects, each with:</p>\n<ul>\n<li><p><code>tagId</code> (integer): The unique identifier of the tag.</p>\n</li>\n<li><p><code>tagName</code> (string): The name of the tag.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>destinationId</code> is valid to receive the correct tags.</p>\n</li>\n<li><p>The <code>data</code> array may contain multiple tag objects, or it may be empty if no tags are associated with the provided destination ID.</p>\n</li>\n</ul>\n<h4 id=\"sample-requestresponse\">Sample Request/Response</h4>\n<p>GET {{api_host}}/api/ext/activity/tags?destinationId=737</p>\n<p>{<br />\"status\": true,<br />\"message\": \"Success\",<br />\"data\": [<br />{<br />\"tagId\": 12026,<br />\"tagName\": \"Helicopter Tours\"<br />},<br />{<br />\"tagId\": 20202,<br />\"tagName\": \"Art Classes\"<br />},<br />{<br />\"tagId\": 20208,<br />\"tagName\": \"Craft Classes\"<br />},<br />{<br />\"tagId\": 20209,<br />\"tagName\": \"Dance Lessons\"<br />},<br />{<br />\"tagId\": 20223,<br />\"tagName\": \"Language Classes\"<br />},<br />{<br />\"tagId\": 20233,<br />\"tagName\": \"Painting Classes\"<br />},<br />{<br />\"tagId\": 20244,<br />\"tagName\": \"Sports Lessons\"<br />},<br />{<br />\"tagId\": 11976,<br />\"tagName\": \"Yoga Classes\"<br />},<br />{<br />\"tagId\": 20204,<br />\"tagName\": \"Catamaran Cruises\"<br />},<br />{<br />\"tagId\": 11885,<br />\"tagName\": \"Day Cruises\"<br />},<br />{<br />\"tagId\": 11965,<br />\"tagName\": \"Dinner Cruises\"<br />},<br />{<br />\"tagId\": 11887,<br />\"tagName\": \"Night Cruises\"<br />},<br />{<br />\"tagId\": 20255,<br />\"tagName\": \"Water Tours\"<br />},<br />{<br />\"tagId\": 12077,<br />\"tagName\": \"Archaeology Tours\"<br />},<br />{<br />\"tagId\": 12013,<br />\"tagName\": \"Architecture Tours\"<br />},<br />{<br />\"tagId\": 12031,<br />\"tagName\": \"Art Tours\"<br />},<br />{<br />\"tagId\": 12028,<br />\"tagName\": \"Cultural Tours\"<br />},<br />{<br />\"tagId\": 12066,<br />\"tagName\": \"Ghost &amp; Vampire Tours\"<br />},<br />{<br />\"tagId\": 12029,<br />\"tagName\": \"Historical Tours\"<br />},<br />{<br />\"tagId\": 20222,<br />\"tagName\": \"LGBT Friendly Tours\"<br />},<br />{<br />\"tagId\": 12030,<br />\"tagName\": \"Movie Tours\"<br />},<br />{<br />\"tagId\": 11889,<br />\"tagName\": \"Day Trips\"<br />},<br />{<br />\"tagId\": 12032,<br />\"tagName\": \"Rail Tours\"<br />},<br />{<br />\"tagId\": 11953,<br />\"tagName\": \"Beer &amp; Brewery Tours\"<br />},<br />{<br />\"tagId\": 20205,<br />\"tagName\": \"Chocolate Tours\"<br />},<br />{<br />\"tagId\": 12073,<br />\"tagName\": \"Coffee &amp; Tea Tours\"<br />},<br />{<br />\"tagId\": 12034,<br />\"tagName\": \"Cooking Classes\"<br />},<br />{<br />\"tagId\": 12053,<br />\"tagName\": \"Culinary &amp; Gourmet Tour\"<br />},<br />{<br />\"tagId\": 11890,<br />\"tagName\": \"Dining Experiences\"<br />},<br />{<br />\"tagId\": 20211,<br />\"tagName\": \"Distillery Tours\"<br />},<br />{<br />\"tagId\": 11946,<br />\"tagName\": \"High Tea\"<br />},<br />{<br />\"tagId\": 20226,<br />\"tagName\": \"Markets\"<br />},<br />{<br />\"tagId\": 12054,<br />\"tagName\": \"Nightlife\"<br />},<br />{<br />\"tagId\": 20245,<br />\"tagName\": \"Street Food Tours\"<br />},<br />{<br />\"tagId\": 11891,<br />\"tagName\": \"Wine Tastings\"<br />},<br />{<br />\"tagId\": 11892,<br />\"tagName\": \"Christmas\"<br />},<br />{<br />\"tagId\": 11893,<br />\"tagName\": \"Halloween\"<br />},<br />{<br />\"tagId\": 11896,<br />\"tagName\": \"New Years\"<br />},<br />{<br />\"tagId\": 11940,<br />\"tagName\": \"Once in a Lifetime\"<br />},<br />{<br />\"tagId\": 11938,<br />\"tagName\": \"Private and Luxury\"<br />},<br />{<br />\"tagId\": 11939,<br />\"tagName\": \"Romantic Tours\"<br />},<br />{<br />\"tagId\": 11922,<br />\"tagName\": \"Multi-day Tours\"<br />},<br />{<br />\"tagId\": 11921,<br />\"tagName\": \"Overnight Tours\"<br />},<br />{<br />\"tagId\": 12035,<br />\"tagName\": \"4WD Tours\"<br />},<br />{<br />\"tagId\": 11949,<br />\"tagName\": \"Climbing\"<br />},<br />{<br />\"tagId\": 12067,<br />\"tagName\": \"Eco Tours\"<br />},<br />{<br />\"tagId\": 11923,<br />\"tagName\": \"Extreme\"<br />},<br />{<br />\"tagId\": 11902,<br />\"tagName\": \"Hiking\"<br />},<br />{<br />\"tagId\": 11903,<br />\"tagName\": \"Nature and Wildlife\"<br />},<br />{<br />\"tagId\": 12072,<br />\"tagName\": \"Running Tours\"<br />},<br />{<br />\"tagId\": 12038,<br />\"tagName\": \"Safaris\"<br />},<br />{<br />\"tagId\": 11941,<br />\"tagName\": \"Private Sightseeing Tours\"<br />},<br />{<br />\"tagId\": 12039,<br />\"tagName\": \"Shopping Tours\"<br />},<br />{<br />\"tagId\": 12056,<br />\"tagName\": \"Ports of Call Tours\"<br />},<br />{<br />\"tagId\": 11925,<br />\"tagName\": \"Adults-only Shows\"<br />},<br />{<br />\"tagId\": 12070,<br />\"tagName\": \"Cabaret\"<br />},<br />{<br />\"tagId\": 11907,<br />\"tagName\": \"Comedy Shows\"<br />},<br />{<br />\"tagId\": 11924,<br />\"tagName\": \"Dinner and Show\"<br />},<br />{<br />\"tagId\": 11917,<br />\"tagName\": \"Family-friendly Shows\"<br />},<br />{<br />\"tagId\": 20219,<br />\"tagName\": \"Jazz\"<br />},<br />{<br />\"tagId\": 20225,<br />\"tagName\": \"Light &amp; Sound Shows\"<br />},<br />{<br />\"tagId\": 20230,<br />\"tagName\": \"Opera\"<br />},<br />{<br />\"tagId\": 11908,<br />\"tagName\": \"Theaters\"<br />},<br />{<br />\"tagId\": 11901,<br />\"tagName\": \"Museum Tickets &amp; Passes\"<br />},<br />{<br />\"tagId\": 20241,<br />\"tagName\": \"Sightseeing Passes\"<br />},<br />{<br />\"tagId\": 11927,<br />\"tagName\": \"Zoo Tickets &amp; Passes\"<br />},<br />{<br />\"tagId\": 11909,<br />\"tagName\": \"Theme Parks\"<br />},<br />{<br />\"tagId\": 12011,<br />\"tagName\": \"Audio Guides\"<br />},<br />{<br />\"tagId\": 11930,<br />\"tagName\": \"Bus Tours\"<br />},<br />{<br />\"tagId\": 11931,<br />\"tagName\": \"City Packages\"<br />},<br />{<br />\"tagId\": 12075,<br />\"tagName\": \"City Tours\"<br />},<br />{<br />\"tagId\": 20206,<br />\"tagName\": \"Classic Car Tours\"<br />},<br />{<br />\"tagId\": 20212,<br />\"tagName\": \"Escape the Room\"<br />},<br />{<br />\"tagId\": 11928,<br />\"tagName\": \"Full-day Tours\"<br />},<br />{<br />\"tagId\": 20217,<br />\"tagName\": \"Fun &amp; Games\"<br />},<br />{<br />\"tagId\": 11929,<br />\"tagName\": \"Half-day Tours\"<br />},<br />{<br />\"tagId\": 12058,<br />\"tagName\": \"Hop on Hop Off\"<br />},<br />{<br />\"tagId\": 20224,<br />\"tagName\": \"Layover Tours\"<br />},<br />{<br />\"tagId\": 12057,<br />\"tagName\": \"Night Tours\"<br />},<br />{<br />\"tagId\": 20236,<br />\"tagName\": \"Pedicab Tours\"<br />},<br />{<br />\"tagId\": 11969,<br />\"tagName\": \"Photography Tours\"<br />},<br />{<br />\"tagId\": 11971,<br />\"tagName\": \"Plantation Tours\"<br />},<br />{<br />\"tagId\": 12041,<br />\"tagName\": \"Self-guided Tours &amp; Rentals\"<br />},<br />{<br />\"tagId\": 12074,<br />\"tagName\": \"Skip-the-Line Tours\"<br />},<br />{<br />\"tagId\": 11948,<br />\"tagName\": \"Super Savers\"<br />},<br />{<br />\"tagId\": 11962,<br />\"tagName\": \"Sustainable Tours\"<br />},<br />{<br />\"tagId\": 20251,<br />\"tagName\": \"Tuk Tuk Tours\"<br />},<br />{<br />\"tagId\": 20252,<br />\"tagName\": \"Underground Tours\"<br />},<br />{<br />\"tagId\": 20253,<br />\"tagName\": \"Volunteer Tours\"<br />},<br />{<br />\"tagId\": 11972,<br />\"tagName\": \"Airport Lounges\"<br />},<br />{<br />\"tagId\": 11911,<br />\"tagName\": \"Mountain Bike Tours\"<br />},<br />{<br />\"tagId\": 12046,<br />\"tagName\": \"Walking Tours\"<br />},<br />{<br />\"tagId\": 11933,<br />\"tagName\": \"Jet Boating\"<br />},<br />{<br />\"tagId\": 11974,<br />\"tagName\": \"Stand Up Paddleboarding\"<br />},<br />{<br />\"tagId\": 11915,<br />\"tagName\": \"Honeymoon\"<br />},<br />{<br />\"tagId\": 11914,<br />\"tagName\": \"Wedding Packages\"<br />}<br />]<br />}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","tags"],"host":["{{api_host}}"],"query":[{"key":"destinationId","value":"{{activity_destination_id}}"}],"variable":[]}},"response":[],"_postman_id":"34c72345-8c2c-4d20-b0dd-dd0697542426"},{"name":"Search Activities","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"067ab180-7cda-419d-a4b8-c6a60663a59c"}},{"listen":"test","script":{"exec":["// Check if the response status code is 200","if (pm.response.code === 200) {","    // Get the activity_destination_id from the request body","    const requestBody = pm.request.body.raw;","    const requestData = JSON.parse(requestBody);","","    if (requestData.destinationId) {","        // Save the activity_destination_id into the environment variable","        pm.environment.set(\"activity_destination_id\", requestData.destinationId);","        console.log(\"activity_destination_id saved:\", requestData.destinationId);","    } else {","        console.log(\"activity_destination_id not found in the request body.\");","    }","} else {","    console.log(\"Request failed with status code:\", pm.response.code);","}"],"type":"text/javascript","packages":{},"id":"8d2ce606-1c3d-433a-b6dc-bec5a6909144"}}],"id":"a1cf5728-0452-44d4-9714-79a395ec0c7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"destinationId\": {{activity_destination_id}},\n  \"filterItem\": {},\n  \"offSet\": 0,\n  \"limit\": 50,\n  \"currency\":\"USD\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/activity/search","description":"<h3 id=\"api-endpoint-search-activity\">API Endpoint: Search Activity</h3>\n<p>This endpoint allows users to search for activities based on a specified destination ID. It is designed to facilitate the retrieval of activity information associated with a particular destination.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{api_host}}/api/ext/activity/search</code></p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<h5 id=\"request-body-parameters\">Request Body Parameters:</h5>\n<ul>\n<li><p><strong>destinationId</strong> (object): An object representing the unique identifier for the destination. This parameter is required to specify which destination's activities you wish to search for.</p>\n</li>\n<li><p><strong>filterItem (object)</strong>:</p>\n<p>  An object containing the filter criteria for refining search results. This parameter is <strong>required</strong>, but its individual fields are optional.</p>\n</li>\n<li><p><strong>offSet (int)</strong>:</p>\n<p>  The number of records to skip for pagination. Default is 0.</p>\n</li>\n<li><p><strong>limit (int)</strong>:</p>\n<p>  The maximum number of activity records to return. This parameter is <strong>required</strong>.</p>\n</li>\n<li><p><strong>currency (string)</strong>:</p>\n<p>  Currency code in which prices should be displayed.</p>\n<p>  Default: \"USD\"</p>\n<p>  Example values: \"INR\", \"EUR\".</p>\n</li>\n<li><p><strong>includePriceRange (Bool)</strong>:</p>\n<ul>\n<li><p>When set to `true`, includes the `priceRangeLow` field in the response and enables the `priceRangeLow` filter functionality. The `priceRangeLow` field represents the lowest price in the activity's price range</p>\n</li>\n<li><p>Default:`false`</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response from this endpoint will contain a structured object that includes details about the activities related to the specified destination. The exact structure of the response will depend on the implementation but typically includes:</p>\n<ul>\n<li><strong>activities</strong> (array): A list of activities associated with the given destination. Each activity object may contain various details such as activity name, description, timing, and other relevant attributes.</li>\n</ul>\n<p>Ensure that the <code>destinationId</code> is provided in the request body to receive the appropriate activity data in the response.</p>\n<p><strong>Parameters</strong></p>\n<p>Name Type Required</p>\n<p>destinationId int Yes From destination search</p>\n<p>filterItem object Yes<br />filterItem.sortOrder string No</p>\n<p>filterItem.tagIds array[int] No<br />filterItem.title string No<br />filterItem.popularity array[string] No<br />filterItem.specials array[string] No<br />filterItem.priceRange array[number] No<br />filterItem.durations array[string] No<br />filterItem.timeOfDays array[string] No<br />filterItem.startDate string No<br />filterItem.endDate string No</p>\n<p>offSet int No Default: 0</p>\n<p>limit int Yes</p>\n<p>currency string No Default - USD</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>## Activity Search API - filterItem Documentation\n```json\n{\n  \"filterItem\": {\n    \"sortOrder\": \"asc\",\n    // Sorting order of results.\n    // Allowed values: \"asc\", \"desc\", \"isFeatured\", \"durationAsc\", \"durationDesc\", \"durationDsc\"\n    // Note: \"durationDsc\" is normalized to \"durationDesc\" for backward compatibility\n    \"tagIds\": [],\n    // Array of tag IDs (numbers) to filter results by specific categories or topics.\n    // Example: [11919, 21946]\n    \"title\": \"private transfer london\",\n    // Full or partial match on activity titles (case-insensitive search).\n    \"popularity\": [\n      \"Kid friendly\",\n      \"Taking safety measures\",\n      \"Virtual Experience\",\n      \"Good to avoid crowd\"\n    ],\n    // Filters based on popularity or user-centric labels (case-insensitive).\n    // Valid values:\n    //   - \"Kids friendly\" or \"Kid friendly\"\n    //   - \"Taking safety measures\" or \"Taking safeties measurement\" or \"Taking safety measurement\"\n    //   - \"Virtual Experience\" or \"Virtual experience\"\n    //   - \"Good to avoid crowd\" or \"Good to avoid crowed\"\n    \"specials\": [\n      \"FREE_CANCELLATION\",\n      \"DEALS_AND_DISCOUNT\",\n      \"LIKELY_TO_SELL_OUT\"\n    ],\n    // Filters for special features or promotional tags (case-insensitive, spaces normalized).\n    // Valid values:\n    //   - \"Free cancellation\" or \"FREE_CANCELLATION\"\n    //   - \"Deals and Discount\" or \"DEALS_AND_DISCOUNT\"\n    //   - \"LIKELY_TO_SELL_OUT\" or \"Likely to sell out\"\n    \"priceRange\": [31, 32],\n    // Price range in USD. Format: [minPrice, maxPrice].\n    \"priceRangeLow\": [25, 100],\n    // Price range in USD for lowest price. Format: [minPrice, maxPrice].\n    // Requires: includePriceRange: true in request body\n    // Note: This filter only works when includePriceRange is set to true.\n    \"durations\": [\n      \"3 days +\",\n      \"1 day to 3 days\",\n      \"1 hour to 4 hours\",\n      \"Up to 1 hour\",\n      \"4 hours to 1 day\"\n    ],\n    // Duration categories. Must match predefined labels exactly.\n    \"timeOfDays\": [\n      \"5 pm to 12 am\",\n      \"6 am to 12 pm\",\n      \"12 pm to 5 pm\"\n    ]\n    // Preferred times of day for activity start time.\n    // Valid values:\n    //   - \"6 am to 12 pm\"\n    //   - \"12 pm to 5 pm\"\n    //   - \"5 pm to 12 am\"\n  }\n}\n\n</code></pre><h2 id=\"complete-request-example\">Complete Request Example</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"destinationId\": 5627,\n  \"filterItem\": {\n    \"sortOrder\": \"asc\",\n    \"tagIds\": [],\n    \"title\": \"private transfer london\",\n    \"popularity\": [\n      \"Kids friendly\",\n      \"Taking safety measures\",\n      \"Virtual Experience\",\n      \"Good to avoid crowd\"\n    ],\n    \"specials\": [\n      \"Free cancellation\",\n      \"Deals and Discount\",\n      \"LIKELY_TO_SELL_OUT\"\n    ],\n    \"priceRange\": [31, 32],\n    \"priceRangeLow\": [25, 100],\n    \"durations\": [\n      \"3 days +\",\n      \"1 day to 3 days\",\n      \"1 hour to 4 hours\",\n      \"Up to 1 hour\",\n      \"4 hours to 1 day\"\n    ],\n    \"timeOfDays\": [\n      \"5 pm to 12 am\",\n      \"6 am to 12 pm\",\n      \"12 pm to 5 pm\"\n    ]\n  },\n  \"limit\": 50,\n  \"includePriceRange\": true\n}\n\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ol>\n<li><p>priceRangeLow: Only works when <code>includePriceRange: true</code> is set in the request body.</p>\n</li>\n<li><p>durations and timeOfDays: Must match the exact predefined labels.</p>\n</li>\n</ol>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","search"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1cf5728-0452-44d4-9714-79a395ec0c7a"},{"name":"Get Activity Details","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"1ffe3e54-3f48-451f-abec-4899ad69300c"}},{"listen":"test","script":{"exec":["// Check if the response status code is 200","if (pm.response.code === 200) {","    // Extract the productCode from the request URL","    const requestUrl = pm.request.url.toString();","    const productCodeMatch = requestUrl.match(/details\\/([^?]+)/);","","    if (productCodeMatch && productCodeMatch[1]) {","        const productCode = productCodeMatch[1];","        // Save the productCode into the environment variable","        pm.environment.set(\"productCode\", productCode);","        console.log(\"productCode saved:\", productCode);","    } else {","        console.log(\"productCode not found in the request URL.\");","    }","} else {","    console.log(\"Request failed with status code:\", pm.response.code);","}"],"type":"text/javascript","packages":{},"id":"0aab3a5e-2879-4340-86d1-77b502079696"}}],"id":"aaa0aa18-5006-4ea2-b725-5475b6367428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"},{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/api/ext/activity/details/{{activity_product_code}}?include=all&currency=USD","description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint retrieves detailed information about a specific activity based on the provided <code>activity_product_code</code>. The request allows users to specify additional parameters to customize the response.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>activity_product_code</strong> (path parameter): A unique identifier for the activity whose details are being requested.</p>\n</li>\n<li><p><strong>include</strong> (query parameter): A flag that determines whether to include additional related information in the response. The value <code>all</code> indicates that all related data should be included.</p>\n</li>\n<li><p><strong>currency</strong> (query parameter): Specifies the currency in which the activity details should be presented. In this case, it is set to <code>INR</code> (Indian Rupee).</p>\n</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The response will contain detailed information about the specified activity, including various attributes and potentially related data based on the <code>include</code> parameter. The structure of the response will depend on the activity's details and may include fields such as title, description, pricing, availability, and other relevant information.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>activity_product_code</code> is valid and corresponds to an existing activity to avoid errors in the response.</p>\n</li>\n<li><p>The inclusion of additional data may result in a larger response size, so consider this when making requests.</p>\n</li>\n</ul>\n<p><strong>Query Parameters</strong></p>\n<p>Name Required Description</p>\n<p>include No Comma-separated values: all, details, locations, dates</p>\n<p>currency No Valid ISO-4217 currency. Default - USD</p>\n<p><strong>Sample URLs</strong></p>\n<p><em><strong>/details/{{productCode}}?include=dates,locations,details</strong></em></p>\n<p><em><strong>/details/{{productCode}}?include=all¤cy=INR</strong></em></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","details","{{activity_product_code}}"],"host":["{{api_host}}"],"query":[{"key":"include","value":"all"},{"key":"currency","value":"USD"}],"variable":[]}},"response":[],"_postman_id":"aaa0aa18-5006-4ea2-b725-5475b6367428"}],"id":"63071ad5-049e-498c-bc6a-a1d48c5b7410","_postman_id":"63071ad5-049e-498c-bc6a-a1d48c5b7410","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Book","item":[{"name":"Check Availability","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"3a77f141-d374-44ac-b7d1-4b2f921caed2"}},{"listen":"test","script":{"exec":["// Check if the response status code is 200","if (pm.response.code === 200) {","    // Get the request body","    const requestBody = pm.request.body.raw;","    const requestData = JSON.parse(requestBody);","","    // Save activity_product_code if it exists in the request body","    if (requestData.productCode) {","        pm.environment.set(\"activity_product_code\", requestData.productCode);","        console.log(\"activity_product_code saved:\", requestData.productCode);","    } else {","        console.log(\"activity_product_code not found in the request body.\");","    }","","    // Save activity_travel_date if it exists in the request body","    if (requestData.travelDate) {","        pm.environment.set(\"activity_travel_date\", requestData.travelDate);","        console.log(\"activity_travel_date saved:\", requestData.travelDate);","    } else {","        console.log(\"activity_travel_date not found in the request body.\");","    }","} else {","    console.log(\"Request failed with status code:\", pm.response.code);","}"],"type":"text/javascript","packages":{},"id":"c539efdc-318d-4171-8f22-86715a9aad2b"}}],"id":"995e72da-689a-463a-b41a-f2ef916676e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"currency\": \"USD\",\n  \"paxMix\": [\n    {\n      \"ageBand\": \"ADULT\",\n      \"numberOfTravelers\": 2\n    }\n  ],\n  \"productCode\": \"{{activity_product_code}}\",\n  \"travelDate\": \"{{activity_travel_date}}\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/activity/availability","description":"<h1 id=\"api-endpoint-check-activity-availability\">API Endpoint: Check Activity Availability</h1>\n<h2 id=\"method\">Method</h2>\n<p><code>POST</code></p>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p><code>{{api_host}}/api/ext/activity/availability</code></p>\n<h2 id=\"description\">Description</h2>\n<p>This endpoint is used to check the availability of activities based on specific parameters such as currency, traveler demographics, product code, and travel date. It returns detailed availability information that can be utilized for subsequent booking processes.</p>\n<p>The request requires a JSON-formatted body that specifies the currency for pricing, the mix of travelers including their age bands and counts, the unique product code for the activity, and the intended travel date.</p>\n<p>Upon successful execution, the response will provide a status indicating the availability of the requested activity along with detailed information such as pricing, inclusions, and available options.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<p>The request body should be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>currency</strong> (string): The currency in which the prices are requested. Example: <code>\"USD\"</code></p>\n</li>\n<li><p><strong>paxMix</strong> (array): An array of objects representing the mix of travelers. Each object should contain:</p>\n<ul>\n<li><p><strong>ageBand</strong> (string): The age category of the traveler. Example: <code>\"ADULT\"</code>.</p>\n</li>\n<li><p><strong>numberOfTravelers</strong> (integer): The number of travelers in this age band. Example: <code>2</code>.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>productCode</strong> (string): The unique code for the activity being checked for availability. Example: <code>{{activity_product_code}}</code></p>\n</li>\n<li><p><strong>travelDate</strong> (string): The date of travel in ISO 8601 format. Example: <code>{{activity_travel_date}}</code></p>\n</li>\n</ul>\n<h3 id=\"sample-request-body\">Sample Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"currency\": \"USD\",\n  \"paxMix\": [\n    {\n      \"ageBand\": \"ADULT\",\n      \"numberOfTravelers\": 2\n    }\n  ],\n  \"productCode\": \"{{activity_product_code}}\",\n  \"travelDate\": \"{{activity_travel_date}}\"\n}\n\n</code></pre>\n<h2 id=\"headers\">Headers</h2>\n<ul>\n<li><p><strong>Content-Type</strong>: <code>application/json</code></p>\n</li>\n<li><p><strong>Authorization</strong>: <code>Bearer {token}</code> (if applicable)</p>\n</li>\n</ul>\n<h2 id=\"sample-response\">Sample Response</h2>\n<p>The response will include availability details for the requested activity. The structure may include:</p>\n<ul>\n<li><p><strong>status</strong> (boolean): Indicates if the request was successful.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional context about the request.</p>\n</li>\n<li><p><strong>data</strong> (array): An array containing detailed information about the activity options available, including:</p>\n<ul>\n<li><p><strong>productOptionCode</strong> (string): The code for the specific product option.</p>\n</li>\n<li><p><strong>title</strong> (string): The title of the activity.</p>\n</li>\n<li><p><strong>description</strong> (string): A brief description of the activity.</p>\n</li>\n<li><p><strong>isPickupIncluded</strong> (boolean): Indicates if pickup is included.</p>\n</li>\n<li><p><strong>pricing</strong> (number): The pricing information for the activity.</p>\n</li>\n<li><p><strong>timings</strong> (array): An array detailing the timings for the activity.</p>\n</li>\n<li><p><strong>lineItems</strong> (array): An array of objects detailing the line items, including:</p>\n<ul>\n<li><p><strong>ageBand</strong> (string): The age category of the traveler.</p>\n</li>\n<li><p><strong>numberOfTravelers</strong> (integer): The number of travelers for the age band.</p>\n</li>\n<li><p><strong>subtotalPrice</strong> (object): Contains pricing details, including:</p>\n<ul>\n<li><p><strong>price</strong> (object): Contains pricing information, including:</p>\n<ul>\n<li><p><strong>recommendedRetailPrice</strong> (string): The recommended retail price.</p>\n</li>\n<li><p><strong>partnerNetPrice</strong> (number): The partner net price.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>availabilites</strong> (array): An array indicating the availability of product options, including:</p>\n<ul>\n<li><p><strong>productOptionCode</strong> (string): The code for the product option.</p>\n</li>\n<li><p><strong>available</strong> (boolean): Indicates if the product option is available.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>taxAndFee</strong> (string): Information about applicable taxes and fees.</p>\n</li>\n<li><p><strong>basePrice</strong> (string): The base price of the activity.</p>\n</li>\n<li><p><strong>publicPrice</strong> (string): The public price of the activity.</p>\n</li>\n<li><p><strong>currency</strong> (string): The currency of the prices.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"sample-response-body\">Sample Response Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": true,\n  \"message\": \"\",\n  \"data\": [\n    {\n      \"productOptionCode\": \"\",\n      \"title\": \"\",\n      \"description\": \"\",\n      \"isPickupIncluded\": true,\n      \"pricing\": 0,\n      \"timings\": [],\n      \"lineItems\": [\n        {\n          \"ageBand\": \"\",\n          \"numberOfTravelers\": 0,\n          \"subtotalPrice\": {\n            \"price\": {\n              \"recommendedRetailPrice\": \"\",\n              \"partnerNetPrice\": 0\n            }\n          }\n        }\n      ],\n      \"availabilites\": [\n        {\n          \"productOptionCode\": \"\",\n          \"available\": true\n        }\n      ],\n      \"taxAndFee\": \"\",\n      \"basePrice\": \"\",\n      \"publicPrice\": \"\",\n      \"currency\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<p>This documentation provides a comprehensive overview of the request and response structure for checking activity availability.</p>\n<p>Endpoint: POST /api/ext/activity/availability</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>currency</td>\n<td>string</td>\n<td>Yes</td>\n<td>ISO 4217 currency code for pricing</td>\n</tr>\n<tr>\n<td>paxMix</td>\n<td>array</td>\n<td>Yes</td>\n<td>List of traveler types and counts</td>\n</tr>\n<tr>\n<td>paxMix[].ageBand</td>\n<td>string</td>\n<td>Yes</td>\n<td>Traveler type: ADULT, CHILD, INFANT, etc.</td>\n</tr>\n<tr>\n<td>paxMix[].numberOfTravelers</td>\n<td>int</td>\n<td>Yes</td>\n<td>Number of travelers for the age band</td>\n</tr>\n<tr>\n<td>productCode</td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique activity identifier</td>\n</tr>\n<tr>\n<td>travelDate</td>\n<td>string</td>\n<td>Yes</td>\n<td>Travel date (format: YYYY-MM-DD)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","availability"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"995e72da-689a-463a-b41a-f2ef916676e9"},{"name":"Book Activity","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"a7599604-e9a8-4263-b9d4-a83575c763c6"}},{"listen":"test","script":{"exec":["// Check if the response status code is 200","if (pm.response.code === 200) {","    // Get the request body","    const requestBody = pm.request.body.raw;","    const requestData = JSON.parse(requestBody);","","    // Save productCode if it exists in the request body","    if (requestData.productCode) {","        pm.environment.set(\"activity_product_code\", requestData.productCode);","        console.log(\"productCode saved:\", requestData.productCode);","    } else {","        console.log(\"productCode not found in the request body.\");","    }","","    // Save bookingId if it exists in the request body","    if (requestData.bookingId) {","        pm.environment.set(\"activity_booking_id\", requestData.bookingId);","        console.log(\"bookingId saved:\", requestData.bookingId);","    } else {","        console.log(\"bookingId not found in the request body.\");","    }","","    // Save travelDate if it exists in the request body","    if (requestData.travelDate) {","        pm.environment.set(\"activity_travel_date\", requestData.travelDate);","        console.log(\"travelDate saved:\", requestData.travelDate);","    } else {","        console.log(\"travelDate not found in the request body.\");","    }","","    // Save productOptionCode if it exists in the request body","    if (requestData.productOptionCode) {","        pm.environment.set(\"productOptionCode\", requestData.productOptionCode);","        console.log(\"productOptionCode saved:\", requestData.productOptionCode);","    } else {","        console.log(\"productOptionCode not found in the request body.\");","    }","} else {","    console.log(\"Request failed with status code:\", pm.response.code);","}"],"type":"text/javascript","packages":{},"id":"2fb4718a-ed27-46b9-98eb-b7ba72f141c3"}}],"id":"c6f11df6-03d0-41ba-9fcf-deafbe1ac9ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"productCode\":\"{{activity_product_code}}\",\n\"bookingId\":\"YOUR_OWN_CUSTOM_BOOKING_ID_FOR_TRACKING\",\n\"travelDate\": \"2025-09-07\",\n\"productOptionCode\":\"{{activity_product_option_code}}\",//TG1\n\"paxMix\": [{\"ageBand\": \"ADULT\",\n\"numberOfTravelers\": 2}],\n  \"bookerInfo\": {\n    \"firstName\": \"Traveler First Name\",\n    \"lastName\": \"Traveler First Name\"\n  },\n  \"communication\": {\n    \"email\": \"customer-email@domain.com\",\n    \"phone\": \"00000000000\"\n  },\n\"bookedCurrency\":\"USD\",\n\"amount\":256,\n  \"bookingQuestionAnswers\": [\n\n   {\"question\":\"PICKUP_POINT\",\"answer\":\"LOC-6eKJ+or5y8o99Qw0C8xWyCeiH7DE3H38saQFOi+Apkc=\",\"unit\":\"LOCATION_REFERENCE\"},\n\n{\n\"question\": \"AGEBAND\",\n\"answer\": \"ADULT\",\n\"travelerNum\": 1\n},\n{\n\"question\": \"AGEBAND\",\n\"answer\": \"ADULT\",\n\"travelerNum\": 2\n},\n{\n\"question\":\"FULL_NAMES_FIRST\",\n\"answer\":\"rohit\",\n\"travelerNum\":1\n},\n{\n\"question\":\"FULL_NAMES_FIRST\",\n\"answer\":\"rotihh\",\n\"travelerNum\":2\n},\n{\"question\":\"FULL_NAMES_LAST\",\n\"answer\":\"man\",\n\"travelerNum\":1\n},\n{\n\"question\":\"FULL_NAMES_LAST\",\n\"answer\":\"\",\n\"travelerNum\":2\n}\n\n  ],\n\"languageGuide\":{\"language\":\"en\",\"legacyGuide\":\"en/SERVICE_GUIDE\",\"type\":\"GUIDE\"}\n\n}","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/activity/booking","description":"<h2 id=\"booking-activity-api-endpoint\">Booking Activity API Endpoint</h2>\n<p>This endpoint allows users to create a booking for an activity. It processes the necessary information related to the activity, traveler details, and communication preferences to finalize the booking.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<p><strong>HTTP Method:</strong> POST<br /><strong>Endpoint:</strong> <code>{{api_host}}/api/ext/activity/booking</code></p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>productCode</strong> (string): The code representing the specific activity being booked.</p>\n</li>\n<li><p><strong>bookingId</strong> (string): A unique identifier for the booking.</p>\n</li>\n<li><p><strong>travelDate</strong> (string): The date of travel in a standard format.</p>\n</li>\n<li><p><strong>startTime</strong> (string): This is an optional field, that is applicable to the activities that require the user to choose a time for the chosen Activity from the given options ( in Availability API )</p>\n</li>\n<li><p><strong>productOptionCode</strong> (string): The code for the selected product option.</p>\n</li>\n<li><p><strong>paxMix</strong> (array): An array of objects representing the mix of travelers. Each object should contain:</p>\n<ul>\n<li><p><strong>ageBand</strong> (string): The age category of the travelers (e.g., ADULT).</p>\n</li>\n<li><p><strong>numberOfTravelers</strong> (integer): The number of travelers in this age category.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>bookerInfo</strong> (object): Information about the person making the booking, including:</p>\n<ul>\n<li><p><strong>firstName</strong> (string): The first name of the booker.</p>\n</li>\n<li><p><strong>lastName</strong> (string): The last name of the booker.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>communication</strong> (object): Communication details for the booking, including:</p>\n<ul>\n<li><p><strong>email</strong> (string): The email address of the booker.</p>\n</li>\n<li><p><strong>phone</strong> (string): The phone number of the booker.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>bookedCurrency</strong> (string): The currency in which the booking is made (e.g., USD).</p>\n</li>\n<li><p><strong>bookingQuestionAnswers</strong> (array): An array of objects containing answers to booking questions. Each object should include:</p>\n<ul>\n<li><p><strong>question</strong> (string): The question being answered.</p>\n</li>\n<li><p><strong>answer</strong> (string): The response to the question.</p>\n</li>\n<li><p><strong>unit</strong> (string): The unit of measurement for the answer.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>languageGuide</strong> (object): Information regarding the language guide, including:</p>\n<ul>\n<li><p><strong>language</strong> (string): The language used for the guide.</p>\n</li>\n<li><p><strong>legacyGuide</strong> (string): The path to the legacy guide.</p>\n</li>\n<li><p><strong>type</strong> (string): The type of guide.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response will typically include a confirmation of the booking along with relevant details such as the booking reference number, status of the booking, and any additional information pertinent to the activity booked. The exact structure of the response may vary, but it generally includes the following fields:</p>\n<ul>\n<li><p><strong>status</strong> (string): Indicates the success or failure of the booking request.</p>\n</li>\n<li><p><strong>bookingReference</strong> (string): A unique reference number for the booking.</p>\n</li>\n<li><p><strong>message</strong> (string): A message providing additional context about the booking status.</p>\n</li>\n</ul>\n<p>Ensure that all required fields are provided in the request body to successfully create a booking.</p>\n<p>Endpoint: POST /api/ext/activity/booking</p>\n<p><strong>Parameters</strong></p>\n<p>Name Type Required Description</p>\n<p>productCode string Yes Unique ID for activity</p>\n<p>bookingId string Yes Unique ID for this booking</p>\n<p>travelDate string Yes Format: YYYY-MM-DD</p>\n<p>productOptionCode string Yes From availability API</p>\n<p>paxMix array Yes Same structure as availability</p>\n<p>title string No Activity title</p>\n<p>bookerInfo.firstName string Yes Booker’s first name</p>\n<p>bookerInfo.lastName string Yes Booker’s last name</p>\n<p>communication.email string Yes Contact email</p>\n<p>communication.phone string Yes Contact phone</p>\n<p>bookedCurrency string Yes Should match availability request</p>\n<p>bookingQuestionAnswers array Yes Required responses per traveler or general</p>\n<p>languageGuide.language string No Preferred language (e.g., “en”)</p>\n<p>languageGuide.legacyGuide string No Legacy value if required</p>\n<p>languageGuide.type string No GUIDE</p>\n<p><strong>Activities Booking Questions – Developer Implementation Guide</strong></p>\n<p><strong>1. Introduction</strong></p>\n<p>Booking questions are crucial for gathering additional information from travelers or bookers. Answers to these questions are <strong>mandatory</strong> for specific products and must be included in the booking request payload.</p>\n<p><strong>What are Booking Questions?</strong></p>\n<p>Booking questions are defined by the supplier during product setup and are essential for ensuring they have all the necessary traveler details. Travelers are expected to complete these questions during the booking process. Providing valid answers guarantees that all travelers meet the requirements to participate in their chosen activity.</p>\n<p><strong>2. Types of Questions</strong></p>\n<p>| Type | Description |<br />| <strong>FREE_TEXT</strong> | Accepts open-ended responses. May include maxLength and validationRegex. |<br />| <strong>SELECT_ONE</strong> | User selects one option from a predefined list. Returns an options array. |<br />| <strong>SELECT_MULTIPLE</strong> | User can select multiple options. Ideal for checkboxes. |<br />| <strong>SELECT_MULTIPLE</strong> | Yes/No type answers. Expected values: true or false. |<br />| <strong>SELECT_MULTIPLE</strong> | Requires date input in YYYY-MM-DD format. |<br />| <strong>SELECT_MULTIPLE</strong> | Numeric value plus unit (e.g., height in cm or ft). Unit options are listed in units. |</p>\n<p><strong>3. Groups</strong></p>\n<p>| Group | Description |<br />| <strong>PER_BOOKING</strong> | Answered once per booking. Used for general information like pickup points. |<br />| <strong>PER_TRAVELER</strong> | Answered individually for each traveler. Used for personal info like name, weight, etc. |</p>\n<p><strong>4. Required vs. Optional Questions</strong></p>\n<p>Each booking question is designated as either:</p>\n<ul>\n<li><p><strong>MANDATORY</strong>: Must be answered.</p>\n</li>\n<li><p><strong>OPTIONAL</strong>: Can be skipped.</p>\n</li>\n</ul>\n<p>Always use the required field from the API response to enforce proper validation.</p>\n<p><strong>5. Booking Payload Structure</strong></p>\n<p>Answers must be submitted within the bookingQuestionAnswers[] array in your booking request.</p>\n<p><strong>Common Fields:</strong></p>\n<ul>\n<li><p><strong>question</strong>: The ID of the booking question (e.g., WEIGHT).</p>\n</li>\n<li><p><strong>answer</strong>: The value provided by the user.</p>\n</li>\n<li><p><strong>unit</strong>: Optional, but required for certain question types (e.g., kg, cm, LOCATION_REFERENCE).</p>\n</li>\n<li><p><strong>travelerNum</strong>: Required only for PER_TRAVELER questions.</p>\n</li>\n</ul>\n<p><strong>Example Payload:</strong></p>\n<p>JSON</p>\n<p>{</p>\n<p>\"question\": \"WEIGHT\",</p>\n<p>\"answer\": \"75\",</p>\n<p>\"unit\": \"kg\",</p>\n<p>\"travelerNum\": 1</p>\n<p>}</p>\n<p><strong>6. Conditional Questions</strong></p>\n<p>Some questions are conditionally required based on previous answers. For instance:</p>\n<ul>\n<li>If TRANSFER_ARRIVAL_MODE is AIR, then TRANSFER_AIR_ARRIVAL_FLIGHT_NO must also be provided.</li>\n</ul>\n<p>You'll need to implement dynamic logic to render and validate these conditional fields.</p>\n<p><strong>7. Best Practices</strong></p>\n<ul>\n<li><p><strong>Dynamically render fields</strong> using metadata obtained from the API.</p>\n</li>\n<li><p><strong>Validate all MANDATORY and CONDITIONAL questions</strong> before submitting the booking request.</p>\n</li>\n<li><p><strong>Use correct field names</strong> and include travelerNum where necessary.</p>\n</li>\n<li><p><strong>Support localization</strong> for elements like dates and units.</p>\n</li>\n<li><p><strong>Respect maxLength</strong> and input type constraints for all fields.</p>\n</li>\n</ul>\n<p><strong>8. Group Field Behavior</strong></p>\n<p>The group field specifies whether the answer applies to the entire booking or to each individual traveler.</p>\n<p><strong>8.1 PER_TRAVELER</strong></p>\n<ul>\n<li><p>Must be answered for <strong>each traveler</strong>.</p>\n</li>\n<li><p>Requires the travelerNum field.</p>\n</li>\n<li><p><strong>Examples</strong>: WEIGHT, AGEBAND, FULL_NAMES_FIRST.</p>\n</li>\n<li><p>Questions are independent; answering one does not imply others are required.</p>\n</li>\n</ul>\n<p><strong>8.2 PER_BOOKING</strong></p>\n<ul>\n<li><p>Answered <strong>once for the entire booking</strong>.</p>\n</li>\n<li><p><strong>Do not</strong> include travelerNum.</p>\n</li>\n<li><p><strong>Examples</strong>: TRANSFER_ARRIVAL_MODE, SPECIAL_REQUIREMENTS, TRANSFER_PORT_ARRIVAL_TIME.</p>\n</li>\n</ul>\n<p><strong>9. Booking Questions with Units</strong></p>\n<p>Certain booking questions require a unit to clarify the meaning of the provided value. Without a specified unit, the answer might be ambiguous.</p>\n<p>Date &amp; Time Format Requirements<br />• Dates must be provided in YYYY-MM-DD format.<br />Example: 2025-12-27<br />• Time values must be provided in 24-hour HH:MM format.<br />Example: 08:30, 21:45</p>\n<p><strong>Common Scenarios:</strong></p>\n<ul>\n<li><p><strong>Height</strong>: Answer must include whether it’s in cm or ft.</p>\n</li>\n<li><p><strong>Weight</strong>: Answer must specify kg or lbs.</p>\n</li>\n<li><p><strong>Location-related questions</strong> (e.g., PICKUP_POINT): May accept LOCATION_REFERENCE or FREETEXT. The location References that can we used for a particular activity is given in the response of the Details API, Pl. note this is only applicable when the unit “LOCATION_REFERENCE” is used.</p>\n</li>\n</ul>\n<p><strong>Example Payload:</strong></p>\n<p>JSON</p>\n<p>\"bookingQuestionAnswers\": [</p>\n<p>{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"question\": \"WEIGHT\",\n\"answer\": \"70\",\n\"unit\": \"kg\",\n\"travelerNum\": 1\n\n</code></pre><p>},</p>\n<p>{</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"question\": \"WEIGHT\",\n\"answer\": \"60\",\n\"unit\": \"kg\",\n\"travelerNum\": 2\n\n</code></pre><p>}</p>\n<p>]</p>\n<p><strong>10. Pickup Point Booking Question</strong></p>\n<p>For products offering a pickup service, the PICKUP_POINT question will be returned in the bookingQuestions array from the product content response.</p>\n<p><strong>Ways to Answer:</strong></p>\n<ol>\n<li><p><strong>LOCATION_REFERENCE</strong>: Use predefined pickup locations from logistics.travelerPickup.locations.</p>\n</li>\n<li><p><strong>FREETEXT</strong>: A custom address, only allowed if allowCustomTravelerPickup is true.</p>\n</li>\n</ol>\n<p>If allowCustomTravelerPickup is false, only LOCATION_REFERENCE is permitted.</p>\n<p><strong>Example – FREETEXT:</strong></p>\n<p>JSON</p>\n<p>{</p>\n<p>\"question\": \"PICKUP_POINT\",</p>\n<p>\"answer\": \"1234 Cedar Way, Brooklyn NY 00123\",</p>\n<p>\"unit\": \"FREETEXT\"</p>\n<p>}</p>\n<p><strong>Example – CONTACT_SUPPLIER_LATER:</strong></p>\n<p>JSON</p>\n<p>{</p>\n<p>\"question\": \"PICKUP_POINT\",</p>\n<p>\"answer\": \"CONTACT_SUPPLIER_LATER\",</p>\n<p>\"unit\": \"LOCATION_REFERENCE\"</p>\n<p>}</p>\n<p><strong>Example – MEET_AT_DEPARTURE_POINT:</strong></p>\n<p>JSON</p>\n<p>{</p>\n<p>\"question\": \"PICKUP_POINT\",</p>\n<p>\"answer\": \"MEET_AT_DEPARTURE_POINT\",</p>\n<p>\"unit\": \"LOCATION_REFERENCE\"</p>\n<p>}</p>\n<p><strong>Product-Specific Behavior:</strong></p>\n<ul>\n<li><p><strong>Example</strong>: Product 40636P5 only allows LOCATION_REFERENCE.</p>\n</li>\n<li><p><strong>Example</strong>: Product 5516ST5 has 4 product options, but only 3 support pickup (TW5, TWT, TG2); option TO does not.</p>\n</li>\n</ul>\n<p><strong>Pickup Type Options:</strong></p>\n<ul>\n<li><p><strong>AIRPORT</strong>: Pickup at an airport.</p>\n</li>\n<li><p><strong>HOTEL</strong>: Pickup at a hotel.</p>\n</li>\n<li><p><strong>PORT</strong>: Pickup at a sea port.</p>\n</li>\n<li><p><strong>LOCATION</strong>: Supplier-defined address.</p>\n</li>\n<li><p><strong>OTHER</strong>: Pseudo-location, such as:</p>\n<ul>\n<li><p>MEET_AT_DEPARTURE_POINT</p>\n</li>\n<li><p>CONTACT_SUPPLIER_LATER</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Always validate whether FREETEXT is allowed by checking the allowCustomTravelerPickup field.</strong></p>\n<p><strong>11. Booking Questions with Allowed Answers</strong></p>\n<p>Some booking questions restrict answers to a predefined list. For an answer to be valid, its value must match one of the entries in the allowedAnswers array.</p>\n<p><strong>11.1 AGEBAND (PER_TRAVELER)</strong></p>\n<p>Suppliers must choose from a fixed list of six age bands:</p>\n<p>JSON</p>\n<p>\"allowedAnswers\": [</p>\n<p>\"ADULT\",</p>\n<p>\"SENIOR\",</p>\n<p>\"YOUTH\",</p>\n<p>\"CHILD\",</p>\n<p>\"INFANT\",</p>\n<p>\"TRAVELER\"</p>\n<p>]</p>\n<ul>\n<li><p>Must be answered for each traveler (group: PER_TRAVELER).</p>\n</li>\n<li><p>Cannot include custom or unrecognized categories.</p>\n</li>\n<li><p>The answers must align with the passenger mix of the booking.</p>\n</li>\n</ul>\n<p><strong>Example</strong>: If the booking hold was made for two adults and one child, the answers could be:</p>\n<p>[\"ADULT\", \"ADULT\", \"CHILD\"]</p>\n<p>These values should be used for each traveler’s AGEBAND question.</p>\n<p><strong>12. TRANSFER_ARRIVAL_MODE and TRANSFER_DEPARTURE_MODE</strong></p>\n<p>These two questions are <strong>MANDATORY</strong> for products that offer pickup or drop-off services.</p>\n<p><strong>Allowed Answers:</strong></p>\n<p>JSON</p>\n<p>\"allowedAnswers\": [</p>\n<p>\"AIR\",</p>\n<p>\"RAIL\",</p>\n<p>\"SEA\",</p>\n<p>\"OTHER\"</p>\n<p>]</p>\n<p>When either of these questions is included, a set of related <strong>conditional questions</strong> must also be answered, depending on the selected mode.</p>\n<p>Validate available options for these questions by referring to the values returned in the bookingQuestions array of the product content response.</p>\n<p><strong>13. Conditional Booking Questions</strong></p>\n<p>TRANSFER_ARRIVAL_MODE and TRANSFER_DEPARTURE_MODE belong to a special category of booking questions where their value can make other fields required, even if those fields are not explicitly marked as MANDATORY.</p>\n<p><strong>Conditional Rules Table</strong></p>\n<p>| Condition | Requirement |<br />| If TRANSFER_ARRIVAL_MODE = AIR | The selected PICKUP_POINT must have pickupType = AIRPORT OR allowCustomTravelerPickup = true. |<br />| If TRANSFER_ARRIVAL_MODE = SEA | The selected PICKUP_POINT must have pickupType = PORT OR allowCustomTravelerPickup = true. |<br />| If TRANSFER_ARRIVAL_MODE = RAIL | The selected PICKUP_POINT must have pickupType = HOTEL or LOCATION, OR allowCustomTravelerPickup = true. |<br />| If TRANSFER_ARRIVAL_MODE = OTHER | Answer must be provided only if OTHER is returned in the allowedAnswers list for that question. |</p>\n<p>You can find further guidance in the conditional booking questions section of the API documentation.</p>\n<p><strong>14. Sending Answers to Booking Questions in the Booking Request</strong></p>\n<p>Answers to booking questions must be included in the bookingQuestionAnswers[] array in the request to the /bookings/book endpoint.</p>\n<p>The following rules apply:</p>\n<ul>\n<li><p>All <strong>MANDATORY</strong> booking questions returned for the product must be answered.</p>\n</li>\n<li><p>Booking questions that belong to group <strong>PER_TRAVELER</strong> must be answered for each traveler individually by indicating travelerNum.</p>\n</li>\n<li><p>Booking questions that belong to group <strong>PER_BOOKING</strong> must be answered per booking; travelerNum must be omitted.</p>\n</li>\n<li><p>Booking questions with units must include the selected units in the answer, and it must be one of the units returned for that booking question in the /products/booking-questions/ response.</p>\n</li>\n<li><p>Each answer has a maximum length limit measured in characters (UTF-8) and specified in the maxLength field returned for each booking question in the /products/booking-questions/ response.</p>\n</li>\n<li><p>Answers to booking questions TRANSFER_ARRIVAL_DROP_OFF and TRANSFER_DEPARTURE_PICKUP should be sent as FREETEXT.</p>\n</li>\n</ul>\n<p><strong>15. All \"bookingQuestions\" List</strong></p>\n<p>Here is a comprehensive list of all supported booking question IDs:</p>\n<p>[</p>\n<p>“AGEBAND”,</p>\n<p>“DATE_OF_BIRTH”,</p>\n<p>“FULL_NAMES_FIRST”,</p>\n<p>“FULL_NAMES_LAST”,</p>\n<p>“PASSPORT_EXPIRY”,</p>\n<p>“PASSPORT_NATIONALITY”,</p>\n<p>“PASSPORT_PASSPORT_NO”,</p>\n<p>“PICKUP_POINT”,</p>\n<p>“SPECIAL_REQUIREMENTS”,</p>\n<p>“TRANSFER_AIR_ARRIVAL_AIRLINE”,</p>\n<p>“TRANSFER_AIR_ARRIVAL_FLIGHT_NO”,</p>\n<p>“TRANSFER_AIR_DEPARTURE_AIRLINE”,</p>\n<p>“TRANSFER_AIR_DEPARTURE_FLIGHT_NO”,</p>\n<p>“TRANSFER_ARRIVAL_DROP_OFF”,</p>\n<p>“TRANSFER_ARRIVAL_MODE”,</p>\n<p>“TRANSFER_ARRIVAL_TIME”,</p>\n<p>“TRANSFER_DEPARTURE_DATE”,</p>\n<p>“TRANSFER_DEPARTURE_MODE”,</p>\n<p>“TRANSFER_DEPARTURE_PICKUP”,</p>\n<p>“TRANSFER_DEPARTURE_TIME”,</p>\n<p>“TRANSFER_PORT_ARRIVAL_TIME”,</p>\n<p>“TRANSFER_PORT_CRUISE_SHIP”,</p>\n<p>“TRANSFER_PORT_DEPARTURE_TIME”,</p>\n<p>“TRANSFER_RAIL_ARRIVAL_LINE”,</p>\n<p>“TRANSFER_RAIL_ARRIVAL_STATION”,</p>\n<p>“TRANSFER_RAIL_DEPARTURE_LINE”,</p>\n<p>“TRANSFER_RAIL_DEPARTURE_STATION”</p>\n<p>]</p>\n<p><strong>16. Booking Questions Reference Map</strong></p>\n<p>Below is the complete JSON structure representing the metadata of all supported booking questions.</p>\n<p>JSON</p>\n<p>{</p>\n<p>\"bookingQuestions\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"QuestionId\": 1,\n  \"id\": \"DATE_OF_BIRTH\",\n  \"type\": \"DATE\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Date of birth\",\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 2,\n  \"id\": \"HEIGHT\",\n  \"type\": \"NUMBER_AND_UNIT\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Traveler height in feet or centimeters (required for safety reasons)\",\n  \"units\": \\[\n    \"cm\",\n    \"ft\"\n  \\],\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 50\n},\n{\n  \"QuestionId\": 3,\n  \"id\": \"PASSPORT_EXPIRY\",\n  \"type\": \"DATE\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Passport expiration date\",\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 4,\n  \"id\": \"PASSPORT_NATIONALITY\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Passport country of issue\",\n  \"hint\": \"E.g. Australia, China\",\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 5,\n  \"id\": \"PASSPORT_PASSPORT_NO\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Passport number\",\n  \"hint\": \"E.g. 0123456, 6543210\",\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 6,\n  \"id\": \"PICKUP_POINT\",\n  \"type\": \"LOCATION_REF_OR_FREE_TEXT\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Hotel pickup\",\n  \"hint\": \"E.g. 1234 Cedar Way, Brooklyn NY 00123\",\n  \"units\": \\[\n    \"LOCATION_REFERENCE\",\n    \"FREETEXT\"\n  \\],\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 1000\n},\n{\n  \"QuestionId\": 7,\n  \"id\": \"TRANSFER_AIR_ARRIVAL_AIRLINE\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Name of arrival airline\",\n  \"hint\": \"E.g. United Airlines\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 8,\n  \"id\": \"TRANSFER_AIR_ARRIVAL_FLIGHT_NO\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Arrival flight number\",\n  \"hint\": \"E.g. UA864\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 9,\n  \"id\": \"TRANSFER_AIR_DEPARTURE_AIRLINE\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Name of departure airline\",\n  \"hint\": \"E.g. United Airlines\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 10,\n  \"id\": \"TRANSFER_AIR_DEPARTURE_FLIGHT_NO\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Departure flight number\",\n  \"hint\": \"E.g. UA864\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 11,\n  \"id\": \"TRANSFER_ARRIVAL_DROP_OFF\",\n  \"type\": \"LOCATION_REF_OR_FREE_TEXT\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Dropoff address\",\n  \"hint\": \"E.g. 1234 Cedar Way, Brooklyn NY 00123\",\n  \"units\": \\[\n    \"LOCATION_REFERENCE\",\n    \"FREETEXT\"\n  \\],\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 1000\n},\n{\n  \"QuestionId\": 12,\n  \"id\": \"TRANSFER_ARRIVAL_TIME\",\n  \"type\": \"TIME\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Arrival time\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 13,\n  \"id\": \"TRANSFER_DEPARTURE_DATE\",\n  \"type\": \"DATE\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Departure date\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 14,\n  \"id\": \"TRANSFER_DEPARTURE_PICKUP\",\n  \"type\": \"LOCATION_REF_OR_FREE_TEXT\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Pickup address\",\n  \"hint\": \"E.g. 1234 Cedar Way, Brooklyn NY 00123\",\n  \"units\": \\[\n    \"LOCATION_REFERENCE\",\n    \"FREETEXT\"\n  \\],\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 1000\n},\n{\n  \"QuestionId\": 15,\n  \"id\": \"TRANSFER_DEPARTURE_TIME\",\n  \"type\": \"TIME\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Departure time\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 16,\n  \"id\": \"TRANSFER_PORT_ARRIVAL_TIME\",\n  \"type\": \"TIME\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Disembarkation time\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 17,\n  \"id\": \"TRANSFER_PORT_CRUISE_SHIP\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Name of cruise ship\",\n  \"hint\": \"E.g. Brilliance of the Seas\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 18,\n  \"id\": \"TRANSFER_PORT_DEPARTURE_TIME\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Boarding time\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 19,\n  \"id\": \"TRANSFER_RAIL_ARRIVAL_LINE\",\n  \"type\": \"TIME\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Name of arrival rail provider\",\n  \"hint\": \"E.g. Amtrak\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 20,\n  \"id\": \"TRANSFER_RAIL_ARRIVAL_STATION\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Name of arrival station\",\n  \"hint\": \"E.g. Central Station\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 21,\n  \"id\": \"TRANSFER_RAIL_DEPARTURE_LINE\",\n  \"type\": \"TIME\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Name of departure rail provider\",\n  \"hint\": \"E.g. Amtrak\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 22,\n  \"id\": \"TRANSFER_RAIL_DEPARTURE_STATION\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Name of departure station\",\n  \"hint\": \"E.g. Central Station\",\n  \"required\": \"CONDITIONAL\",\n  \"maxLength\": 255\n},\n{\n  \"QuestionId\": 23,\n  \"id\": \"WEIGHT\",\n  \"type\": \"NUMBER_AND_UNIT\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Traveler weight in pounds or kilograms (required for safety reasons)\",\n  \"units\": \\[\n    \"kg\",\n    \"lbs\"\n  \\],\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 50\n},\n{\n  \"QuestionId\": 24,\n  \"id\": \"FULL_NAMES_FIRST\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"First name\",\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 50\n},\n{\n  \"QuestionId\": 25,\n  \"id\": \"FULL_NAMES_LAST\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Last name\",\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 50\n},\n{\n  \"QuestionId\": 26,\n  \"id\": \"DISEMBARKATION_TIME\",\n  \"type\": \"TIME\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Disembarkation time\",\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 100\n},\n{\n  \"QuestionId\": 27,\n  \"id\": \"SPECIAL_REQUIREMENTS\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Special requirements\",\n  \"required\": \"OPTIONAL\",\n  \"maxLength\": 1000\n},\n{\n  \"QuestionId\": 30,\n  \"id\": \"AGEBAND\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_TRAVELER\",\n  \"label\": \"Age band\",\n  \"allowedAnswers\": \\[\n    \"ADULT\",\n    \"SENIOR\",\n    \"YOUTH\",\n    \"CHILD\",\n    \"INFANT\",\n    \"TRAVELER\"\n  \\],\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 50\n},\n{\n  \"QuestionId\": 31,\n  \"id\": \"TRANSFER_ARRIVAL_MODE\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Arrival mode\",\n  \"allowedAnswers\": \\[\n    \"AIR\",\n    \"RAIL\",\n    \"SEA\",\n    \"OTHER\"\n  \\],\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 50\n},\n{\n  \"QuestionId\": 32,\n  \"id\": \"TRANSFER_DEPARTURE_MODE\",\n  \"type\": \"STRING\",\n  \"group\": \"PER_BOOKING\",\n  \"label\": \"Departure mode\",\n  \"allowedAnswers\": \\[\n    \"AIR\",\n    \"RAIL\",\n    \"SEA\"\n  \\],\n  \"required\": \"MANDATORY\",\n  \"maxLength\": 50\n}\n\n</code></pre><p>]</p>\n<p>}</p>\n<p><strong>17. Example Booking Payloads with BookingQuestions:</strong></p>\n<p><strong>A. For Product Option Code - DEFAULT</strong></p>\n<p><strong>Example 1.</strong></p>\n<p>{</p>\n<p>\"productCode\": \"{{productCode}}\",</p>\n<p>\"bookingId\": \"{{bookingId}}\",</p>\n<p>\"travelDate\": \"2025-09-25\",</p>\n<p>\"productOptionCode\": \"DEFAULT\",</p>\n<p>\"startTime\": \"{{availableTime}}\",</p>\n<p>\"paxMix\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ageBand\": \"ADULT\",\n  \"numberOfTravelers\": 1\n}\n\n</code></pre><p>],</p>\n<p>\"bookerInfo\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"firstName\": \"{{firstName}}\",\n\"lastName\": \"{{lastName}}\"\n\n</code></pre><p>},</p>\n<p>\"communication\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"email\": \"{{email}}\",\n\"phone\": \"{{phone}}\"\n\n</code></pre><p>},</p>\n<p>\"bookedCurrency\": “{{currency}}“,</p>\n<p>\"bookingQuestionAnswers\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"ADULT\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{firstName}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{lastName}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"DATE_OF_BIRTH\",\n  \"answer\": \"13 July 1990\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_EXPIRY\",\n  \"answer\": \"25 December 2026\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_NATIONALITY\",\n  \"answer\": \"{{country}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_PASSPORT_NO\",\n  \"answer\": \"{{passportNum}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PICKUP_POINT\",\n  \"answer\": \"LOC-6eKJ+or5y8o99Qw0C8xWyPBzLim8rvkRHrpIIXJmGek=\",\n  \"unit\": \"LOCATION_REFERENCE\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_MODE\",\n  \"answer\": \"AIR\"\n},\n{\n  \"question\": \"TRANSFER_AIR_ARRIVAL_AIRLINE\",\n  \"answer\": \"British Airways\"\n},\n{\n  \"question\": \"TRANSFER_AIR_ARRIVAL_FLIGHT_NO\",\n  \"answer\": \"12345\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_DROP_OFF\",\n  \"answer\": \"{{country}}\",\n  \"unit\": \"FREETEXT\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_TIME\",\n  \"answer\": \"8 am\"\n},\n{\n  \"question\": \"TRANSFER_DEPARTURE_MODE\",\n  \"answer\": \"RAIL\"\n},\n{\n  \"question\": \"TRANSFER_DEPARTURE_PICKUP\",\n  \"answer\": \"{{country}}\",\n  \"unit\": \"FREETEXT\"\n},\n{\n  \"question\": \"TRANSFER_RAIL_DEPARTURE_LINE\",\n  \"answer\": \"Blue Line\"\n},\n{\n  \"question\": \"TRANSFER_RAIL_DEPARTURE_STATION\",\n  \"answer\": \"Central Station\"\n},\n{\n  \"question\": \"TRANSFER_DEPARTURE_DATE\",\n  \"answer\": \"2026-06-26\"\n},\n{\n  \"question\": \"TRANSFER_DEPARTURE_TIME\",\n  \"answer\": \"9 pm\"\n}\n\n</code></pre><p>],</p>\n<p>\"languageGuide\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"language\": \"en\",\n\"legacyGuide\": \"en/SERVICE_GUIDE\",\n\"type\": \"GUIDE\"\n\n</code></pre><p>}</p>\n<p>}</p>\n<p><strong>EXAMPLE 2.</strong></p>\n<p>{</p>\n<p>\"productCode\": \"{{productCode}}\",</p>\n<p>\"bookingId\": \"{{bookingId}}\",</p>\n<p>\"travelDate\": \"2025-09-25\",</p>\n<p>\"productOptionCode\": \"DEFAULT\",</p>\n<p>\"startTime\": \"06:15\",</p>\n<p>\"paxMix\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ageBand\": \"ADULT\",\n  \"numberOfTravelers\": 1\n}\n\n</code></pre><p>],</p>\n<p>\"bookerInfo\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"firstName\": \"{{firstName}}\",\n\"lastName\": \"{{lastName}}\"\n\n</code></pre><p>},</p>\n<p>\"communication\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"email\": \"{{email}}\",\n\"phone\": \"{{phone}}\"\n\n</code></pre><p>},</p>\n<p>\"bookedCurrency\": \"{{currency}}\",</p>\n<p>\"bookingQuestionAnswers\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"ADULT\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"DOB\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"DATE_OF_BIRTH\",\n  \"answer\": \"13 July 1990\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_EXPIRY\",\n  \"answer\": \"25 December 2026\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_NATIONALITY\",\n  \"answer\": \"{{country}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_PASSPORT_NO\",\n  \"answer\": \"{{passportNum}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PICKUP_POINT\",\n  \"answer\": \"LOC-6eKJ+or5y8o99Qw0C8xWyA6mF+qFB6B5YpWv/I4C5BE=\",\n  \"unit\": \"LOCATION_REFERENCE\"\n},\n{\n  \"question\": \"WEIGHT\",\n  \"answer\": \"60\",\n  \"unit\": \"kg\",\n  \"travelerNum\": 1\n}\n\n</code></pre><p>]</p>\n<p>}</p>\n<p><strong>B. For Product Option Code - TG1</strong></p>\n<p><strong>EXAMPLE 1.</strong></p>\n<p>{</p>\n<p>\"productCode\": \"{{productCode}}\",</p>\n<p>\"bookingId\": \"{{bookingId}}\",</p>\n<p>\"travelDate\": \"2025-09-25\",</p>\n<p>\"productOptionCode\": \"TG1\",</p>\n<p>\"startTime\": \"{{availableTime}}\",</p>\n<p>\"paxMix\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ageBand\": \"ADULT\",\n  \"numberOfTravelers\": 2\n}\n\n</code></pre><p>],</p>\n<p>\"bookerInfo\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"firstName\": \"{{firstName}}\",\n\"lastName\": \"{{lastName}}\"\n\n</code></pre><p>},</p>\n<p>\"communication\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"email\": \"{{email}}\",\n\"phone\": \"{{phone}}\"\n\n</code></pre><p>},</p>\n<p>\"bookedCurrency\": \"{{currency}}\",</p>\n<p>\"bookingQuestionAnswers\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"ADULT\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"ADULT\",\n  \"travelerNum\": 2\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{firstName}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{lastName}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{firstName}}\",\n  \"travelerNum\": 2\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{lastName}}\",\n  \"travelerNum\": 2\n},\n{\n  \"question\": \"DATE_OF_BIRTH\",\n  \"answer\": \"13 July 1990\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_EXPIRY\",\n  \"answer\": \"25 December 2026\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_NATIONALITY\",\n  \"answer\": \"{{country}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PASSPORT_PASSPORT_NO\",\n  \"answer\": \"{{passportNum}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PICKUP_POINT\",\n  \"answer\": \"LOC-6eKJ+or5y8o99Qw0C8xWyM52swTNBLEgjTQJUPe/Grk=\",\n  \"unit\": \"LOCATION_REFERENCE\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_MODE\",\n  \"answer\": \"AIR\"\n},\n{\n  \"question\": \"TRANSFER_AIR_ARRIVAL_AIRLINE\",\n  \"answer\": \"British Airways\"\n},\n{\n  \"question\": \"TRANSFER_AIR_ARRIVAL_FLIGHT_NO\",\n  \"answer\": \"12345\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_DROP_OFF\",\n  \"answer\": \"{{country}}\",\n  \"unit\": \"FREETEXT\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_TIME\",\n  \"answer\": \"8 am\"\n},\n{\n  \"question\": \"TRANSFER_DEPARTURE_MODE\",\n  \"answer\": \"SEA\"\n},\n{\n  \"question\": \"TRANSFER_DEPARTURE_PICKUP\",\n  \"answer\": “{{location}}“,\n  \"unit\": \"FREETEXT\"\n},\n{\n  \"question\": \"TRANSFER_DEPARTURE_DATE\",\n  \"answer\": \"2026-06-26\"\n},\n{\n  \"question\": \"TRANSFER_PORT_CRUISE_SHIP\",\n  \"answer\": \"Sunny Days\"\n},\n{\n  \"question\": \"TRANSFER_PORT_DEPARTURE_TIME\",\n  \"answer\": \"9 pm\"\n}\n\n</code></pre><p>],</p>\n<p>\"languageGuide\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"language\": \"en\",\n\"legacyGuide\": \"en/SERVICE_GUIDE\",\n\"type\": \"GUIDE\"\n\n</code></pre><p>}</p>\n<p>}</p>\n<p><strong>EXMAPLE 2.</strong></p>\n<p>{</p>\n<p>\"productCode\": \"{{productCode}}\",</p>\n<p>\"bookingId\": \"{{bookingId}}\",</p>\n<p>\"travelDate\": \"2025-09-25\",</p>\n<p>\"productOptionCode\": \"TG1\",</p>\n<p>\"startTime\": \"07:00\",</p>\n<p>\"paxMix\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ageBand\": \"ADULT\",\n  \"numberOfTravelers\": 1\n}\n\n</code></pre><p>],</p>\n<p>\"bookerInfo\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"firstName\": \"{{firstName}}\",\n\"lastName\": \"{{lastName}}\"\n\n</code></pre><p>},</p>\n<p>\"communication\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"email\": \"{{email}}\",\n\"phone\": \"{{phone}}\"\n\n</code></pre><p>},</p>\n<p>\"bookedCurrency\": \"{{currency}}\",</p>\n<p>\"bookingQuestionAnswers\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"ADULT\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{firstName}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{lastName}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"HEIGHT\",\n  \"answer\": \"180\",\n  \"unit\": \"cm\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"PICKUP_POINT\",\n  \"answer\": \"LOC-6eKJ+or5y8o99Qw0C8xWyDeihRTNTijPZv4uXlQwmjY=\",\n  \"unit\": \"LOCATION_REFERENCE\"\n}\n\n</code></pre><p>],</p>\n<p>\"languageGuide\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"language\": \"en\",\n\"legacyGuide\": \"en/SERVICE_GUIDE\",\n\"type\": \"GUIDE\"\n\n</code></pre><p>}</p>\n<p>}</p>\n<p><strong>C. For Product Option Code - TG3</strong></p>\n<p>{</p>\n<p>\"productCode\": \"{{productCode}}\",</p>\n<p>\"bookingId\": \"{{bookingId}}\",</p>\n<p>\"travelDate\": \"2025-09-25\",</p>\n<p>\"productOptionCode\": \"TG3\",</p>\n<p>\"paxMix\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ageBand\": \"ADULT\",\n  \"numberOfTravelers\": 2\n}\n\n</code></pre><p>],</p>\n<p>\"bookerInfo\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"firstName\": \"{{firstName}}\",\n\"lastName\": \"{{lastName}}\"\n\n</code></pre><p>},</p>\n<p>\"communication\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"email\": \"{{email}}\",\n\"phone\": \"{{phone}}\"\n\n</code></pre><p>},</p>\n<p>\"bookedCurrency\": \"{{currency}}\",</p>\n<p>\"bookingQuestionAnswers\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"question\": \"PICKUP_POINT\",\n  \"answer\": \"LOC-6eKJ+or5y8o99Qw0C8xWyADR3ntXYlzvL8s3zkRgqqo=\",\n  \"unit\": \"LOCATION_REFERENCE\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_MODE\",\n  \"answer\": \"AIR\"\n},\n{\n  \"question\": \"TRANSFER_AIR_ARRIVAL_AIRLINE\",\n  \"answer\": \"British Airways\"\n},\n{\n  \"question\": \"TRANSFER_AIR_ARRIVAL_FLIGHT_NO\",\n  \"answer\": \"12345\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_DROP_OFF\",\n  \"answer\": \"{{country}}\",\n  \"unit\": \"FREETEXT\"\n},\n{\n  \"question\": \"TRANSFER_ARRIVAL_TIME\",\n  \"answer\": \"8 am\"\n}\n\n</code></pre><p>]</p>\n<p>}</p>\n<p><strong>D. For Product Option Code - TG5</strong></p>\n<p>{</p>\n<p>\"productCode\": \"{{productCode}}\",</p>\n<p>\"bookingId\": \"{{bookingId}}\",</p>\n<p>\"travelDate\": \"2025-09-24\",</p>\n<p>\"productOptionCode\": \"TG5\",</p>\n<p>\"paxMix\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"ageBand\": \"ADULT\",\n  \"numberOfTravelers\": 1\n},\n{\n  \"ageBand\": \"CHILD\",\n  \"numberOfTravelers\": 1\n},\n{\n  \"ageBand\": \"INFANT\",\n  \"numberOfTravelers\": 1\n},\n{\n  \"ageBand\": \"SENIOR\",\n  \"numberOfTravelers\": 1\n},\n{\n  \"ageBand\": \"YOUTH\",\n  \"numberOfTravelers\": 1\n}\n\n</code></pre><p>],</p>\n<p>\"bookerInfo\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"firstName\": \"{{firstName}}\",\n\"lastName\": \"{{lastName}}\"\n\n</code></pre><p>},</p>\n<p>\"communication\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"email\": \"{{email}}\",\n\"phone\": \"{{phone}}\"\n\n</code></pre><p>},</p>\n<p>\"bookedCurrency\": \"{{currency}}\",</p>\n<p>\"bookingQuestionAnswers\": [</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"ADULT\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"CHILD\",\n  \"travelerNum\": 2\n},\n{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"INFANT\",\n  \"travelerNum\": 3\n},\n{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"SENIOR\",\n  \"travelerNum\": 4\n},\n{\n  \"question\": \"AGEBAND\",\n  \"answer\": \"YOUTH\",\n  \"travelerNum\": 5\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 2\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 3\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 4\n},\n{\n  \"question\": \"FULL_NAMES_FIRST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 5\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 1\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 2\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 3\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 4\n},\n{\n  \"question\": \"FULL_NAMES_LAST\",\n  \"answer\": \"{{name}}\",\n  \"travelerNum\": 5\n},\n{\n  \"question\": \"PICKUP_POINT\",\n  \"answer\": \"LOC-6eKJ+or5y8o99Qw0C8xWyDcPd6GTjIQe9qgn5dS/pS8=\",\n  \"unit\": \"LOCATION_REFERENCE\"\n}\n\n</code></pre><p>],</p>\n<p>\"languageGuide\": {</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"language\": \"en\",\n\"legacyGuide\": \"en/SERVICE_GUIDE\",\n\"type\": \"GUIDE\"\n\n</code></pre><p>}</p>\n<p>}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","booking"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6f11df6-03d0-41ba-9fcf-deafbe1ac9ae"},{"name":"BookingDetails","id":"9e644af6-19f2-410a-b0ea-bab696eacae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/api/ext/activity/bookings/{{activity_booking_id}}","description":"<h2 id=\"get-activity-booking-details\">Get Activity Booking Details</h2>\n<p>This endpoint retrieves the details of a specific activity booking based on the provided booking ID.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{api_host}}/api/ext/activity/bookings/{{activity_booking_id}}</code></p>\n</li>\n<li><p><strong>Path Parameter</strong>:</p>\n<ul>\n<li><code>activity_booking_id</code>: The unique identifier for the activity booking you wish to retrieve.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a response in JSON format that includes the details of the specified activity booking. The structure of the response will contain relevant information related to the booking, such as its status, associated user details, and any other pertinent data.</p>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<ul>\n<li><p><strong>Content-Type</strong>: <code>application/json</code></p>\n</li>\n<li><p><strong>Response Body</strong>: A JSON object containing booking details.</p>\n</li>\n</ul>\n<p>Ensure that the <code>activity_booking_id</code> is valid to receive the correct booking information.</p>\n<p><strong>Parameters</strong></p>\n<p>Name Type Required Description</p>\n<p>referenceNumber string Yes The unique reference number of booking</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","bookings","{{activity_booking_id}}"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e644af6-19f2-410a-b0ea-bab696eacae9"}],"id":"5df76417-2a75-40a6-92c0-bf744d0d4086","_postman_id":"5df76417-2a75-40a6-92c0-bf744d0d4086","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}},{"name":"Cancel","item":[{"name":"Get Cancellation Reasons","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"874f75c3-3532-49e7-8f87-330a2b3547fe"}},{"listen":"test","script":{"exec":["// Check if the response status code is 200","if (pm.response.code === 200) {","    // Extract the bookingId from the request URL","    const requestUrl = pm.request.url.toString();","    const bookingIdMatch = requestUrl.match(/activity\\/([^/]+)\\/cancel-penalty/);","","    if (bookingIdMatch && bookingIdMatch[1]) {","        const bookingId = bookingIdMatch[1];","        // Save the bookingId into the environment variable","        pm.environment.set(\"activity_booking_id\", bookingId);","        console.log(\"bookingId saved:\", bookingId);","    } else {","        console.log(\"bookingId not found in the request URL.\");","    }","} else {","    console.log(\"Request failed with status code:\", pm.response.code);","}"],"type":"text/javascript","packages":{},"id":"866b7f1a-1b00-4156-85d8-8ba83a998a7f"}}],"id":"6267ec0c-9267-456d-a824-726f5cf5d9e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"url":"{{api_host}}/api/ext/activity/{{activity_booking_id}}/cancel-penalty","description":"<h3 id=\"cancel-penalty-for-activity-booking\">Cancel Penalty for Activity Booking</h3>\n<p>This endpoint allows users to cancel the penalty associated with a specific activity booking. By providing the unique <code>activity_booking_id</code>, users can initiate the cancellation process.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><strong>activity_booking_id</strong> (path parameter): The unique identifier for the activity booking whose penalty is to be canceled.</li>\n</ul>\n<h4 id=\"expected-response\">Expected Response</h4>\n<p>On successful cancellation of the penalty, the API will return a response indicating the status of the operation. The response typically includes:</p>\n<ul>\n<li><p>A confirmation message indicating that the penalty has been successfully canceled.</p>\n</li>\n<li><p>Any relevant details regarding the cancellation.</p>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the <code>activity_booking_id</code> provided is valid and corresponds to an existing booking.</p>\n</li>\n<li><p>This action may have implications on the user's booking status or future penalties, so users should review their booking terms before proceeding.</p>\n</li>\n</ul>\n<p>Endpoint: GET /api/ext/activity/{{activity_booking_id}}/cancel-penalty</p>\n<p><strong>Sample Response</strong></p>\n<p><em><strong>{</strong></em></p>\n<p>\"status\": true,</p>\n<p>\"data\": {</p>\n<p>\"reasons\": [</p>\n<p><em><strong>{ \"reason\": \"CHANGE_OF_PLANS\", \"description\": \"Change of plans\", \"code\": \"COP\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"FOUND_BETTER_PRICE\", \"description\": \"Found a better price\", \"code\": \"FBP\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"WEATHER_CONCERNS\", \"description\": \"Weather concerns\", \"code\": \"WC\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"HEALTH_ISSUES\", \"description\": \"Health issues\", \"code\": \"HI\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"TRANSPORTATION_ISSUES\", \"description\": \"Transportation issues\", \"code\": \"TI\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"VISA_ISSUES\", \"description\": \"Visa or passport issues\", \"code\": \"VI\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"DUPLICATE_BOOKING\", \"description\": \"Duplicate booking\", \"code\": \"DB\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"BOOKING_ERROR\", \"description\": \"Error in booking details\", \"code\": \"BE\" },</strong></em></p>\n<p><em><strong>{ \"reason\": \"OTHER\", \"description\": \"Other reason\", \"code\": \"OTH\" }</strong></em></p>\n<p>],</p>\n<p>\"refundAmt\": 793.26,</p>\n<p>\"currency\": \"QAR\"</p>\n<p>}</p>\n<p>}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","{{activity_booking_id}}","cancel-penalty"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6267ec0c-9267-456d-a824-726f5cf5d9e6"},{"name":"Cancel Booking","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"a08750f8-e9b1-4f97-b618-3a662d1dfe33"}},{"listen":"test","script":{"exec":["// Check if the response status code is 200","if (pm.response.code === 200) {","    // Get the request body","    const requestBody = pm.request.body.raw;","    const requestData = JSON.parse(requestBody);","","    // Save bookingId if it exists in the request body","    if (requestData.bookingId) {","        pm.environment.set(\"activity_booking_id\", requestData.bookingId);","        console.log(\"bookingId saved:\", requestData.bookingId);","    } else {","        console.log(\"bookingId not found in the request body.\");","    }","} else {","    console.log(\"Request failed with status code:\", pm.response.code);","}"],"type":"text/javascript","packages":{},"id":"6c127158-8278-4069-ad46-10156ee59658"}}],"id":"46faf54e-aaab-4df6-bdb4-5f8b4ab3bcdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"bookingId\": \"{{activity_booking_id}}\",\n  \"reason\": \"Customer_Service.Weather\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{api_host}}/api/ext/activity/cancel","description":"<h2 id=\"cancel-activity-request\">Cancel Activity Request</h2>\n<p>This endpoint allows users to cancel an activity booking.</p>\n<h3 id=\"http-method\">HTTP Method</h3>\n<p><code>POST</code></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>{{api_host}}/api/ext/activity/cancel</code></p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>bookingId</strong> (string): The unique identifier for the activity booking that is to be canceled.</p>\n</li>\n<li><p><strong>reason</strong> (string): The reason for canceling the booking. This can include various reasons such as customer service issues or weather-related concerns.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>Upon a successful cancellation, the server will respond with a confirmation message indicating that the activity has been successfully canceled. The response will typically be in JSON format, containing relevant details about the cancellation status.</p>\n<p>Ensure that you provide valid values for both parameters to successfully process the cancellation request.</p>\n<p><strong>Parameters</strong></p>\n<p>Name Type Required Description</p>\n<p>bookingId string Yes Unique ID for the booking to be cancelled</p>\n<p>reason string Yes Reason for cancellation (from cancellation Reasons API)</p>\n<p><strong>Pl Note: - Reason code should be used from the \"get Cancellation Reason\" API response.</strong></p>\n<p><strong>Sample Request</strong></p>\n<p><em><strong>{</strong></em></p>\n<p>\"bookingId\": \"e9c19833-cc63-4071-aeed-1234567890130\",</p>\n<p>\"reason\": \"Customer_Service.I_canceled_my_entire_trip\"</p>\n<p>}</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}},"urlObject":{"path":["api","ext","activity","cancel"],"host":["{{api_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46faf54e-aaab-4df6-bdb4-5f8b4ab3bcdc"}],"id":"8d7bc282-c359-416e-8d55-57e15b368007","_postman_id":"8d7bc282-c359-416e-8d55-57e15b368007","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"b751f6a1-815f-4003-9263-41ec233a05e2","_postman_id":"b751f6a1-815f-4003-9263-41ec233a05e2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"id":"4662d0e0-265d-4144-96c8-a9650708cf60","_postman_id":"4662d0e0-265d-4144-96c8-a9650708cf60","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","id":"cd641a5d-09b3-41ed-b4bd-d878e3cf427b","name":"Xeni APIs","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4cfa33c8-0a1a-4ff1-9b08-036574f71c21"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"1abafb5e-8bac-4af1-8289-96bdbb32ddb1"}}],"variable":[{"key":"latitude","value":""},{"key":"longitude","value":""},{"key":"xeni_region_code","value":""},{"key":"region_name","value":""},{"key":"region_type","value":""},{"key":"property_id","value":""},{"key":"check_in_date","value":""},{"key":"check_out_date","value":""},{"key":"property_recommendation_id","value":""},{"key":"availability_check_token","value":""},{"key":"total_rate","value":""},{"key":"referenceNumber","value":""},{"key":"authorization","value":""},{"key":"x-correlation-id","value":""},{"key":"checkin_date","value":""},{"key":"checkout_date","value":""},{"key":"place_id","value":""},{"key":"lat","value":""},{"key":"long","value":""},{"key":"room_id","value":""},{"key":"price_token","value":""},{"key":"booking_token","value":""},{"key":"booking_id","value":""},{"key":"reference_number","value":""},{"key":"correlation_id_from_auto_complete","value":""},{"key":"flight_departure_date","value":""},{"key":"flight_return_date","value":""},{"key":"flight_origin","value":""},{"key":"flight_destination","value":""},{"key":"availability_token","value":""},{"key":"pricing_token","value":""},{"key":"offer_id","value":""},{"key":"offers_token","value":""},{"key":"offer_details_token","value":""},{"key":"equipments","value":""},{"key":"cabin_search_session_id","value":""},{"key":"cabin_availability_token","value":""}]}